diff --git a/yarn.lock b/yarn.lock index 4377b7d2..97584fe5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1668,21 +1668,21 @@ tslib "2.6.2" "@graphql-mesh/apollo-link@^0.104.0": - version "0.104.0" - resolved "https://registry.yarnpkg.com/@graphql-mesh/apollo-link/-/apollo-link-0.104.0.tgz#fea8857bc24106da404dd09a36eff170012776cc" - integrity sha512-6pQVVYhrqTMFCTV7KzeLuCC7S1Wp+vnKCFXyCjvfCEwrkXxE61VKvav0lscO/y0MzIFzzvrI0LxSxy4bk+gUJg== + version "0.104.1" + resolved "https://registry.yarnpkg.com/@graphql-mesh/apollo-link/-/apollo-link-0.104.1.tgz#d91988556c2b2d46c5a36b09f99630c5eab4e8c8" + integrity sha512-1dFaxyaFlCl4eZlWrKjnjoZmr/SsZn2VE2wyOCAx3TMSY/Xc+63qq9jyP9cGJSD0nwhtqbBr9GwlDSV6XXskUQ== -"@graphql-mesh/cache-localforage@^0.102.11": - version "0.102.11" - resolved "https://registry.yarnpkg.com/@graphql-mesh/cache-localforage/-/cache-localforage-0.102.11.tgz#cc5e89dfcc1c2f5c9e4a70bf151fba275945c2b3" - integrity sha512-tCGu1JuMMaOA4iy6MO5etfEcK4hM0QNwcmI49EaAJBNaKF3TkRuLa9k8JfekDxS/15bd3z3xCfXxe2X8dYnELw== +"@graphql-mesh/cache-localforage@^0.102.12": + version "0.102.12" + resolved "https://registry.yarnpkg.com/@graphql-mesh/cache-localforage/-/cache-localforage-0.102.12.tgz#d0fb705725a1811ba4205e8e4f90ed3a1321341c" + integrity sha512-uTeP9rdNFsNgGzmBwE7EOwML6YN27opwlMnQrI7zFm9ioKkqH/Xy2lxftDBHHlIF4C5JgbIuPo49hbMyHYqasA== dependencies: localforage "1.10.0" "@graphql-mesh/cli@^0.97.0": - version "0.97.0" - resolved "https://registry.yarnpkg.com/@graphql-mesh/cli/-/cli-0.97.0.tgz#b150d3ec4e0f4480f968de63696a286a125100d1" - integrity sha512-B8aRDtVslrtRYrw57OZ97cHkfH0rw17Lhk37xL2unYxbQ9f0nPfWmHmeZmLFzrnUNLuudICfaFgicemL4Uv2cg== + version "0.97.1" + resolved "https://registry.yarnpkg.com/@graphql-mesh/cli/-/cli-0.97.1.tgz#1d54a66097b4f9f2beda84421a4ab59a4a308625" + integrity sha512-/9WkJQcZa1K2zW0dHiCoEqLOA51QPCRUDZGkPGUX2kk11LrFsaUjwkSjcOv+7wnTSz0CVbV96wHVJ5eKExCjNA== dependencies: "@graphql-codegen/core" "^4.0.0" "@graphql-codegen/typed-document-node" "^5.0.0" @@ -1690,14 +1690,14 @@ "@graphql-codegen/typescript-generic-sdk" "^3.1.0" "@graphql-codegen/typescript-operations" "^4.0.0" "@graphql-codegen/typescript-resolvers" "^4.0.0" - "@graphql-mesh/config" "^0.105.0" + "@graphql-mesh/config" "^0.105.1" "@graphql-mesh/cross-helpers" "^0.4.7" - "@graphql-mesh/http" "^0.104.0" + "@graphql-mesh/http" "^0.104.1" "@graphql-mesh/include" "^0.2.3" - "@graphql-mesh/runtime" "^0.104.0" - "@graphql-mesh/store" "^0.102.11" - "@graphql-mesh/types" "^0.102.11" - "@graphql-mesh/utils" "^0.102.11" + "@graphql-mesh/runtime" "^0.104.1" + "@graphql-mesh/store" "^0.102.12" + "@graphql-mesh/types" "^0.102.12" + "@graphql-mesh/utils" "^0.102.12" "@graphql-tools/utils" "^10.5.5" ajv "^8.12.0" change-case "^4.1.2" @@ -1716,20 +1716,20 @@ ws "^8.17.1" yargs "^17.7.1" -"@graphql-mesh/config@^0.105.0": - version "0.105.0" - resolved "https://registry.yarnpkg.com/@graphql-mesh/config/-/config-0.105.0.tgz#d4f7f874bab693229e6029a3f78a76a0ec32b777" - integrity sha512-NctH9WGOmnlj47fs1Z7FxBdxJhLXJdd5k0X0cOHQIqmI3keP8+zRdRNfSRGvHB7IDBqrf27gvK2rhTgS0PONLw== +"@graphql-mesh/config@^0.105.1": + version "0.105.1" + resolved "https://registry.yarnpkg.com/@graphql-mesh/config/-/config-0.105.1.tgz#646090f56e32d64629945cf0329d59fcc9004128" + integrity sha512-rK8NdQzhdvn5k7t8uSoPZ/B29SbVwE0RIbrZBc0g9eBC/AN641Dec+hO0lBHglKhK5SfZN51pf62+8nV/+KXMA== dependencies: "@envelop/core" "^5.0.0" - "@graphql-mesh/cache-localforage" "^0.102.11" - "@graphql-mesh/merger-bare" "^0.103.0" - "@graphql-mesh/merger-stitching" "^0.103.0" + "@graphql-mesh/cache-localforage" "^0.102.12" + "@graphql-mesh/merger-bare" "^0.103.1" + "@graphql-mesh/merger-stitching" "^0.103.1" "@graphql-tools/code-file-loader" "^8.0.0" "@graphql-tools/graphql-file-loader" "^8.0.0" "@graphql-tools/load" "^8.0.0" "@graphql-yoga/plugin-persisted-operations" "^3.0.0" - "@whatwg-node/fetch" "^0.9.0" + "@whatwg-node/fetch" "^0.10.0" camel-case "^4.1.2" param-case "^3.0.4" pascal-case "^3.1.2" @@ -1742,16 +1742,16 @@ path-browserify "1.0.1" "@graphql-mesh/fusion-runtime@^0.10.0": - version "0.10.0" - resolved "https://registry.yarnpkg.com/@graphql-mesh/fusion-runtime/-/fusion-runtime-0.10.0.tgz#cc8c212dd2c6e58371a1e8d5392cd9b711b0e06a" - integrity sha512-x6bUdEPtU7+fswtHvQwlaxxzdnvwTDLCNuN0rl9TPwMYz4NgP8NfWofywiAPC1PVPdDu+9bRkLIkzGRJqbFtFA== + version "0.10.2" + resolved "https://registry.yarnpkg.com/@graphql-mesh/fusion-runtime/-/fusion-runtime-0.10.2.tgz#55ef476402cc4ac20677c3614c51ddbed954eb68" + integrity sha512-lso3PysBwoMx31p7/LDUFdkY6bC/Fs4/7Lf7DJSddd1/TWq1Qvv6V1sHnPUsmjd1OzmPm4km9ioLtCWi83iy7Q== dependencies: "@envelop/core" "^5.0.1" "@graphql-mesh/cross-helpers" "^0.4.7" - "@graphql-mesh/runtime" "^0.104.0" - "@graphql-mesh/transport-common" "^0.7.12" - "@graphql-mesh/types" "^0.102.11" - "@graphql-mesh/utils" "^0.102.11" + "@graphql-mesh/runtime" "^0.104.1" + "@graphql-mesh/transport-common" "^0.7.13" + "@graphql-mesh/types" "^0.102.12" + "@graphql-mesh/utils" "^0.102.12" "@graphql-tools/delegate" "^10.0.28" "@graphql-tools/executor" "^1.3.2" "@graphql-tools/federation" "^2.2.21" @@ -1766,9 +1766,9 @@ tslib "^2.4.0" "@graphql-mesh/graphql@^0.102.0": - version "0.102.13" - resolved "https://registry.yarnpkg.com/@graphql-mesh/graphql/-/graphql-0.102.13.tgz#d87de4d831aa8ca6a2b369693e95b96b9cc939df" - integrity sha512-v5s8V2bXa/JsInFMC/GBBbpNB68BlUCaRRH5aH8+RM3wZK27chSTYpI3YqeaZ4YcpDW35s+tDVmSWjQz89RHXA== + version "0.102.15" + resolved "https://registry.yarnpkg.com/@graphql-mesh/graphql/-/graphql-0.102.15.tgz#c83f7fb7838a2c79285a7bdbd4689651f7fd89ff" + integrity sha512-4Fj5S6cXXe2rGJw2OjFsF8umG05opfypeEk18KCB5C5T5u1/l9cUI4fQq+bqtZa0V7oH5k/d1x68XWHsVJ3d0A== dependencies: "@graphql-mesh/string-interpolation" "^0.5.6" "@graphql-tools/delegate" "^10.0.28" @@ -1776,10 +1776,10 @@ "@graphql-tools/url-loader" "^8.0.9" lodash.get "^4.4.2" -"@graphql-mesh/http@^0.104.0": - version "0.104.0" - resolved "https://registry.yarnpkg.com/@graphql-mesh/http/-/http-0.104.0.tgz#719ea9aa066e0f30b8089ddf0b1041eabf3ea0fb" - integrity sha512-D38SyAjQCGp0nhGJL5yD9uO8/v4LydoIpdA/yOQutyUgS59OELXjaTI1LlXiiDhEqmCm9fAq7kedOcvGhTZWdA== +"@graphql-mesh/http@^0.104.1": + version "0.104.1" + resolved "https://registry.yarnpkg.com/@graphql-mesh/http/-/http-0.104.1.tgz#7dd4ee5a5b59ca2e5d2379574c3c6a804b22faaa" + integrity sha512-0vSR2y5ZU0kqI1b5sFisCn+mE6c9DLuIooEhXbIQw/0jDFAzLmI6W/2ZI/y5x3QLlin06ZZDhPOAWPODEIUTng== dependencies: "@whatwg-node/server" "^0.9.46" graphql-yoga "^5.7.0" @@ -1794,27 +1794,27 @@ jiti "^2.0.0" sucrase "^3.35.0" -"@graphql-mesh/merger-bare@^0.103.0": - version "0.103.0" - resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-bare/-/merger-bare-0.103.0.tgz#848dd6809ea77ac2172bb62d49a25cb2b130a503" - integrity sha512-mWrgzJmUEnjAQe2ikpspTTVp2jjt1O+qrkinFa0daSKsfQ3Lat/Ovz2Yg0gv7ALu27iD3/0dsFS9SFsOnxjd7g== +"@graphql-mesh/merger-bare@^0.103.1": + version "0.103.1" + resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-bare/-/merger-bare-0.103.1.tgz#af9534c90368384ec80867b0af6f5bd97c1f2ac9" + integrity sha512-o05f15UqjofeZb3HiLvKbL3RLgw7QpV3ye4kQ07GVJGue8lnFTWZ7k1iDAI+oknFnleyAvX4Ok2kAKZPadTshw== dependencies: - "@graphql-mesh/merger-stitching" "0.103.0" + "@graphql-mesh/merger-stitching" "0.103.1" "@graphql-tools/schema" "10.0.7" -"@graphql-mesh/merger-stitching@0.103.0", "@graphql-mesh/merger-stitching@^0.103.0": - version "0.103.0" - resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-stitching/-/merger-stitching-0.103.0.tgz#a6acc478b2ddc9822028de980af77858e0008089" - integrity sha512-7MwAiq2Me+GCxLHP2dAUlFd1SAfEnx1E+4BkfMfEp8Ehn7NU7sekzN5I5dlKmqOJp75wdVxwcmjs8KThF1NLRQ== +"@graphql-mesh/merger-stitching@0.103.1", "@graphql-mesh/merger-stitching@^0.103.1": + version "0.103.1" + resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-stitching/-/merger-stitching-0.103.1.tgz#222d48350c6232edda531d24970fe3953fd74a25" + integrity sha512-zbv0T3AhvWMAuxBZ8hruM+xkfGuE1UtJlmK9ViIfEp8h9UzzWd+zjvV0YM/EQjLznQxZhFQY2kuB0Jk/NamPLQ== dependencies: "@graphql-tools/delegate" "^10.0.28" "@graphql-tools/schema" "^10.0.5" "@graphql-tools/stitch" "^9.2.17" -"@graphql-mesh/runtime@^0.104.0": - version "0.104.0" - resolved "https://registry.yarnpkg.com/@graphql-mesh/runtime/-/runtime-0.104.0.tgz#a460874e030abc48585477f96f82e96163ff07b9" - integrity sha512-vooA4KhppDQS3qMPLxBgb8xGLQf02/qwHWbzyb2XemW+0Zmxmf4morXsjd2Hms+GZS8khZO+2M8ggzSCYnkHjQ== +"@graphql-mesh/runtime@^0.104.1": + version "0.104.1" + resolved "https://registry.yarnpkg.com/@graphql-mesh/runtime/-/runtime-0.104.1.tgz#d97cea7042949c5d8d53c1c157b6e148d0cff4e3" + integrity sha512-FdRvNf/6lS6pytmYlz7/kxQeBDXb3CO0q75sXDsSb9SfZhgnRtKu5B9++r/v8IJW6/FfSICJoPU2/Jiakt6R0A== dependencies: "@envelop/core" "^5.0.0" "@envelop/extended-validation" "^4.0.0" @@ -1824,13 +1824,13 @@ "@graphql-tools/delegate" "^10.0.28" "@graphql-tools/executor" "^1.3.2" "@graphql-tools/wrap" "^10.0.12" - "@whatwg-node/fetch" "^0.9.0" + "@whatwg-node/fetch" "^0.10.0" graphql-jit "^0.8.7" -"@graphql-mesh/store@^0.102.11": - version "0.102.11" - resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.102.11.tgz#29ab0b2b33f29ba23e64b4086616a158bbac202c" - integrity sha512-l8XR/7mRPgyMID494q51Q2kH56JA+Hw6ECx9g36XIS70mj7rsjw++Y4HyRj/TxEe6+kGmTP61Us5ACgW2FVBnw== +"@graphql-mesh/store@^0.102.12": + version "0.102.12" + resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.102.12.tgz#dd6fb82c5db4fb862342024596ba36cd5c811082" + integrity sha512-QQlf2UgVME/+IdIROma9ctaXqERfW8ZhB256WpbCCFZ/mXmgT00xwoXeg4KFhlFQUR5IQloy/MSmcorOTegWtg== dependencies: "@graphql-inspector/core" "6.1.0" @@ -1844,63 +1844,63 @@ lodash.get "4.4.2" "@graphql-mesh/transform-prefix@^0.102.0": - version "0.102.11" - resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-prefix/-/transform-prefix-0.102.11.tgz#43ee450804b4865fd4aa4129deced3815a321ff9" - integrity sha512-fSCGBti3YIlbnwNND/UkViAf40zIF8oO71vjFkyhaGNxyXmlpbwK8pRGkcRKpK2z122tkmyFmFshKxt7/flMGA== + version "0.102.12" + resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-prefix/-/transform-prefix-0.102.12.tgz#cf1bdb0f8e1d86ed98c0410b82da9b1f91f0e9d6" + integrity sha512-ui0HJLA43XZM1+s4y5OYJs5ssugsohJ81vQ7Xk2lt2Ke45dCynkMbOiO10WaYt7Q5xfOA1TKPVgHYL0ZywBocg== dependencies: "@graphql-tools/delegate" "^10.0.28" "@graphql-tools/wrap" "^10.0.12" graphql-scalars "^1.22.4" "@graphql-mesh/transform-rename@^0.102.0": - version "0.102.11" - resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-rename/-/transform-rename-0.102.11.tgz#94489df4fa2caf6ae47d160146926a220d8cd3bf" - integrity sha512-XLvqQIAjNvMiz6iUtXTWQvLhhWQE8iFL4erHVZpSkOPf/yn+7vj7aPb6cW7jyj2eIOHP9HXcH91KFWmUIBQB/A== + version "0.102.12" + resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-rename/-/transform-rename-0.102.12.tgz#cb9ad9e47a8bc359e34397c4f04acced5916a0a0" + integrity sha512-wvE2xLX+NL+2r95kiGZ/WEJ23QGKmJnaj7bxrUR6Vs2EN/Pv1dfRlFe/XqhdmPtY/jZA8xtW3IJrEc7bwEd4EQ== dependencies: "@graphql-tools/delegate" "^10.0.28" "@graphql-tools/wrap" "^10.0.12" graphql-scalars "^1.22.4" "@graphql-mesh/transform-type-merging@^0.102.0": - version "0.102.11" - resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-type-merging/-/transform-type-merging-0.102.11.tgz#3fc7ba93a242fec2ed3faf23b74d83e62510ea52" - integrity sha512-O56sRbOAWTBIKSDlonlUaVAMEf3LVCWz5ZH5sAbZLnvZvIh02XOJ1E4dt7zozNz1WF54OaUduo1WcbLe7ovOxA== + version "0.102.12" + resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-type-merging/-/transform-type-merging-0.102.12.tgz#e674ccf514cf47f30e0f8ee8e20b587a11213d39" + integrity sha512-URD/jcDptduNs56/6Yxe4eLBNNZT73dIQl/chVPqDFqpWyRYTRqs6NtFq4EBg1jK/iPB6aVcixXfoTnR3qF77A== dependencies: "@graphql-tools/delegate" "^10.0.28" "@graphql-tools/stitching-directives" "^3.1.9" -"@graphql-mesh/transport-common@^0.7.12": - version "0.7.12" - resolved "https://registry.yarnpkg.com/@graphql-mesh/transport-common/-/transport-common-0.7.12.tgz#99d4283512af92023df172ada5f17c0ca08928d8" - integrity sha512-ZpjBjRPPT9EsFGB+8ksitKYB5uIZDwNDycKFBMnr7iLS9qlHuSjuWkFZnGiPb21mak83Fwu/Unw2M5cRV0wdow== +"@graphql-mesh/transport-common@^0.7.13": + version "0.7.13" + resolved "https://registry.yarnpkg.com/@graphql-mesh/transport-common/-/transport-common-0.7.13.tgz#58098027737e2b30b5ac62ccad68874ce88884cb" + integrity sha512-X0kvm25O7Kr9aqNq3Us+y5PW/qTTl7Q6mjgd2tc6tGfEcRQhy9U9/GFXONfU2206mrX7cc+WWN4J/ZXl7ERvEQ== dependencies: "@envelop/core" "^5.0.1" "@graphql-tools/delegate" "^10.0.28" "@graphql-tools/utils" "^10.5.5" -"@graphql-mesh/types@^0.102.11": - version "0.102.11" - resolved "https://registry.yarnpkg.com/@graphql-mesh/types/-/types-0.102.11.tgz#161b013ead398b49568d71086d3d672650fd6e54" - integrity sha512-u/TL7XlyEmcDuxLG4hf6KphOuoIitJ+9buvqqE227JdJqVQX6OHwDYkR79OUz62Ae90n8Ql7dLy2qdzl+IBbfw== +"@graphql-mesh/types@^0.102.12": + version "0.102.12" + resolved "https://registry.yarnpkg.com/@graphql-mesh/types/-/types-0.102.12.tgz#ea56a8d64308dae7e5747b6c2527d87b1bdc3a32" + integrity sha512-NhkwRCe2fy/tGhI+czyJAg4+eegMI3fhdnrN8ifvkuIC/dr7mt4nRSPojtCJqKa5sETba31ofBzw1yJ2FNeh6A== dependencies: "@graphql-tools/batch-delegate" "^9.0.10" "@graphql-tools/delegate" "^10.0.28" "@graphql-typed-document-node/core" "^3.2.0" "@graphql-mesh/urql-exchange@^0.104.0": - version "0.104.0" - resolved "https://registry.yarnpkg.com/@graphql-mesh/urql-exchange/-/urql-exchange-0.104.0.tgz#8619b493eedcb552fc73aaf5829586122aa212f6" - integrity sha512-NYGufU4eAmM5wbDeAFyHNaYpA00x1oIVU7Y+xcJJnJK01qGsjwDN0d7NBLM+stNdwecrp5aqt9oxOX0wwrzWJQ== + version "0.104.1" + resolved "https://registry.yarnpkg.com/@graphql-mesh/urql-exchange/-/urql-exchange-0.104.1.tgz#c077b039697d3ae2cce2f51b8cf3c0994fdbc687" + integrity sha512-+YqAPERaXGWaxPnYEJz5+85ffdPlqatjCWjp6fOxBs6v0gtYmfcy2RmSYaPnr+ix7280RfSI6k9FRli0PFUMkQ== -"@graphql-mesh/utils@^0.102.11": - version "0.102.11" - resolved "https://registry.yarnpkg.com/@graphql-mesh/utils/-/utils-0.102.11.tgz#8b95628b724f14b7d6641f0f43e0d3bd95f4ad22" - integrity sha512-aQ3zCqj3I8tC/UqsDWe8vlFff+R25OtkMPri42uezFgpA+X6CHyboAFBOSbe41lCOvvwPFrk7pRWpeiK/h8j8Q== +"@graphql-mesh/utils@^0.102.12": + version "0.102.12" + resolved "https://registry.yarnpkg.com/@graphql-mesh/utils/-/utils-0.102.12.tgz#ba9fd2807195867afe0ce6ee65a0b5806c72cb2a" + integrity sha512-m9PYgz6qroIyZdy2CXpJNlsYir2raJhH8+VNxFhjlfHSYNU+ghi1reXstqv5ZaIijAVodh2ORa7+TpZIs68etQ== dependencies: "@graphql-mesh/string-interpolation" "^0.5.6" "@graphql-tools/delegate" "^10.0.28" "@whatwg-node/disposablestack" "^0.0.5" - "@whatwg-node/fetch" "^0.9.13" + "@whatwg-node/fetch" "^0.10.0" dset "^3.1.2" js-yaml "^4.1.0" lodash.get "^4.4.2" @@ -1965,14 +1965,14 @@ tslib "^2.4.0" ws "^8.17.1" -"@graphql-tools/executor-http@^1.1.7": - version "1.1.7" - resolved "https://registry.yarnpkg.com/@graphql-tools/executor-http/-/executor-http-1.1.7.tgz#7cdb673590810e53581d31020e2fe71a8f7ce19c" - integrity sha512-iWTE1MtCW26jxs5DeXsUNPkIFmVWEhioJx0wcDSacJ0onXjyMalfae5SgsuwHMQCVuvvUtQUgb8a9hmPhQ0y+g== +"@graphql-tools/executor-http@^1.1.8": + version "1.1.8" + resolved "https://registry.yarnpkg.com/@graphql-tools/executor-http/-/executor-http-1.1.8.tgz#369519440682b973d0496b721b262e5392ce1ec7" + integrity sha512-kxWabyvzg2UMkti7hXXDfPKXCyJAKz+uQQrnOQxyDl5gOsnEDIsKo0pwWc6nIE/WFr72IeqqEkIdxUgoc57cog== dependencies: "@graphql-tools/utils" "^10.5.5" "@repeaterjs/repeater" "^3.0.4" - "@whatwg-node/fetch" "^0.9.0" + "@whatwg-node/fetch" "^0.10.0" extract-files "^11.0.0" meros "^1.2.1" tslib "^2.4.0" @@ -2001,18 +2001,18 @@ value-or-promise "^1.0.12" "@graphql-tools/federation@^2.2.21": - version "2.2.25" - resolved "https://registry.yarnpkg.com/@graphql-tools/federation/-/federation-2.2.25.tgz#cd5a2dafb8d3aa93db9a699326a7d91cd81c3f65" - integrity sha512-bhvl4rdSzs83MKnPwHRvNaRmp+TSCike8rj1CYOsliWLL/z5Ly32eiBPiug8a9+w2geNBMhvYiqX8YnHhLic7g== + version "2.2.26" + resolved "https://registry.yarnpkg.com/@graphql-tools/federation/-/federation-2.2.26.tgz#b2c17c01a2398dca77d2f5082ebb0b2654923d3d" + integrity sha512-VpDVUIzmBh7jD/C+D7FR601NFPd3reLvCIk9pZaLdYYL9mikPfsMOKfAMMaSMesedC7H8q0mWRJFIlSvj1JFgA== dependencies: "@graphql-tools/delegate" "^10.1.1" - "@graphql-tools/executor-http" "^1.1.7" + "@graphql-tools/executor-http" "^1.1.8" "@graphql-tools/merge" "^9.0.8" "@graphql-tools/schema" "^10.0.7" "@graphql-tools/stitch" "^9.3.3" "@graphql-tools/utils" "^10.5.5" "@graphql-tools/wrap" "^10.0.15" - "@whatwg-node/fetch" "^0.9.17" + "@whatwg-node/fetch" "^0.10.0" tslib "^2.4.0" value-or-promise "^1.0.12" optionalDependencies: @@ -2136,18 +2136,18 @@ tslib "^2.4.0" "@graphql-tools/url-loader@^8.0.9": - version "8.0.13" - resolved "https://registry.yarnpkg.com/@graphql-tools/url-loader/-/url-loader-8.0.13.tgz#9dda323f2f0b53b4218de8a91a8b95ebbadeeb9e" - integrity sha512-O7RwIh8Iv60epiV/Smnu3wWQddGEbz2W5sLTF4gW/4/23OLaQIAwR0E8MvOneXPQ5MScbUKXeFmyw97vve10qw== + version "8.0.14" + resolved "https://registry.yarnpkg.com/@graphql-tools/url-loader/-/url-loader-8.0.14.tgz#63b1f96a12d98496aa8d18de08432cb7880556af" + integrity sha512-atHfrt4uhUYUKWtmskrMnzWXHQutoLhG9Ff9A2V8e3WsQoeaZiBZEhOAI1iNZRVLulLjFgojHCHczSgai9epmw== dependencies: "@ardatan/sync-fetch" "^0.0.1" "@graphql-tools/executor-graphql-ws" "^1.3.1" - "@graphql-tools/executor-http" "^1.1.7" + "@graphql-tools/executor-http" "^1.1.8" "@graphql-tools/executor-legacy-ws" "^1.1.1" "@graphql-tools/utils" "^10.5.5" "@graphql-tools/wrap" "^10.0.15" "@types/ws" "^8.0.0" - "@whatwg-node/fetch" "^0.9.0" + "@whatwg-node/fetch" "^0.10.0" isomorphic-ws "^5.0.0" tslib "^2.4.0" value-or-promise "^1.0.11" @@ -2202,9 +2202,9 @@ tslib "^2.5.2" "@graphql-yoga/plugin-persisted-operations@^3.0.0": - version "3.8.0" - resolved "https://registry.yarnpkg.com/@graphql-yoga/plugin-persisted-operations/-/plugin-persisted-operations-3.8.0.tgz#c23d6acf9bfbbab686c091f5c283f68afcf0b51e" - integrity sha512-MIEv/Zq+AgyDJPraDbXasn+ha9y/Mk+T0Fh3SYl35uKwKdoVIt2UxnRxFPYCxNe7Hp8ywODXfIB1DOvxFJarlw== + version "3.9.0" + resolved "https://registry.yarnpkg.com/@graphql-yoga/plugin-persisted-operations/-/plugin-persisted-operations-3.9.0.tgz#3e928c32fea6ff80595850fadf09f69ebc2322c5" + integrity sha512-oeayVu5FBScQ7P5WXZR9NdmrfJp9P1lFBLVvZt7EtaMHuO19S9UgTe/z9HIDtVcoB4f5TAg/RfofVanROkP66g== "@graphql-yoga/subscription@^5.0.1": version "5.0.1" @@ -2740,95 +2740,95 @@ resolved "https://registry.yarnpkg.com/@repeaterjs/repeater/-/repeater-3.0.6.tgz#be23df0143ceec3c69f8b6c2517971a5578fdaa2" integrity sha512-Javneu5lsuhwNCryN+pXH93VPQ8g0dBX7wItHFgYiwQmzE1sVdg5tWHiOgHywzL2W21XQopa7IwIEnNbmeUJYA== -"@rollup/rollup-android-arm-eabi@4.24.3": - version "4.24.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.24.3.tgz#49a2a9808074f2683667992aa94b288e0b54fc82" - integrity sha512-ufb2CH2KfBWPJok95frEZZ82LtDl0A6QKTa8MoM+cWwDZvVGl5/jNb79pIhRvAalUu+7LD91VYR0nwRD799HkQ== - -"@rollup/rollup-android-arm64@4.24.3": - version "4.24.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.24.3.tgz#197e3bc01c228d3c23591e0fcedca91f8f398ec1" - integrity sha512-iAHpft/eQk9vkWIV5t22V77d90CRofgR2006UiCjHcHJFVI1E0oBkQIAbz+pLtthFw3hWEmVB4ilxGyBf48i2Q== - -"@rollup/rollup-darwin-arm64@4.24.3": - version "4.24.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.24.3.tgz#16772c0309d0dc3cca716580cdac7a1c560ddf46" - integrity sha512-QPW2YmkWLlvqmOa2OwrfqLJqkHm7kJCIMq9kOz40Zo9Ipi40kf9ONG5Sz76zszrmIZZ4hgRIkez69YnTHgEz1w== - -"@rollup/rollup-darwin-x64@4.24.3": - version "4.24.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.24.3.tgz#4e98120a1c4cda7d4043ccce72347cee53784140" - integrity sha512-KO0pN5x3+uZm1ZXeIfDqwcvnQ9UEGN8JX5ufhmgH5Lz4ujjZMAnxQygZAVGemFWn+ZZC0FQopruV4lqmGMshow== - -"@rollup/rollup-freebsd-arm64@4.24.3": - version "4.24.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.24.3.tgz#27145e414986e216e0d9b9a8d488028f33c39566" - integrity sha512-CsC+ZdIiZCZbBI+aRlWpYJMSWvVssPuWqrDy/zi9YfnatKKSLFCe6fjna1grHuo/nVaHG+kiglpRhyBQYRTK4A== - -"@rollup/rollup-freebsd-x64@4.24.3": - version "4.24.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.24.3.tgz#67e75fd87a903090f038b212273c492e5ca6b32f" - integrity sha512-F0nqiLThcfKvRQhZEzMIXOQG4EeX61im61VYL1jo4eBxv4aZRmpin6crnBJQ/nWnCsjH5F6J3W6Stdm0mBNqBg== - -"@rollup/rollup-linux-arm-gnueabihf@4.24.3": - version "4.24.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.24.3.tgz#bb45ebadbb9496298ab5461373bde357e8f33e88" - integrity sha512-KRSFHyE/RdxQ1CSeOIBVIAxStFC/hnBgVcaiCkQaVC+EYDtTe4X7z5tBkFyRoBgUGtB6Xg6t9t2kulnX6wJc6A== - -"@rollup/rollup-linux-arm-musleabihf@4.24.3": - version "4.24.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.24.3.tgz#384276c23feb0a4d6ffa603a9a760decce8b4118" - integrity sha512-h6Q8MT+e05zP5BxEKz0vi0DhthLdrNEnspdLzkoFqGwnmOzakEHSlXfVyA4HJ322QtFy7biUAVFPvIDEDQa6rw== - -"@rollup/rollup-linux-arm64-gnu@4.24.3": - version "4.24.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.24.3.tgz#89e5a4570ddd9eca908324a6de60bd64f904e3f0" - integrity sha512-fKElSyXhXIJ9pqiYRqisfirIo2Z5pTTve5K438URf08fsypXrEkVmShkSfM8GJ1aUyvjakT+fn2W7Czlpd/0FQ== - -"@rollup/rollup-linux-arm64-musl@4.24.3": - version "4.24.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.24.3.tgz#9ffd7cd6c6c6670d8c039056d6a49ad9f1f66949" - integrity sha512-YlddZSUk8G0px9/+V9PVilVDC6ydMz7WquxozToozSnfFK6wa6ne1ATUjUvjin09jp34p84milxlY5ikueoenw== - -"@rollup/rollup-linux-powerpc64le-gnu@4.24.3": - version "4.24.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.24.3.tgz#4d32ce982e2d25e3b8116336ad5ce6e270b5a024" - integrity sha512-yNaWw+GAO8JjVx3s3cMeG5Esz1cKVzz8PkTJSfYzE5u7A+NvGmbVFEHP+BikTIyYWuz0+DX9kaA3pH9Sqxp69g== - -"@rollup/rollup-linux-riscv64-gnu@4.24.3": - version "4.24.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.24.3.tgz#f43d4e0572397e3d3acd82d77d79ce021dea3310" - integrity sha512-lWKNQfsbpv14ZCtM/HkjCTm4oWTKTfxPmr7iPfp3AHSqyoTz5AgLemYkWLwOBWc+XxBbrU9SCokZP0WlBZM9lA== - -"@rollup/rollup-linux-s390x-gnu@4.24.3": - version "4.24.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.24.3.tgz#264f8a4c206173945bdab2a676d638b7945106a9" - integrity sha512-HoojGXTC2CgCcq0Woc/dn12wQUlkNyfH0I1ABK4Ni9YXyFQa86Fkt2Q0nqgLfbhkyfQ6003i3qQk9pLh/SpAYw== - -"@rollup/rollup-linux-x64-gnu@4.24.3": - version "4.24.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.24.3.tgz#e86172a407b2edd41540ec2ae636e497fadccff6" - integrity sha512-mnEOh4iE4USSccBOtcrjF5nj+5/zm6NcNhbSEfR3Ot0pxBwvEn5QVUXcuOwwPkapDtGZ6pT02xLoPaNv06w7KQ== - -"@rollup/rollup-linux-x64-musl@4.24.3": - version "4.24.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.24.3.tgz#8ae9bf78986d1b16ccbc89ab6f2dfa96807d3178" - integrity sha512-rMTzawBPimBQkG9NKpNHvquIUTQPzrnPxPbCY1Xt+mFkW7pshvyIS5kYgcf74goxXOQk0CP3EoOC1zcEezKXhw== - -"@rollup/rollup-win32-arm64-msvc@4.24.3": - version "4.24.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.24.3.tgz#11d6a59f651a3c2a9e5eaab0a99367b77a29c319" - integrity sha512-2lg1CE305xNvnH3SyiKwPVsTVLCg4TmNCF1z7PSHX2uZY2VbUpdkgAllVoISD7JO7zu+YynpWNSKAtOrX3AiuA== - -"@rollup/rollup-win32-ia32-msvc@4.24.3": - version "4.24.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.24.3.tgz#7ff146e53dc6e388b60329b7ec3335501d2b0f98" - integrity sha512-9SjYp1sPyxJsPWuhOCX6F4jUMXGbVVd5obVpoVEi8ClZqo52ViZewA6eFz85y8ezuOA+uJMP5A5zo6Oz4S5rVQ== - -"@rollup/rollup-win32-x64-msvc@4.24.3": - version "4.24.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.24.3.tgz#7687335781efe6bee14d6ed8eff9746a9f24c9cd" - integrity sha512-HGZgRFFYrMrP3TJlq58nR1xy8zHKId25vhmm5S9jETEfDf6xybPxsavFTJaufe2zgOGYJBskGlj49CwtEuFhWQ== +"@rollup/rollup-android-arm-eabi@4.25.0": + version "4.25.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.25.0.tgz#3e7eda4c0c1de6d2415343002d742ff95e38dca7" + integrity sha512-CC/ZqFZwlAIbU1wUPisHyV/XRc5RydFrNLtgl3dGYskdwPZdt4HERtKm50a/+DtTlKeCq9IXFEWR+P6blwjqBA== + +"@rollup/rollup-android-arm64@4.25.0": + version "4.25.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.25.0.tgz#04f679231acf7284f1f8a1f7250d0e0944865ba8" + integrity sha512-/Y76tmLGUJqVBXXCfVS8Q8FJqYGhgH4wl4qTA24E9v/IJM0XvJCGQVSW1QZ4J+VURO9h8YCa28sTFacZXwK7Rg== + +"@rollup/rollup-darwin-arm64@4.25.0": + version "4.25.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.25.0.tgz#ecea723041621747d0772af93b54752edf26467a" + integrity sha512-YVT6L3UrKTlC0FpCZd0MGA7NVdp7YNaEqkENbWQ7AOVOqd/7VzyHpgIpc1mIaxRAo1ZsJRH45fq8j4N63I/vvg== + +"@rollup/rollup-darwin-x64@4.25.0": + version "4.25.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.25.0.tgz#28e6e0687092f31e20982fc104779d48c643fc21" + integrity sha512-ZRL+gexs3+ZmmWmGKEU43Bdn67kWnMeWXLFhcVv5Un8FQcx38yulHBA7XR2+KQdYIOtD0yZDWBCudmfj6lQJoA== + +"@rollup/rollup-freebsd-arm64@4.25.0": + version "4.25.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.25.0.tgz#99e9173b8aef3d1ef086983da70413988206e530" + integrity sha512-xpEIXhiP27EAylEpreCozozsxWQ2TJbOLSivGfXhU4G1TBVEYtUPi2pOZBnvGXHyOdLAUUhPnJzH3ah5cqF01g== + +"@rollup/rollup-freebsd-x64@4.25.0": + version "4.25.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.25.0.tgz#f3a1ef941f8d3c6b2b036484c69a7b2d3d9ebbd7" + integrity sha512-sC5FsmZGlJv5dOcURrsnIK7ngc3Kirnx3as2XU9uER+zjfyqIjdcMVgzy4cOawhsssqzoAX19qmxgJ8a14Qrqw== + +"@rollup/rollup-linux-arm-gnueabihf@4.25.0": + version "4.25.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.25.0.tgz#9ba6adcc33f26f2a0c6ee658f0bbda4de8da2f75" + integrity sha512-uD/dbLSs1BEPzg564TpRAQ/YvTnCds2XxyOndAO8nJhaQcqQGFgv/DAVko/ZHap3boCvxnzYMa3mTkV/B/3SWA== + +"@rollup/rollup-linux-arm-musleabihf@4.25.0": + version "4.25.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.25.0.tgz#62f2426fa9016ec884f4fa779d7b62d5ba02a41a" + integrity sha512-ZVt/XkrDlQWegDWrwyC3l0OfAF7yeJUF4fq5RMS07YM72BlSfn2fQQ6lPyBNjt+YbczMguPiJoCfaQC2dnflpQ== + +"@rollup/rollup-linux-arm64-gnu@4.25.0": + version "4.25.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.25.0.tgz#f98ec111a231d35e0c6d3404e3d80f67f9d5b9f8" + integrity sha512-qboZ+T0gHAW2kkSDPHxu7quaFaaBlynODXpBVnPxUgvWYaE84xgCKAPEYE+fSMd3Zv5PyFZR+L0tCdYCMAtG0A== + +"@rollup/rollup-linux-arm64-musl@4.25.0": + version "4.25.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.25.0.tgz#4b36ffb8359f959f2c29afd187603c53368b6723" + integrity sha512-ndWTSEmAaKr88dBuogGH2NZaxe7u2rDoArsejNslugHZ+r44NfWiwjzizVS1nUOHo+n1Z6qV3X60rqE/HlISgw== + +"@rollup/rollup-linux-powerpc64le-gnu@4.25.0": + version "4.25.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.25.0.tgz#52f4b39e6783505d168a745b79d86474fde71680" + integrity sha512-BVSQvVa2v5hKwJSy6X7W1fjDex6yZnNKy3Kx1JGimccHft6HV0THTwNtC2zawtNXKUu+S5CjXslilYdKBAadzA== + +"@rollup/rollup-linux-riscv64-gnu@4.25.0": + version "4.25.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.25.0.tgz#49195be7e6a7d68d482b12461e2ea914e31ff977" + integrity sha512-G4hTREQrIdeV0PE2JruzI+vXdRnaK1pg64hemHq2v5fhv8C7WjVaeXc9P5i4Q5UC06d/L+zA0mszYIKl+wY8oA== + +"@rollup/rollup-linux-s390x-gnu@4.25.0": + version "4.25.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.25.0.tgz#4b8d50a205eac7b46cdcb9c50d4a6ae5994c02e0" + integrity sha512-9T/w0kQ+upxdkFL9zPVB6zy9vWW1deA3g8IauJxojN4bnz5FwSsUAD034KpXIVX5j5p/rn6XqumBMxfRkcHapQ== + +"@rollup/rollup-linux-x64-gnu@4.25.0": + version "4.25.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.25.0.tgz#dfcceebc5ccac7fc2db19471996026258c81b55f" + integrity sha512-ThcnU0EcMDn+J4B9LD++OgBYxZusuA7iemIIiz5yzEcFg04VZFzdFjuwPdlURmYPZw+fgVrFzj4CA64jSTG4Ig== + +"@rollup/rollup-linux-x64-musl@4.25.0": + version "4.25.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.25.0.tgz#192f78bad8429711d63a31dc0a7d3312e2df850e" + integrity sha512-zx71aY2oQxGxAT1JShfhNG79PnjYhMC6voAjzpu/xmMjDnKNf6Nl/xv7YaB/9SIa9jDYf8RBPWEnjcdlhlv1rQ== + +"@rollup/rollup-win32-arm64-msvc@4.25.0": + version "4.25.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.25.0.tgz#f4ec076579634f780b4e5896ae7f59f3e38e0c60" + integrity sha512-JT8tcjNocMs4CylWY/CxVLnv8e1lE7ff1fi6kbGocWwxDq9pj30IJ28Peb+Y8yiPNSF28oad42ApJB8oUkwGww== + +"@rollup/rollup-win32-ia32-msvc@4.25.0": + version "4.25.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.25.0.tgz#5458eab1929827e4f805cefb90bd09ecf7eeed2b" + integrity sha512-dRLjLsO3dNOfSN6tjyVlG+Msm4IiZnGkuZ7G5NmpzwF9oOc582FZG05+UdfTbz5Jd4buK/wMb6UeHFhG18+OEg== + +"@rollup/rollup-win32-x64-msvc@4.25.0": + version "4.25.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.25.0.tgz#93415e7e707e4b156d77c5950b983b58f4bc33f3" + integrity sha512-/RqrIFtLB926frMhZD0a5oDa4eFIbyNEwLLloMTEjmqfwZWXywwVVOVmwTsuyhC9HKkVEZcOOi+KV4U9wmOdlg== "@rtsao/scc@^1.1.0": version "1.1.0" @@ -3052,61 +3052,61 @@ "@types/yargs-parser" "*" "@typescript-eslint/eslint-plugin@^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0": - version "8.12.2" - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.12.2.tgz#c2ef660bb83fd1432368319312a2581fc92ccac1" - integrity sha512-gQxbxM8mcxBwaEmWdtLCIGLfixBMHhQjBqR8sVWNTPpcj45WlYL2IObS/DNMLH1DBP0n8qz+aiiLTGfopPEebw== + version "8.13.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.13.0.tgz#650c50b8c795b5d092189f139f6d00535b5b0f3d" + integrity sha512-nQtBLiZYMUPkclSeC3id+x4uVd1SGtHuElTxL++SfP47jR0zfkZBJHc+gL4qPsgTuypz0k8Y2GheaDYn6Gy3rg== dependencies: "@eslint-community/regexpp" "^4.10.0" - "@typescript-eslint/scope-manager" "8.12.2" - "@typescript-eslint/type-utils" "8.12.2" - "@typescript-eslint/utils" "8.12.2" - "@typescript-eslint/visitor-keys" "8.12.2" + "@typescript-eslint/scope-manager" "8.13.0" + "@typescript-eslint/type-utils" "8.13.0" + "@typescript-eslint/utils" "8.13.0" + "@typescript-eslint/visitor-keys" "8.13.0" graphemer "^1.4.0" ignore "^5.3.1" natural-compare "^1.4.0" ts-api-utils "^1.3.0" "@typescript-eslint/parser@^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0": - version "8.12.2" - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.12.2.tgz#2e8173b34e1685e918b2d571c16c906d3747bad2" - integrity sha512-MrvlXNfGPLH3Z+r7Tk+Z5moZAc0dzdVjTgUgwsdGweH7lydysQsnSww3nAmsq8blFuRD5VRlAr9YdEFw3e6PBw== - dependencies: - "@typescript-eslint/scope-manager" "8.12.2" - "@typescript-eslint/types" "8.12.2" - "@typescript-eslint/typescript-estree" "8.12.2" - "@typescript-eslint/visitor-keys" "8.12.2" + version "8.13.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.13.0.tgz#ef76203b7cac515aa3ccc4f7ce5320dd61c46b29" + integrity sha512-w0xp+xGg8u/nONcGw1UXAr6cjCPU1w0XVyBs6Zqaj5eLmxkKQAByTdV/uGgNN5tVvN/kKpoQlP2cL7R+ajZZIQ== + dependencies: + "@typescript-eslint/scope-manager" "8.13.0" + "@typescript-eslint/types" "8.13.0" + "@typescript-eslint/typescript-estree" "8.13.0" + "@typescript-eslint/visitor-keys" "8.13.0" debug "^4.3.4" -"@typescript-eslint/scope-manager@8.12.2": - version "8.12.2" - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.12.2.tgz#6db0213745e6392c8e90fe9af5915e6da32eb94a" - integrity sha512-gPLpLtrj9aMHOvxJkSbDBmbRuYdtiEbnvO25bCMza3DhMjTQw0u7Y1M+YR5JPbMsXXnSPuCf5hfq0nEkQDL/JQ== +"@typescript-eslint/scope-manager@8.13.0": + version "8.13.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.13.0.tgz#2f4aed0b87d72360e64e4ea194b1fde14a59082e" + integrity sha512-XsGWww0odcUT0gJoBZ1DeulY1+jkaHUciUq4jKNv4cpInbvvrtDoyBH9rE/n2V29wQJPk8iCH1wipra9BhmiMA== dependencies: - "@typescript-eslint/types" "8.12.2" - "@typescript-eslint/visitor-keys" "8.12.2" + "@typescript-eslint/types" "8.13.0" + "@typescript-eslint/visitor-keys" "8.13.0" -"@typescript-eslint/type-utils@8.12.2": - version "8.12.2" - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.12.2.tgz#132b0c52d45f6814e6f2e32416c7951ed480b016" - integrity sha512-bwuU4TAogPI+1q/IJSKuD4shBLc/d2vGcRT588q+jzayQyjVK2X6v/fbR4InY2U2sgf8MEvVCqEWUzYzgBNcGQ== +"@typescript-eslint/type-utils@8.13.0": + version "8.13.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.13.0.tgz#8c8fa68490dcb9ae1687ffc7de8fbe23c26417bd" + integrity sha512-Rqnn6xXTR316fP4D2pohZenJnp+NwQ1mo7/JM+J1LWZENSLkJI8ID8QNtlvFeb0HnFSK94D6q0cnMX6SbE5/vA== dependencies: - "@typescript-eslint/typescript-estree" "8.12.2" - "@typescript-eslint/utils" "8.12.2" + "@typescript-eslint/typescript-estree" "8.13.0" + "@typescript-eslint/utils" "8.13.0" debug "^4.3.4" ts-api-utils "^1.3.0" -"@typescript-eslint/types@8.12.2": - version "8.12.2" - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.12.2.tgz#8d70098c0e90442495b53d0296acdca6d0f3f73c" - integrity sha512-VwDwMF1SZ7wPBUZwmMdnDJ6sIFk4K4s+ALKLP6aIQsISkPv8jhiw65sAK6SuWODN/ix+m+HgbYDkH+zLjrzvOA== +"@typescript-eslint/types@8.13.0": + version "8.13.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.13.0.tgz#3f35dead2b2491a04339370dcbcd17bbdfc204d8" + integrity sha512-4cyFErJetFLckcThRUFdReWJjVsPCqyBlJTi6IDEpc1GWCIIZRFxVppjWLIMcQhNGhdWJJRYFHpHoDWvMlDzng== -"@typescript-eslint/typescript-estree@8.12.2": - version "8.12.2" - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.12.2.tgz#206df9b1cbff212aaa9401985ef99f04daa84da5" - integrity sha512-mME5MDwGe30Pq9zKPvyduyU86PH7aixwqYR2grTglAdB+AN8xXQ1vFGpYaUSJ5o5P/5znsSBeNcs5g5/2aQwow== +"@typescript-eslint/typescript-estree@8.13.0": + version "8.13.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.13.0.tgz#db8c93dd5437ca3ce417a255fb35ddc3c12c3e95" + integrity sha512-v7SCIGmVsRK2Cy/LTLGN22uea6SaUIlpBcO/gnMGT/7zPtxp90bphcGf4fyrCQl3ZtiBKqVTG32hb668oIYy1g== dependencies: - "@typescript-eslint/types" "8.12.2" - "@typescript-eslint/visitor-keys" "8.12.2" + "@typescript-eslint/types" "8.13.0" + "@typescript-eslint/visitor-keys" "8.13.0" debug "^4.3.4" fast-glob "^3.3.2" is-glob "^4.0.3" @@ -3114,22 +3114,22 @@ semver "^7.6.0" ts-api-utils "^1.3.0" -"@typescript-eslint/utils@8.12.2": - version "8.12.2" - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.12.2.tgz#726cc9f49f5866605bd15bbc1768ffc15637930e" - integrity sha512-UTTuDIX3fkfAz6iSVa5rTuSfWIYZ6ATtEocQ/umkRSyC9O919lbZ8dcH7mysshrCdrAM03skJOEYaBugxN+M6A== +"@typescript-eslint/utils@8.13.0": + version "8.13.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.13.0.tgz#f6d40e8b5053dcaeabbd2e26463857abf27d62c0" + integrity sha512-A1EeYOND6Uv250nybnLZapeXpYMl8tkzYUxqmoKAWnI4sei3ihf2XdZVd+vVOmHGcp3t+P7yRrNsyyiXTvShFQ== dependencies: "@eslint-community/eslint-utils" "^4.4.0" - "@typescript-eslint/scope-manager" "8.12.2" - "@typescript-eslint/types" "8.12.2" - "@typescript-eslint/typescript-estree" "8.12.2" + "@typescript-eslint/scope-manager" "8.13.0" + "@typescript-eslint/types" "8.13.0" + "@typescript-eslint/typescript-estree" "8.13.0" -"@typescript-eslint/visitor-keys@8.12.2": - version "8.12.2" - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.12.2.tgz#94d7410f78eb6d134b9fcabaf1eeedb910ba8c38" - integrity sha512-PChz8UaKQAVNHghsHcPyx1OMHoFRUEA7rJSK/mDhdq85bk+PLsUHUBqTQTFt18VJZbmxBovM65fezlheQRsSDA== +"@typescript-eslint/visitor-keys@8.13.0": + version "8.13.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.13.0.tgz#e97b0d92b266ef38a1faf40a74da289b66683a5b" + integrity sha512-7N/+lztJqH4Mrf0lb10R/CbI1EaAMMGyF5y0oJvFoAhafwgiRA7TXyd8TFn8FC8k5y2dTsYogg238qavRGNnlw== dependencies: - "@typescript-eslint/types" "8.12.2" + "@typescript-eslint/types" "8.13.0" eslint-visitor-keys "^3.4.3" "@urql/core@^5.0.0": @@ -3165,18 +3165,36 @@ dependencies: tslib "^2.6.3" -"@whatwg-node/fetch@^0.9.0", "@whatwg-node/fetch@^0.9.13", "@whatwg-node/fetch@^0.9.17", "@whatwg-node/fetch@^0.9.22": - version "0.9.22" - resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.9.22.tgz#391000e8b9191364d93583477865c02a56e1eaed" - integrity sha512-+RIBffgoaRlWV9cKV6wAX71sbeoU2APOI3G13ZRMkabYHwkvDMeZDTyxJcsMXA5CpieJ7NFXF9Xyu72jwvdzqA== +"@whatwg-node/fetch@^0.10.0": + version "0.10.1" + resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.10.1.tgz#ca08b2b9928a465f6e562d6cc460840340c15d14" + integrity sha512-gmPOLrsjSZWEZlr9Oe5+wWFBq3CG6fN13rGlM91Jsj/vZ95G9CCvrORGBAxMXy0AJGiC83aYiHXn3JzTzXQmbA== + dependencies: + "@whatwg-node/node-fetch" "^0.7.1" + urlpattern-polyfill "^10.0.0" + +"@whatwg-node/fetch@^0.9.22": + version "0.9.23" + resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.9.23.tgz#eeb953f5fbf6b83ba944cc71a0eef59d8164b01d" + integrity sha512-7xlqWel9JsmxahJnYVUj/LLxWcnA93DR4c9xlw3U814jWTiYalryiH1qToik1hOxweKKRLi4haXHM5ycRksPBA== dependencies: - "@whatwg-node/node-fetch" "^0.5.27" + "@whatwg-node/node-fetch" "^0.6.0" urlpattern-polyfill "^10.0.0" -"@whatwg-node/node-fetch@^0.5.27": - version "0.5.27" - resolved "https://registry.yarnpkg.com/@whatwg-node/node-fetch/-/node-fetch-0.5.27.tgz#e6e1448029c5fe58eae25a6f8c740434504077f5" - integrity sha512-0OaMj5W4fzWimRSFq07qFiWfquaUMNB+695GwE76LYKVuah+jwCdzSgsIOtwPkiyJ35w0XGhXmJPiIJCdLwopg== +"@whatwg-node/node-fetch@^0.6.0": + version "0.6.0" + resolved "https://registry.yarnpkg.com/@whatwg-node/node-fetch/-/node-fetch-0.6.0.tgz#9f6903319ff041eb6fadeba9009662bc64ab1707" + integrity sha512-tcZAhrpx6oVlkEsRngeTEEE7I5/QdLjeEz4IlekabGaESP7+Dkm/6a9KcF1KdCBB7mO9PXtBkwCuTCt8+UPg8Q== + dependencies: + "@kamilkisiela/fast-url-parser" "^1.1.4" + busboy "^1.6.0" + fast-querystring "^1.1.1" + tslib "^2.6.3" + +"@whatwg-node/node-fetch@^0.7.1": + version "0.7.1" + resolved "https://registry.yarnpkg.com/@whatwg-node/node-fetch/-/node-fetch-0.7.1.tgz#2f0f009a44d61f5ad9151ec0b5bfbbf0683a41ff" + integrity sha512-+IVKtQhHnaOS39ErbdeQUh+pVKqCJxO0OokBxCo7SNtTHOZB2Tb+YN+YWwp4WizXwTWy85tsEv1AAprugpxNmg== dependencies: "@kamilkisiela/fast-url-parser" "^1.1.4" busboy "^1.6.0" @@ -3184,11 +3202,11 @@ tslib "^2.6.3" "@whatwg-node/server@^0.9.46", "@whatwg-node/server@^0.9.50": - version "0.9.50" - resolved "https://registry.yarnpkg.com/@whatwg-node/server/-/server-0.9.50.tgz#7098890bb674477aa4a4be5ecfd10f22857b65fa" - integrity sha512-7Vd8k6iu+ps8bkZT+Y/wPm42EDh8KojAL+APKa79mntgkyPtdq0r1//CO+0eYqQBz6HGrDxHRT4KChSOy4jGIw== + version "0.9.53" + resolved "https://registry.yarnpkg.com/@whatwg-node/server/-/server-0.9.53.tgz#2c4e5e2b931ba2875cea1fdf6ecb849eee48a092" + integrity sha512-r7d+i1BcCISshJ5fRnc/9JQj7bVfJmBMnKfHd8LQRkRt7Z56fFfsgwuzJ+uzJRSstMC7e7JRRlSP9TOuf1D2zQ== dependencies: - "@whatwg-node/fetch" "^0.9.22" + "@whatwg-node/fetch" "^0.10.0" tslib "^2.6.3" "@wry/caches@^1.0.0": @@ -3739,9 +3757,9 @@ camelcase@^6.2.0: integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== caniuse-lite@^1.0.30001579, caniuse-lite@^1.0.30001669: - version "1.0.30001677" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001677.tgz#27c2e2c637e007cfa864a16f7dfe7cde66b38b5f" - integrity sha512-fmfjsOlJUpMWu+mAAtZZZHz7UEwsUxIIvu1TJfO1HqFQvB/B+ii0xr9B5HpbZY/mC4XZ8SvjHJqtAY6pDPQEog== + version "1.0.30001680" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001680.tgz#5380ede637a33b9f9f1fc6045ea99bd142f3da5e" + integrity sha512-rPQy70G6AGUMnbwS1z6Xg+RkHYPAi18ihs47GH0jcxIG7wArmPgY3XbS2sRdBbxJljp3thdT8BIqv9ccCypiPA== capital-case@^1.0.4: version "1.0.4" @@ -4012,9 +4030,9 @@ cross-spawn@^5.1.0: which "^1.2.9" cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3: - version "7.0.3" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" - integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== + version "7.0.5" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.5.tgz#910aac880ff5243da96b728bc6521a5f6c2f2f82" + integrity sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug== dependencies: path-key "^3.1.0" shebang-command "^2.0.0" @@ -4209,9 +4227,9 @@ ejs@^3.1.10: jake "^10.8.5" electron-to-chromium@^1.5.41: - version "1.5.50" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.50.tgz#d9ba818da7b2b5ef1f3dd32bce7046feb7e93234" - integrity sha512-eMVObiUQ2LdgeO1F/ySTXsvqvxb6ZH2zPGaMYsWzRDdOddUa77tdmI0ltg+L16UpbWdhPmuF3wIQYyQq65WfZw== + version "1.5.55" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.55.tgz#73684752aa2e1aa49cafb355a41386c6637e76a9" + integrity sha512-6maZ2ASDOTBtjt9FhqYPRnbvKU5tjG0IN9SztUOWYw2AzNDNpKJYLJmlK0/En4Hs/aiWnB+JZ+gW19PIGszgKg== emittery@^0.13.1: version "0.13.1" @@ -4321,9 +4339,9 @@ es-errors@^1.2.1, es-errors@^1.3.0: integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw== es-iterator-helpers@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.1.0.tgz#f6d745d342aea214fe09497e7152170dc333a7a6" - integrity sha512-/SurEfycdyssORP/E+bj4sEu1CWw4EmLDsHynHwSXQ7utgbrMRWW195pTrCjFgFCddf/UkYm3oqKPRq5i8bJbw== + version "1.2.0" + resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.2.0.tgz#2f1a3ab998b30cb2d10b195b587c6d9ebdebf152" + integrity sha512-tpxqxncxnpw3c93u8n3VOzACmRFoVmWJqbWXvX/JfKbkhBw1oslgPrUfeSt2psuqyEJFD6N/9lg5i7bsKpoq+Q== dependencies: call-bind "^1.0.7" define-properties "^1.2.1" @@ -4333,6 +4351,7 @@ es-iterator-helpers@^1.1.0: function-bind "^1.1.2" get-intrinsic "^1.2.4" globalthis "^1.0.4" + gopd "^1.0.1" has-property-descriptors "^1.0.2" has-proto "^1.0.3" has-symbols "^1.0.3" @@ -5011,15 +5030,16 @@ glob-parent@^6.0.2: is-glob "^4.0.3" glob@^10.3.10: - version "10.3.10" - resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b" - integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g== + version "10.4.5" + resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956" + integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg== dependencies: foreground-child "^3.1.0" - jackspeak "^2.3.5" - minimatch "^9.0.1" - minipass "^5.0.0 || ^6.0.2 || ^7.0.0" - path-scurry "^1.10.1" + jackspeak "^3.1.2" + minimatch "^9.0.4" + minipass "^7.1.2" + package-json-from-dist "^1.0.0" + path-scurry "^1.11.1" glob@^11.0.0: version "11.0.0" @@ -5152,9 +5172,9 @@ graphql-ws@^5.12.1, graphql-ws@^5.14.0: integrity sha512-Ju2RCU2dQMgSKtArPbEtsK5gNLnsQyTNIo/T7cZNp96niC1x0KdJNZV0TIoilceBPQwfb5itrGl8pkFeOUMl4A== graphql-yoga@^5.7.0: - version "5.8.0" - resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-5.8.0.tgz#990cd35a5f92e1e58b5321569bdc465ddfe58351" - integrity sha512-pGoeTv7Om9aNGkDIFecz3tv0rZKWV2T2K8522/tymS+qixPIq5upSaMY5nLXzpWD40R10mcw0nBwBZg6j0F7Iw== + version "5.9.0" + resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-5.9.0.tgz#eacd9b05f1e40c25c5ff690ac76209b6e82640d8" + integrity sha512-zeSu77bnl+id+MaKpS8dQPA9Dix0DgdibWM5GFrQxKBwrdpW9XOH33ofrZvs+BXVici+pJvuxo+LeUpHopiBrg== dependencies: "@envelop/core" "^5.0.1" "@graphql-tools/executor" "^1.3.0" @@ -5694,10 +5714,10 @@ iterator.prototype@^1.1.3: reflect.getprototypeof "^1.0.4" set-function-name "^2.0.1" -jackspeak@^2.3.5: - version "2.3.6" - resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8" - integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ== +jackspeak@^3.1.2: + version "3.4.3" + resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a" + integrity sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw== dependencies: "@isaacs/cliui" "^8.0.2" optionalDependencies: @@ -6424,7 +6444,7 @@ minimatch@^5.0.1: dependencies: brace-expansion "^2.0.1" -minimatch@^9.0.1, minimatch@^9.0.4: +minimatch@^9.0.4: version "9.0.5" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5" integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow== @@ -6857,7 +6877,7 @@ path-root@^0.1.1: dependencies: path-root-regex "^0.1.0" -path-scurry@^1.10.1: +path-scurry@^1.11.1: version "1.11.1" resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2" integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA== @@ -6878,7 +6898,7 @@ path-type@^4.0.0: resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== -picocolors@^1.0.0, picocolors@^1.1.0: +picocolors@^1.0.0, picocolors@^1.1.0, picocolors@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== @@ -6925,12 +6945,12 @@ postcss@8.4.31: source-map-js "^1.0.2" postcss@^8.4.43: - version "8.4.47" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.47.tgz#5bf6c9a010f3e724c503bf03ef7947dcb0fea365" - integrity sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ== + version "8.4.48" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.48.tgz#765f3f8abaa2a2b065cdddbc57ad4cb5a76e515f" + integrity sha512-GCRK8F6+Dl7xYniR5a4FYbpBzU8XnZVeowqsQFYdcXuSbChgiks7qybSkbvnaeqv0G0B+dd9/jJgH8kkLDQeEA== dependencies: nanoid "^3.3.7" - picocolors "^1.1.0" + picocolors "^1.1.1" source-map-js "^1.2.1" prelude-ls@^1.2.1: @@ -7240,30 +7260,30 @@ rimraf@6.0.1, rimraf@^6.0.0: package-json-from-dist "^1.0.0" rollup@^4.20.0: - version "4.24.3" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.24.3.tgz#8b259063740af60b0030315f88665ba2041789b8" - integrity sha512-HBW896xR5HGmoksbi3JBDtmVzWiPAYqp7wip50hjQ67JbDz61nyoMPdqu1DvVW9asYb2M65Z20ZHsyJCMqMyDg== + version "4.25.0" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.25.0.tgz#74dff4b5c2777dfc490f9711393925da50171787" + integrity sha512-uVbClXmR6wvx5R1M3Od4utyLUxrmOcEm3pAtMphn73Apq19PDtHpgZoEvqH2YnnaNUuvKmg2DgRd2Sqv+odyqg== dependencies: "@types/estree" "1.0.6" optionalDependencies: - "@rollup/rollup-android-arm-eabi" "4.24.3" - "@rollup/rollup-android-arm64" "4.24.3" - "@rollup/rollup-darwin-arm64" "4.24.3" - "@rollup/rollup-darwin-x64" "4.24.3" - "@rollup/rollup-freebsd-arm64" "4.24.3" - "@rollup/rollup-freebsd-x64" "4.24.3" - "@rollup/rollup-linux-arm-gnueabihf" "4.24.3" - "@rollup/rollup-linux-arm-musleabihf" "4.24.3" - "@rollup/rollup-linux-arm64-gnu" "4.24.3" - "@rollup/rollup-linux-arm64-musl" "4.24.3" - "@rollup/rollup-linux-powerpc64le-gnu" "4.24.3" - "@rollup/rollup-linux-riscv64-gnu" "4.24.3" - "@rollup/rollup-linux-s390x-gnu" "4.24.3" - "@rollup/rollup-linux-x64-gnu" "4.24.3" - "@rollup/rollup-linux-x64-musl" "4.24.3" - "@rollup/rollup-win32-arm64-msvc" "4.24.3" - "@rollup/rollup-win32-ia32-msvc" "4.24.3" - "@rollup/rollup-win32-x64-msvc" "4.24.3" + "@rollup/rollup-android-arm-eabi" "4.25.0" + "@rollup/rollup-android-arm64" "4.25.0" + "@rollup/rollup-darwin-arm64" "4.25.0" + "@rollup/rollup-darwin-x64" "4.25.0" + "@rollup/rollup-freebsd-arm64" "4.25.0" + "@rollup/rollup-freebsd-x64" "4.25.0" + "@rollup/rollup-linux-arm-gnueabihf" "4.25.0" + "@rollup/rollup-linux-arm-musleabihf" "4.25.0" + "@rollup/rollup-linux-arm64-gnu" "4.25.0" + "@rollup/rollup-linux-arm64-musl" "4.25.0" + "@rollup/rollup-linux-powerpc64le-gnu" "4.25.0" + "@rollup/rollup-linux-riscv64-gnu" "4.25.0" + "@rollup/rollup-linux-s390x-gnu" "4.25.0" + "@rollup/rollup-linux-x64-gnu" "4.25.0" + "@rollup/rollup-linux-x64-musl" "4.25.0" + "@rollup/rollup-win32-arm64-msvc" "4.25.0" + "@rollup/rollup-win32-ia32-msvc" "4.25.0" + "@rollup/rollup-win32-x64-msvc" "4.25.0" fsevents "~2.3.2" run-parallel@^1.1.9: