diff --git a/packages/add-source-name/package.json b/packages/add-source-name/package.json index da2b4350b..0de2fab5c 100644 --- a/packages/add-source-name/package.json +++ b/packages/add-source-name/package.json @@ -54,9 +54,9 @@ }, "peerDependencies": { "graphql": "^15.2.0 || ^16.0.0", - "@graphql-tools/delegate": "^9.0.32 || ^10.0.0", - "@graphql-tools/wrap": "^9.4.2 || ^10.0.0", - "@graphql-tools/utils": "^9.2.1 || ^10.0.0", + "@graphql-tools/delegate": "^9.0.32 || ^10.0.0 || ^12.0.0", + "@graphql-tools/wrap": "^9.4.2 || ^10.0.0 || ^11.0.0", + "@graphql-tools/utils": "^9.2.1 || ^10.0.0 || ^11.0.0", "@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0 || ^0.94.0 || ^0.97.0 || ^0.98.0 || ^0.99.0 || ^0.100.0 || ^0.101.0 || ^0.102.0 || ^0.103.0" }, "type": "module", diff --git a/packages/auto-pagination/package.json b/packages/auto-pagination/package.json index 4a89ae312..bbd874df7 100644 --- a/packages/auto-pagination/package.json +++ b/packages/auto-pagination/package.json @@ -55,9 +55,9 @@ }, "peerDependencies": { "graphql": "^15.2.0 || ^16.0.0", - "@graphql-tools/delegate": "^9.0.32 || ^10.0.0", - "@graphql-tools/wrap": "^9.4.2 || ^10.0.0", - "@graphql-tools/utils": "^9.2.1 || ^10.0.0", + "@graphql-tools/delegate": "^9.0.32 || ^10.0.0 || ^12.0.0", + "@graphql-tools/wrap": "^9.4.2 || ^10.0.0 || ^11.0.0", + "@graphql-tools/utils": "^9.2.1 || ^10.0.0 || ^11.0.0", "@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0 || ^0.94.0 || ^0.97.0 || ^0.98.0 || ^0.99.0 || ^0.100.0 || ^0.101.0 || ^0.102.0 || ^0.103.0" }, "type": "module", diff --git a/packages/auto-type-merging/package.json b/packages/auto-type-merging/package.json index 242e893fa..222a5d47d 100644 --- a/packages/auto-type-merging/package.json +++ b/packages/auto-type-merging/package.json @@ -51,7 +51,7 @@ }, "peerDependencies": { "graphql": "^15.2.0 || ^16.0.0", - "@graphql-tools/delegate": "^9.0.32 || ^10.0.0", + "@graphql-tools/delegate": "^9.0.32 || ^10.0.0 || ^12.0.0", "@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0 || ^0.94.0 || ^0.97.0 || ^0.98.0 || ^0.99.0 || ^0.100.0 || ^0.101.0 || ^0.102.0 || ^0.103.0" }, "type": "module", diff --git a/packages/block-tracking/package.json b/packages/block-tracking/package.json index 2e3f2b4ab..21180e4d4 100644 --- a/packages/block-tracking/package.json +++ b/packages/block-tracking/package.json @@ -46,13 +46,13 @@ "access": "public" }, "dependencies": { - "@graphql-tools/utils": "^10.0.0", + "@graphql-tools/utils": "^11.0.0", "@graphql-mesh/fusion-runtime": "^0.10.0", "tslib": "^2.4.0" }, "peerDependencies": { "graphql": "^15.2.0 || ^16.0.0", - "@graphql-tools/delegate": "^9.0.32 || ^10.0.0" + "@graphql-tools/delegate": "^9.0.32 || ^10.0.0 || ^12.0.0" }, "type": "module", "engines": { diff --git a/yarn.lock b/yarn.lock index 478b41613..ed0f00105 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2282,6 +2282,16 @@ dset "^3.1.4" tslib "^2.4.0" +"@graphql-tools/utils@^11.0.0": + version "11.0.1" + resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-11.0.1.tgz#68705689e106cb21da838cf30e64ae9ad85982b4" + integrity sha512-pNyCOb95ab/z3zkkiPwIPYxigX7IcpyFVcgD1XACDEvg/7yGnKCESx3k/XHEeneKYx/aWKGzEh/uuf6M6Q8HOw== + dependencies: + "@graphql-typed-document-node/core" "^3.1.1" + "@whatwg-node/promise-helpers" "^1.0.0" + cross-inspect "1.0.1" + tslib "^2.4.0" + "@graphql-tools/utils@^8.8.0": version "8.13.1" resolved "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.13.1.tgz" @@ -2841,20 +2851,13 @@ resolved "https://registry.npmjs.org/@noble/ciphers/-/ciphers-1.3.0.tgz" integrity sha512-2I0gnIVPtfnMw9ee9h1dJG7tp81+8Ob3OJb3Mv37rx5L40/b0i7djjCVvGOVqc9AEIQyvyu1i6ypKdFw8R8gQw== -"@noble/curves@1.9.1": +"@noble/curves@1.9.1", "@noble/curves@~1.9.0": version "1.9.1" resolved "https://registry.npmjs.org/@noble/curves/-/curves-1.9.1.tgz" integrity sha512-k11yZxZg+t+gWvBbIswW0yoJlu8cHOC7dhunwOzoWH/mXGBiYyR4YY6hAEK/3EUs4UpB8la1RfdRpeGsFHkWsA== dependencies: "@noble/hashes" "1.8.0" -"@noble/curves@~1.9.0": - version "1.9.7" - resolved "https://registry.npmjs.org/@noble/curves/-/curves-1.9.7.tgz" - integrity sha512-gbKGcRUYIjA3/zCCNaWDciTMFI0dCkvou3TL8Zmy5Nc7sJ47a0jtOeZoTaMxkuqRo9cRhjOdZJXegxYE5FN/xw== - dependencies: - "@noble/hashes" "1.8.0" - "@noble/hashes@1.8.0", "@noble/hashes@^1.8.0", "@noble/hashes@~1.8.0": version "1.8.0" resolved "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz" @@ -3357,6 +3360,13 @@ busboy "^1.6.0" tslib "^2.6.3" +"@whatwg-node/promise-helpers@^1.0.0": + version "1.3.2" + resolved "https://registry.yarnpkg.com/@whatwg-node/promise-helpers/-/promise-helpers-1.3.2.tgz#3b54987ad6517ef6db5920c66a6f0dada606587d" + integrity sha512-Nst5JdK47VIl9UcGwtv2Rcgyn5lWtZ0/mhRQ4G8NN2isxpq2TO30iqHzmwoJycjWuyUfg3GFXqP/gFHXeV57IA== + dependencies: + tslib "^2.6.3" + "@whatwg-node/server@^0.9.46", "@whatwg-node/server@^0.9.64": version "0.9.66" resolved "https://registry.npmjs.org/@whatwg-node/server/-/server-0.9.66.tgz" @@ -8622,16 +8632,11 @@ write-file-atomic@^4.0.2: imurmurhash "^0.1.4" signal-exit "^3.0.7" -ws@8.18.3: +ws@8.18.3, ws@^8.17.1: version "8.18.3" resolved "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz" integrity sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg== -ws@^8.17.1: - version "8.18.0" - resolved "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz" - integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw== - y18n@^4.0.0: version "4.0.3" resolved "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz" @@ -8717,12 +8722,7 @@ zen-observable@0.8.15: resolved "https://registry.npmjs.org/zen-observable/-/zen-observable-0.8.15.tgz" integrity sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ== -zod@^3.20.2: - version "3.24.1" - resolved "https://registry.npmjs.org/zod/-/zod-3.24.1.tgz" - integrity sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A== - -zod@^3.24.2: +zod@^3.20.2, zod@^3.24.2: version "3.25.76" resolved "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz" integrity sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==