Skip to content

Commit 4a6dc76

Browse files
fix(deps): update graphql-tools
1 parent 3d58685 commit 4a6dc76

File tree

5 files changed

+29
-29
lines changed

5 files changed

+29
-29
lines changed

packages/add-source-name/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
},
5555
"peerDependencies": {
5656
"graphql": "^15.2.0 || ^16.0.0",
57-
"@graphql-tools/delegate": "^9.0.32 || ^10.0.0",
58-
"@graphql-tools/wrap": "^9.4.2 || ^10.0.0",
59-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
57+
"@graphql-tools/delegate": "^9.0.32 || ^10.0.0 || ^12.0.0",
58+
"@graphql-tools/wrap": "^9.4.2 || ^10.0.0 || ^11.0.0",
59+
"@graphql-tools/utils": "^9.2.1 || ^10.0.0 || ^11.0.0",
6060
"@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"
6161
},
6262
"type": "module",

packages/auto-pagination/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
},
5656
"peerDependencies": {
5757
"graphql": "^15.2.0 || ^16.0.0",
58-
"@graphql-tools/delegate": "^9.0.32 || ^10.0.0",
59-
"@graphql-tools/wrap": "^9.4.2 || ^10.0.0",
60-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
58+
"@graphql-tools/delegate": "^9.0.32 || ^10.0.0 || ^12.0.0",
59+
"@graphql-tools/wrap": "^9.4.2 || ^10.0.0 || ^11.0.0",
60+
"@graphql-tools/utils": "^9.2.1 || ^10.0.0 || ^11.0.0",
6161
"@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"
6262
},
6363
"type": "module",

packages/auto-type-merging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"peerDependencies": {
5353
"graphql": "^15.2.0 || ^16.0.0",
54-
"@graphql-tools/delegate": "^9.0.32 || ^10.0.0",
54+
"@graphql-tools/delegate": "^9.0.32 || ^10.0.0 || ^12.0.0",
5555
"@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"
5656
},
5757
"type": "module",

packages/block-tracking/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
"access": "public"
4747
},
4848
"dependencies": {
49-
"@graphql-tools/utils": "^10.0.0",
49+
"@graphql-tools/utils": "^11.0.0",
5050
"@graphql-mesh/fusion-runtime": "^0.10.0",
5151
"tslib": "^2.4.0"
5252
},
5353
"peerDependencies": {
5454
"graphql": "^15.2.0 || ^16.0.0",
55-
"@graphql-tools/delegate": "^9.0.32 || ^10.0.0"
55+
"@graphql-tools/delegate": "^9.0.32 || ^10.0.0 || ^12.0.0"
5656
},
5757
"type": "module",
5858
"engines": {

yarn.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2282,6 +2282,16 @@
22822282
dset "^3.1.4"
22832283
tslib "^2.4.0"
22842284

2285+
"@graphql-tools/utils@^11.0.0":
2286+
version "11.0.1"
2287+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-11.0.1.tgz#68705689e106cb21da838cf30e64ae9ad85982b4"
2288+
integrity sha512-pNyCOb95ab/z3zkkiPwIPYxigX7IcpyFVcgD1XACDEvg/7yGnKCESx3k/XHEeneKYx/aWKGzEh/uuf6M6Q8HOw==
2289+
dependencies:
2290+
"@graphql-typed-document-node/core" "^3.1.1"
2291+
"@whatwg-node/promise-helpers" "^1.0.0"
2292+
cross-inspect "1.0.1"
2293+
tslib "^2.4.0"
2294+
22852295
"@graphql-tools/utils@^8.8.0":
22862296
version "8.13.1"
22872297
resolved "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.13.1.tgz"
@@ -2841,20 +2851,13 @@
28412851
resolved "https://registry.npmjs.org/@noble/ciphers/-/ciphers-1.3.0.tgz"
28422852
integrity sha512-2I0gnIVPtfnMw9ee9h1dJG7tp81+8Ob3OJb3Mv37rx5L40/b0i7djjCVvGOVqc9AEIQyvyu1i6ypKdFw8R8gQw==
28432853

2844-
"@noble/curves@1.9.1":
2854+
"@noble/curves@1.9.1", "@noble/curves@~1.9.0":
28452855
version "1.9.1"
28462856
resolved "https://registry.npmjs.org/@noble/curves/-/curves-1.9.1.tgz"
28472857
integrity sha512-k11yZxZg+t+gWvBbIswW0yoJlu8cHOC7dhunwOzoWH/mXGBiYyR4YY6hAEK/3EUs4UpB8la1RfdRpeGsFHkWsA==
28482858
dependencies:
28492859
"@noble/hashes" "1.8.0"
28502860

2851-
"@noble/curves@~1.9.0":
2852-
version "1.9.7"
2853-
resolved "https://registry.npmjs.org/@noble/curves/-/curves-1.9.7.tgz"
2854-
integrity sha512-gbKGcRUYIjA3/zCCNaWDciTMFI0dCkvou3TL8Zmy5Nc7sJ47a0jtOeZoTaMxkuqRo9cRhjOdZJXegxYE5FN/xw==
2855-
dependencies:
2856-
"@noble/hashes" "1.8.0"
2857-
28582861
"@noble/hashes@1.8.0", "@noble/hashes@^1.8.0", "@noble/hashes@~1.8.0":
28592862
version "1.8.0"
28602863
resolved "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz"
@@ -3357,6 +3360,13 @@
33573360
busboy "^1.6.0"
33583361
tslib "^2.6.3"
33593362

3363+
"@whatwg-node/promise-helpers@^1.0.0":
3364+
version "1.3.2"
3365+
resolved "https://registry.yarnpkg.com/@whatwg-node/promise-helpers/-/promise-helpers-1.3.2.tgz#3b54987ad6517ef6db5920c66a6f0dada606587d"
3366+
integrity sha512-Nst5JdK47VIl9UcGwtv2Rcgyn5lWtZ0/mhRQ4G8NN2isxpq2TO30iqHzmwoJycjWuyUfg3GFXqP/gFHXeV57IA==
3367+
dependencies:
3368+
tslib "^2.6.3"
3369+
33603370
"@whatwg-node/server@^0.9.46", "@whatwg-node/server@^0.9.64":
33613371
version "0.9.66"
33623372
resolved "https://registry.npmjs.org/@whatwg-node/server/-/server-0.9.66.tgz"
@@ -8622,16 +8632,11 @@ write-file-atomic@^4.0.2:
86228632
imurmurhash "^0.1.4"
86238633
signal-exit "^3.0.7"
86248634

8625-
ws@8.18.3:
8635+
ws@8.18.3, ws@^8.17.1:
86268636
version "8.18.3"
86278637
resolved "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz"
86288638
integrity sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==
86298639

8630-
ws@^8.17.1:
8631-
version "8.18.0"
8632-
resolved "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz"
8633-
integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==
8634-
86358640
y18n@^4.0.0:
86368641
version "4.0.3"
86378642
resolved "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz"
@@ -8717,12 +8722,7 @@ zen-observable@0.8.15:
87178722
resolved "https://registry.npmjs.org/zen-observable/-/zen-observable-0.8.15.tgz"
87188723
integrity sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ==
87198724

8720-
zod@^3.20.2:
8721-
version "3.24.1"
8722-
resolved "https://registry.npmjs.org/zod/-/zod-3.24.1.tgz"
8723-
integrity sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==
8724-
8725-
zod@^3.24.2:
8725+
zod@^3.20.2, zod@^3.24.2:
87268726
version "3.25.76"
87278727
resolved "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz"
87288728
integrity sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==

0 commit comments

Comments
 (0)