Skip to content

Commit 2095afd

Browse files
fix(deps): update all non-major dependencies (#761)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 838ba50 commit 2095afd

File tree

2 files changed

+109
-109
lines changed

2 files changed

+109
-109
lines changed

examples/react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"graphiql": "graphclient serve-dev"
1111
},
1212
"dependencies": {
13-
"@tanstack/react-query": "5.51.18",
13+
"@tanstack/react-query": "5.51.21",
1414
"graphql": "16.9.0",
1515
"react": "18.3.1",
1616
"react-dom": "18.3.1"

yarn.lock

Lines changed: 108 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -1710,36 +1710,36 @@
17101710
tslib "2.6.2"
17111711

17121712
"@graphql-mesh/apollo-link@^0.100.0":
1713-
version "0.100.6"
1714-
resolved "https://registry.yarnpkg.com/@graphql-mesh/apollo-link/-/apollo-link-0.100.6.tgz#9d451f0821c003e48ec9f643fd90dd9f650260a3"
1715-
integrity sha512-L1RSS9fllmnZS4kRLr6vRyChyU4mJKGjayGEETFeeiS+BEbG18KHvsjJNXBQLXbgqInJFP/dDEh7cb5UUYjyfw==
1713+
version "0.100.8"
1714+
resolved "https://registry.yarnpkg.com/@graphql-mesh/apollo-link/-/apollo-link-0.100.8.tgz#7c59dbd99e83b07c03e42bac2f1c950ce92714e6"
1715+
integrity sha512-U8B00iYiS//tH7Eepy6xmxXfocJIeGQIstV6X/NgyBaIt/ovoM9UCmdbehKl5kNzPFRm3uGfetupfQjYVfYfMQ==
17161716

1717-
"@graphql-mesh/cache-localforage@^0.99.5":
1718-
version "0.99.5"
1719-
resolved "https://registry.yarnpkg.com/@graphql-mesh/cache-localforage/-/cache-localforage-0.99.5.tgz#271ea9ec14f01b860a8d81bb2811fcefa2490aef"
1720-
integrity sha512-ZzwhS/eK0bUX9uRaO90QW1mDiyvOxJAeByWjU462eM3KMcPYvxAwg2bXq2Dk6kg5pyRTC59NgyeuPd6yaLHZLg==
1717+
"@graphql-mesh/cache-localforage@^0.99.7":
1718+
version "0.99.7"
1719+
resolved "https://registry.yarnpkg.com/@graphql-mesh/cache-localforage/-/cache-localforage-0.99.7.tgz#6c276b26c410ac7d83d3928f4cc5c85c7cdb5066"
1720+
integrity sha512-GIFhqGKz04mqNYowosurd60eszB5MtQzY6qgVdgUhSxeHL8cQ4D77MxS+V4SWjeXNc8XDJv0l8mEBKNozDRztA==
17211721
dependencies:
17221722
localforage "1.10.0"
17231723

17241724
"@graphql-mesh/cli@^0.92.0":
1725-
version "0.92.8"
1726-
resolved "https://registry.yarnpkg.com/@graphql-mesh/cli/-/cli-0.92.8.tgz#c47cf88772848295eaddbf8e08df3eac7b293dd6"
1727-
integrity sha512-8idqMktzpFSDKzqfY/iy5wIx06T0MvO63agOnthkXU5pGtFccTBpSyjx68UD3zpM2d8oIPBjD30aJaiXuOUO7Q==
1725+
version "0.92.10"
1726+
resolved "https://registry.yarnpkg.com/@graphql-mesh/cli/-/cli-0.92.10.tgz#226e5f811c6aafba604ddb54557779d87a9898c2"
1727+
integrity sha512-PohijfgBIjhn5OusjhGQJY2BWe7dxOak6MU3rRUlVAkchsLLZJODyStyP60t6C9hPQ9b4bvn3f63eHkuTC14Tg==
17281728
dependencies:
17291729
"@graphql-codegen/core" "^4.0.0"
17301730
"@graphql-codegen/typed-document-node" "^5.0.0"
17311731
"@graphql-codegen/typescript" "^4.0.0"
17321732
"@graphql-codegen/typescript-generic-sdk" "^3.1.0"
17331733
"@graphql-codegen/typescript-operations" "^4.0.0"
17341734
"@graphql-codegen/typescript-resolvers" "^4.0.0"
1735-
"@graphql-mesh/config" "^0.101.6"
1735+
"@graphql-mesh/config" "^0.101.8"
17361736
"@graphql-mesh/cross-helpers" "^0.4.4"
1737-
"@graphql-mesh/http" "^0.100.7"
1737+
"@graphql-mesh/http" "^0.100.9"
17381738
"@graphql-mesh/include" "^0.0.1"
1739-
"@graphql-mesh/runtime" "^0.100.6"
1740-
"@graphql-mesh/store" "^0.99.5"
1741-
"@graphql-mesh/types" "^0.99.5"
1742-
"@graphql-mesh/utils" "^0.99.5"
1739+
"@graphql-mesh/runtime" "^0.100.8"
1740+
"@graphql-mesh/store" "^0.99.7"
1741+
"@graphql-mesh/types" "^0.99.7"
1742+
"@graphql-mesh/utils" "^0.99.7"
17431743
"@graphql-tools/utils" "^10.2.3"
17441744
ajv "^8.12.0"
17451745
change-case "^4.1.2"
@@ -1761,15 +1761,15 @@
17611761
node-libcurl "^4.0.0"
17621762
uWebSockets.js "uNetworking/uWebSockets.js#semver:^20"
17631763

1764-
"@graphql-mesh/config@^0.101.6":
1765-
version "0.101.6"
1766-
resolved "https://registry.yarnpkg.com/@graphql-mesh/config/-/config-0.101.6.tgz#5bed00842edcacc8dcd5a6e213207a914b0ee056"
1767-
integrity sha512-6wYhAClrEVVueTihjqkubIVjslO1TCjRhqTQMemw97Q+YIC8sMpDwKDgbQoNNgvsBhwuDyI52q0FrZapS6KS/g==
1764+
"@graphql-mesh/config@^0.101.8":
1765+
version "0.101.8"
1766+
resolved "https://registry.yarnpkg.com/@graphql-mesh/config/-/config-0.101.8.tgz#16e6c3054d299c243f946803b990af77cdbbba1f"
1767+
integrity sha512-TMosN8/3IIYltXzMWmeRL0TuCS/MucIredN1RiMiVge00QP8xMnOoGqxS6q47oNYAokwwuKGT3TqbP89ANbNCQ==
17681768
dependencies:
17691769
"@envelop/core" "^5.0.0"
1770-
"@graphql-mesh/cache-localforage" "^0.99.5"
1771-
"@graphql-mesh/merger-bare" "^0.99.5"
1772-
"@graphql-mesh/merger-stitching" "^0.99.5"
1770+
"@graphql-mesh/cache-localforage" "^0.99.7"
1771+
"@graphql-mesh/merger-bare" "^0.99.7"
1772+
"@graphql-mesh/merger-stitching" "^0.99.7"
17731773
"@graphql-tools/code-file-loader" "^8.0.0"
17741774
"@graphql-tools/graphql-file-loader" "^8.0.0"
17751775
"@graphql-tools/load" "^8.0.0"
@@ -1787,19 +1787,19 @@
17871787
path-browserify "1.0.1"
17881788

17891789
"@graphql-mesh/fusion-runtime@^0.5.0":
1790-
version "0.5.8"
1791-
resolved "https://registry.yarnpkg.com/@graphql-mesh/fusion-runtime/-/fusion-runtime-0.5.8.tgz#6f7e57447c8e3a01fd48efc4ef3d2b2f09031023"
1792-
integrity sha512-tCsWUR5bLk8XxSLNUk84PXYvCtlo1KLKwlc7oMACAAq3Wj57lAMccuHdNG0orKCz23+NGf/vKOxJh/fZoBhNqA==
1790+
version "0.5.10"
1791+
resolved "https://registry.yarnpkg.com/@graphql-mesh/fusion-runtime/-/fusion-runtime-0.5.10.tgz#d53bfc9d21d54a9cc4384238e5d298ec5872cc31"
1792+
integrity sha512-+NKu003yw8rpmsZn2RhifKJD/drnc9ZfWW6/gWaKDd+HBRU+jIoQuKWcUqLV4ppWXu3gouQDzkCsCiYDQWp/3A==
17931793
dependencies:
17941794
"@envelop/core" "^5.0.1"
17951795
"@graphql-mesh/cross-helpers" "^0.4.4"
1796-
"@graphql-mesh/runtime" "^0.100.6"
1797-
"@graphql-mesh/transport-common" "^0.4.5"
1798-
"@graphql-mesh/types" "^0.99.5"
1799-
"@graphql-mesh/utils" "^0.99.5"
1800-
"@graphql-tools/delegate" "^10.0.16"
1796+
"@graphql-mesh/runtime" "^0.100.8"
1797+
"@graphql-mesh/transport-common" "^0.4.7"
1798+
"@graphql-mesh/types" "^0.99.7"
1799+
"@graphql-mesh/utils" "^0.99.7"
1800+
"@graphql-tools/delegate" "^10.0.17"
18011801
"@graphql-tools/executor" "^1.3.0"
1802-
"@graphql-tools/federation" "^2.2.3"
1802+
"@graphql-tools/federation" "^2.2.4"
18031803
"@graphql-tools/stitch" "^9.2.10"
18041804
"@graphql-tools/stitching-directives" "^3.1.2"
18051805
"@graphql-tools/utils" "^10.2.3"
@@ -1810,20 +1810,20 @@
18101810
tslib "^2.4.0"
18111811

18121812
"@graphql-mesh/graphql@^0.99.0":
1813-
version "0.99.7"
1814-
resolved "https://registry.yarnpkg.com/@graphql-mesh/graphql/-/graphql-0.99.7.tgz#a64505c277e82067d21bb9609a555172a44d347f"
1815-
integrity sha512-IRkqZmTDtbOY9lSg2IxexzL+cWEdEKprGO2N4ab87ON0qy9DSokmWl2WN8B39sK9i+8sDuEK9T/xF8iLWvZB2A==
1813+
version "0.99.9"
1814+
resolved "https://registry.yarnpkg.com/@graphql-mesh/graphql/-/graphql-0.99.9.tgz#ca2dbb57b76324bc8c91c497baa078e9e41789e7"
1815+
integrity sha512-VIbjoOFhKAdqhPrIXEer33hZ6PdqHThvM0aF8RtahPsEgT4hQRIWadOGsFp/cKhjoekCsJD7fLOtd48C7u4dYA==
18161816
dependencies:
18171817
"@graphql-mesh/string-interpolation" "^0.5.5"
1818-
"@graphql-tools/delegate" "^10.0.16"
1819-
"@graphql-tools/federation" "^2.2.3"
1818+
"@graphql-tools/delegate" "^10.0.17"
1819+
"@graphql-tools/federation" "^2.2.4"
18201820
"@graphql-tools/url-loader" "^8.0.0"
18211821
lodash.get "^4.4.2"
18221822

1823-
"@graphql-mesh/http@^0.100.7":
1824-
version "0.100.7"
1825-
resolved "https://registry.yarnpkg.com/@graphql-mesh/http/-/http-0.100.7.tgz#d258086d5c9bca9050aa87c4d0842a21644d8cff"
1826-
integrity sha512-vk/r8cw180mA8AQffxaIbuMWXx/o8m9/nxCzjtss2bjj5zEHkGOAk+R3qNrqcmGBnFhYF12SWtR5P9nsGtkeoA==
1823+
"@graphql-mesh/http@^0.100.9":
1824+
version "0.100.9"
1825+
resolved "https://registry.yarnpkg.com/@graphql-mesh/http/-/http-0.100.9.tgz#c395974e4da6ac849ac55d1c5af3df2fe80047cb"
1826+
integrity sha512-G9z0H4ug7EQZXbFfnyCIlwrxJpPFntX1Vwu9uNvSGbPTa5O27W/H/ZNI7Hp24hrMbnJxMTZGCgbVXmz4RCNaBg==
18271827
dependencies:
18281828
"@whatwg-node/server" "^0.9.46"
18291829
graphql-yoga "^5.6.0"
@@ -1837,43 +1837,43 @@
18371837
get-tsconfig "^4.7.6"
18381838
jiti "^1.21.6"
18391839

1840-
"@graphql-mesh/merger-bare@^0.99.5":
1841-
version "0.99.5"
1842-
resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-bare/-/merger-bare-0.99.5.tgz#a4d18db775a115b4e8cbe2d112f7c6f723e373d9"
1843-
integrity sha512-P8NHb/QYBpT2rfkk3z8MysvIGXwYIWNohuCMtBDFqMB7/QN4L+LupkyPNpI9D1BbRczWu/deI6CcEnvM+FlWQg==
1840+
"@graphql-mesh/merger-bare@^0.99.7":
1841+
version "0.99.7"
1842+
resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-bare/-/merger-bare-0.99.7.tgz#e81435dcc2b1d4b291816a696df29bfa18e5b1a3"
1843+
integrity sha512-f1hvo3A1+hR83P6/QBQY31sXKg6rT26wH8+H8jBfaY4IwM3MitvyPG14ony/4h1zS+Tg0vFPj4nXf1rN/1bw6g==
18441844
dependencies:
1845-
"@graphql-mesh/merger-stitching" "0.99.5"
1845+
"@graphql-mesh/merger-stitching" "0.99.7"
18461846
"@graphql-tools/schema" "10.0.4"
18471847

1848-
"@graphql-mesh/[email protected].5", "@graphql-mesh/merger-stitching@^0.99.5":
1849-
version "0.99.5"
1850-
resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-stitching/-/merger-stitching-0.99.5.tgz#e85ad3bdd00b4f0c70e90d52d977824ed3e71f56"
1851-
integrity sha512-vgaJzlQjgPDuw3oyZjQ9127HMX83cv6fIP1gbrUoldVRMN813RYL1v/vQWfGy/ZqrCuRWAckYRQI63TmRcbziA==
1848+
"@graphql-mesh/[email protected].7", "@graphql-mesh/merger-stitching@^0.99.7":
1849+
version "0.99.7"
1850+
resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-stitching/-/merger-stitching-0.99.7.tgz#e63136f008eb75e5afecedb95f05bd6ad5d484d5"
1851+
integrity sha512-LsU8yxBrGWGyKg5p3KATsImSNsrpEKf1nJDx3GybEkzwUsDmvCZH9Nvw5uq52eoWZXewqS1meHB3xhdDnsrCCA==
18521852
dependencies:
1853-
"@graphql-tools/delegate" "^10.0.16"
1853+
"@graphql-tools/delegate" "^10.0.17"
18541854
"@graphql-tools/schema" "^10.0.0"
18551855
"@graphql-tools/stitch" "^9.2.10"
18561856

1857-
"@graphql-mesh/runtime@^0.100.6":
1858-
version "0.100.6"
1859-
resolved "https://registry.yarnpkg.com/@graphql-mesh/runtime/-/runtime-0.100.6.tgz#0866c4f8957da3db5d8872d4b26f0f4ab9189aa9"
1860-
integrity sha512-FNhK9iWCN6D/fumLakEUFGgxtWgjwssmYhyMug6d1CoFbbItGXDe34Kdp2dZXhtQm7+cEohFjpVM7ZX0vyz0mA==
1857+
"@graphql-mesh/runtime@^0.100.8":
1858+
version "0.100.8"
1859+
resolved "https://registry.yarnpkg.com/@graphql-mesh/runtime/-/runtime-0.100.8.tgz#97bab334ed0fce999e10c2bc1affda13d2f47b77"
1860+
integrity sha512-hTOrz5nfGepxkpTyeJkzKZ84M9M7PBDyGYJpL5EJMx9rDuiu+Rn6dP0Pr2EVkRPyGvgc/MdfeFKxVZjKanfyFQ==
18611861
dependencies:
18621862
"@envelop/core" "^5.0.0"
18631863
"@envelop/extended-validation" "^4.0.0"
18641864
"@envelop/graphql-jit" "^8.0.0"
18651865
"@graphql-mesh/string-interpolation" "^0.5.5"
18661866
"@graphql-tools/batch-delegate" "^9.0.3"
1867-
"@graphql-tools/delegate" "^10.0.16"
1867+
"@graphql-tools/delegate" "^10.0.17"
18681868
"@graphql-tools/executor" "^1.3.0"
18691869
"@graphql-tools/wrap" "^10.0.5"
18701870
"@whatwg-node/fetch" "^0.9.0"
18711871
graphql-jit "0.8.6"
18721872

1873-
"@graphql-mesh/store@^0.99.5":
1874-
version "0.99.5"
1875-
resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.99.5.tgz#8625b6ddff706ffdf6c12c7f265db1486fa86937"
1876-
integrity sha512-xR1xGEBIq4mRfFZOlEVr6lhZAAL0keP5vQlMyWC79OPD7W3FDIATmrjG119QMfG/Emir834CVbV4qXlV9ZBLiw==
1873+
"@graphql-mesh/store@^0.99.7":
1874+
version "0.99.7"
1875+
resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.99.7.tgz#459c4e8f9506477616540e4f48c66515ebd09342"
1876+
integrity sha512-34N9dpB1NFjqgjTLXpomcri8c5TuV15+UF4sW8zIqX6+tWozqPasZKWiWR4aHa/s5HlWGctNJMuSwbkOVOnaqg==
18771877
dependencies:
18781878
"@graphql-inspector/core" "6.1.0"
18791879

@@ -1887,61 +1887,61 @@
18871887
lodash.get "4.4.2"
18881888

18891889
"@graphql-mesh/transform-prefix@^0.99.0":
1890-
version "0.99.5"
1891-
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-prefix/-/transform-prefix-0.99.5.tgz#dc39151c27712a26834998edb226724ba07b095f"
1892-
integrity sha512-rBVitveutzciZscJjt4blPbxJw+3TnvGm+FryPvIYyKvLweEYkwSOa2Wqzou5YaeGYMoqWzjyNmMF0FXqrsWjQ==
1890+
version "0.99.7"
1891+
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-prefix/-/transform-prefix-0.99.7.tgz#1ea0be1b85fd04b499d0233616b475bf7a33c239"
1892+
integrity sha512-ux/W86zgeWBQOu+08vj88y+sSxyCeFqy9zI0b117rxty/FvuZHdQzqm4WQvVrc58Kq90WhPV5QW+6UOLIZIlcA==
18931893
dependencies:
1894-
"@graphql-tools/delegate" "^10.0.16"
1894+
"@graphql-tools/delegate" "^10.0.17"
18951895
"@graphql-tools/wrap" "^10.0.5"
18961896
graphql-scalars "^1.22.4"
18971897

18981898
"@graphql-mesh/transform-rename@^0.99.0":
1899-
version "0.99.5"
1900-
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-rename/-/transform-rename-0.99.5.tgz#e0abb2c00932772c456991cb12357f2feedad81e"
1901-
integrity sha512-ZZBILydS8faIykMx63ZnBTdTyW1pUBwFYlzx4K0+7svZf5/C8BCx+h5Kl9TrLzPbRiEjAfJO12t+F0kGuhb3CQ==
1899+
version "0.99.7"
1900+
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-rename/-/transform-rename-0.99.7.tgz#ad764b032f70433c220311b5df4c7371e441d120"
1901+
integrity sha512-Jwrx/LzBXWIWUyw3sjxCzkVuHTHC60Qd+R1yppGBilZ1m8MJQr59bcV0v2gVzGTrTgFm7AcZTksUxBPLT9N5Ew==
19021902
dependencies:
1903-
"@graphql-tools/delegate" "^10.0.16"
1903+
"@graphql-tools/delegate" "^10.0.17"
19041904
"@graphql-tools/wrap" "^10.0.5"
19051905
graphql-scalars "^1.22.4"
19061906

19071907
"@graphql-mesh/transform-type-merging@^0.99.0":
1908-
version "0.99.6"
1909-
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-type-merging/-/transform-type-merging-0.99.6.tgz#09b8924a193f1e3520b687494f7c96257f4d0bea"
1910-
integrity sha512-26aQbS/Bd56uPFOYmrhEHKoCpGibgvrlbMRpQoXLlGoa4mSiO4sXGIRKd4M0uQn+PQKEGWaJSYdyE7pUeYmapQ==
1908+
version "0.99.8"
1909+
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-type-merging/-/transform-type-merging-0.99.8.tgz#70c50bdd63685f68cc4874e6316841b2fbbad8a0"
1910+
integrity sha512-ugN8IbTETnHaFG9//bv+5aIEWWoL3JZYTsLasZll2e6YuexTuXKHq1cjfIRz+6JytQ2KDJXekcrsbpLP1Luc9w==
19111911
dependencies:
1912-
"@graphql-tools/delegate" "^10.0.16"
1912+
"@graphql-tools/delegate" "^10.0.17"
19131913
"@graphql-tools/stitching-directives" "^3.1.2"
19141914

1915-
"@graphql-mesh/transport-common@^0.4.5":
1916-
version "0.4.5"
1917-
resolved "https://registry.yarnpkg.com/@graphql-mesh/transport-common/-/transport-common-0.4.5.tgz#3319b2863e23bb7053004080e67d25e9b91ee4be"
1918-
integrity sha512-EBLBZ81FEMu3HF7j13ZbUrn4uqBVueNfNMAfLACLKphiQhSKIx2pDKFOqJ7l5hkg1gx7/z6ny9cubmQJcJejHw==
1915+
"@graphql-mesh/transport-common@^0.4.7":
1916+
version "0.4.7"
1917+
resolved "https://registry.yarnpkg.com/@graphql-mesh/transport-common/-/transport-common-0.4.7.tgz#144b42c7ce372dcf4a8d183020e4f0a6d4459f4d"
1918+
integrity sha512-aoD5fEByRylFimTI1gEbN0okE6pZEn2XG8rVni7LvoD0K9iLIhcys5/cQPyn/1GpKwFmrWPS3Qjp3pDNY1asCA==
19191919
dependencies:
19201920
"@envelop/core" "^5.0.1"
1921-
"@graphql-tools/delegate" "^10.0.16"
1921+
"@graphql-tools/delegate" "^10.0.17"
19221922
"@graphql-tools/utils" "^10.2.3"
19231923

1924-
"@graphql-mesh/types@^0.99.5":
1925-
version "0.99.5"
1926-
resolved "https://registry.yarnpkg.com/@graphql-mesh/types/-/types-0.99.5.tgz#bbd496b63d16e65411e8110badcb70abc9bb7641"
1927-
integrity sha512-FGECnPx8Dymej74e5kiVdG/U3aKXI5x/K+8Phr9UAceZ12e8M09Nl2rsCfoO1OiyCJvFd4w5ThNL1JgJ+qt/Sw==
1924+
"@graphql-mesh/types@^0.99.7":
1925+
version "0.99.7"
1926+
resolved "https://registry.yarnpkg.com/@graphql-mesh/types/-/types-0.99.7.tgz#5e6a5a345f63aad2eaedbc0c79fcb5930827692b"
1927+
integrity sha512-nqwVWiD4nk/LEuPOLDk7d4ARv9GXMFbNPkuCOLrTtdXLyHaBrcP5CW6wLoQvSivtMyikvxfleer14C7CZSU+jA==
19281928
dependencies:
19291929
"@graphql-tools/batch-delegate" "^9.0.3"
1930-
"@graphql-tools/delegate" "^10.0.16"
1930+
"@graphql-tools/delegate" "^10.0.17"
19311931
"@graphql-typed-document-node/core" "^3.2.0"
19321932

19331933
"@graphql-mesh/urql-exchange@^0.100.0":
1934-
version "0.100.6"
1935-
resolved "https://registry.yarnpkg.com/@graphql-mesh/urql-exchange/-/urql-exchange-0.100.6.tgz#87f996269cf4a6522df2deebf2a5d2920eb8dd3c"
1936-
integrity sha512-JnrvWkfgmQLpGEkp511SgbJc6W3tGnXh0iY3z3Zrmi1rhLAcgLbNqxsjkrzY9+CTXP2j2Z4xxIz7K9HGepUfUw==
1934+
version "0.100.8"
1935+
resolved "https://registry.yarnpkg.com/@graphql-mesh/urql-exchange/-/urql-exchange-0.100.8.tgz#ba25618da93217029b35ac5236f5c261b7f34c11"
1936+
integrity sha512-eyuXqv+1Xv8uVqTgRIeAgsklSKVhp4VJTsJQWz9PlmCyCHhRgw7DWyUP2cyN/3T9Tmfj931itaBa3/4TWgX6lg==
19371937

1938-
"@graphql-mesh/utils@^0.99.5":
1939-
version "0.99.5"
1940-
resolved "https://registry.yarnpkg.com/@graphql-mesh/utils/-/utils-0.99.5.tgz#f0d16bfe3222cbe5dd547d47bc550f35256a1087"
1941-
integrity sha512-hZ5O0WqWFT0xABULhlcTvLEhWsd6Vsqw9sOuK/mS9OdvIbh6tZ+Fsdj3i0yi+BOQXjYLvh3JlkZ+JTffH4bBqA==
1938+
"@graphql-mesh/utils@^0.99.7":
1939+
version "0.99.7"
1940+
resolved "https://registry.yarnpkg.com/@graphql-mesh/utils/-/utils-0.99.7.tgz#ee5c12ce389cc11631607323db6f51c1bb1e6998"
1941+
integrity sha512-e5CXq/W5XOHb4AtLACt/HE3Xwju2wOMPX2ezzCCVYz8v0NMCiWvdRRbajTMC8fTjgoMxN/z/xogR6R868FH/0A==
19421942
dependencies:
19431943
"@graphql-mesh/string-interpolation" "^0.5.5"
1944-
"@graphql-tools/delegate" "^10.0.16"
1944+
"@graphql-tools/delegate" "^10.0.17"
19451945
"@whatwg-node/disposablestack" "^0.0.1"
19461946
"@whatwg-node/fetch" "^0.9.13"
19471947
dset "^3.1.2"
@@ -1982,10 +1982,10 @@
19821982
tslib "^2.4.0"
19831983
unixify "^1.0.0"
19841984

1985-
"@graphql-tools/delegate@^10.0.11", "@graphql-tools/delegate@^10.0.12", "@graphql-tools/delegate@^10.0.16", "@graphql-tools/delegate@^10.0.4":
1986-
version "10.0.16"
1987-
resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-10.0.16.tgz#c91ed4fcf5f7f1e19040e6ddca452d03f5117647"
1988-
integrity sha512-no4jIdHsTrHzR6Vv1YlwbxFeBnHBwPhBpemvLVnQ7CHhAviwIUWkCOHs4Uyzc5GYuHFyKJOZEXqhOz+da3hR3A==
1985+
"@graphql-tools/delegate@^10.0.11", "@graphql-tools/delegate@^10.0.12", "@graphql-tools/delegate@^10.0.17", "@graphql-tools/delegate@^10.0.4":
1986+
version "10.0.17"
1987+
resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-10.0.17.tgz#25f9177c54378c723078f363a83b0bde7ea4a814"
1988+
integrity sha512-YIJleGaSjYnqIcJ5uoBWVBBE3eP5h3CvEM9PiANHtRUBmoNBKdYstkrS3IqBSlgKLsboD5CTYfmXDVQAPfH+mw==
19891989
dependencies:
19901990
"@graphql-tools/batch-execute" "^9.0.4"
19911991
"@graphql-tools/executor" "^1.3.0"
@@ -2041,12 +2041,12 @@
20412041
tslib "^2.4.0"
20422042
value-or-promise "^1.0.12"
20432043

2044-
"@graphql-tools/federation@^2.2.3":
2045-
version "2.2.3"
2046-
resolved "https://registry.yarnpkg.com/@graphql-tools/federation/-/federation-2.2.3.tgz#64d0f896ee2b19eddab1ee81219acdc316342c3a"
2047-
integrity sha512-dE0wO3huYDmNhA9ib1QTy77eDPvko44yEeDb4LpZ7+sZNnU8qCvWs0NT2lFkOya99LUokL13tx7lWDYP+yVk/w==
2044+
"@graphql-tools/federation@^2.2.4":
2045+
version "2.2.4"
2046+
resolved "https://registry.yarnpkg.com/@graphql-tools/federation/-/federation-2.2.4.tgz#89f7839e4ad23bdf819798c5c7fa790fa3d4a6b6"
2047+
integrity sha512-u0Rso93VeeMd3SYL/ZL7RrrmBZfD1zC9n6E3RNAqNaTfYcT4JfWnec+sDjzSBv+8CRBsnyLfPu+kBaT5pjyxqg==
20482048
dependencies:
2049-
"@graphql-tools/delegate" "^10.0.16"
2049+
"@graphql-tools/delegate" "^10.0.17"
20502050
"@graphql-tools/executor-http" "^1.1.5"
20512051
"@graphql-tools/merge" "^9.0.3"
20522052
"@graphql-tools/schema" "^10.0.4"
@@ -2801,17 +2801,17 @@
28012801
"@swc/counter" "^0.1.3"
28022802
tslib "^2.4.0"
28032803

2804-
"@tanstack/[email protected].17":
2805-
version "5.51.17"
2806-
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.51.17.tgz#f2ebad3f8511ebe5fecbd5d9b6b105471ed248d4"
2807-
integrity sha512-AtVNOgVrZNz4C7RzMfx7sCn1/gf0Ype4nX8UP2BOh0C2tTMszwXk98iCLRacTn5vTRNJCZxz3fgEcTJq0uv8GQ==
2804+
"@tanstack/[email protected].21":
2805+
version "5.51.21"
2806+
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.51.21.tgz#a510469c6c30d3de2a8b8798e340169a4b0fd08f"
2807+
integrity sha512-POQxm42IUp6n89kKWF4IZi18v3fxQWFRolvBA6phNVmA8psdfB1MvDnGacCJdS+EOX12w/CyHM62z//rHmYmvw==
28082808

2809-
"@tanstack/[email protected].18":
2810-
version "5.51.18"
2811-
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.51.18.tgz#890db159b9b91e005b8f8c8442eb8305410259c7"
2812-
integrity sha512-l/PF3X6Coi53kEDpL2XEU0x+y3szOk/oKWSHMlyy8tyUHviaIg8tJ6O4Cc1AjLAhbyTG1a+bZobdSuLXzYTt/w==
2809+
"@tanstack/[email protected].21":
2810+
version "5.51.21"
2811+
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.51.21.tgz#cdd14677bcc809a83e01b6c38842c841ce7420af"
2812+
integrity sha512-Q/V81x3sAYgCsxjwOkfLXfrmoG+FmDhLeHH5okC/Bp8Aaw2c33lbEo/mMcMnkxUPVtB2FLpzHT0tq3c+OlZEbw==
28132813
dependencies:
2814-
"@tanstack/query-core" "5.51.17"
2814+
"@tanstack/query-core" "5.51.21"
28152815

28162816
"@tsconfig/node10@^1.0.7":
28172817
version "1.0.11"

0 commit comments

Comments
 (0)