Skip to content

Commit 42fdcb3

Browse files
fix(deps): update dependency @graphql-tools/executor-http to v2
1 parent d2f8d9b commit 42fdcb3

File tree

3 files changed

+80
-42
lines changed

3 files changed

+80
-42
lines changed

examples/react/http-executor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@graphql-tools/executor-http": "^1.0.0",
6+
"@graphql-tools/executor-http": "^2.0.0",
77
"react": "^18.2.0",
88
"react-dom": "^18.2.0"
99
},

examples/react/nextjs-swr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test:end2end": "start-server-and-test start http://127.0.0.1:3000 test"
1313
},
1414
"dependencies": {
15-
"@graphql-tools/executor-http": "^1.0.0",
15+
"@graphql-tools/executor-http": "^2.0.0",
1616
"next": "13.3.1",
1717
"react": "^18.2.0",
1818
"react-dom": "^18.2.0",

yarn.lock

Lines changed: 78 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1693,19 +1693,30 @@
16931693
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.3.0.tgz#ea89004119dc42db2e1dba0f97d553f7372f6fcb"
16941694
integrity sha512-AHPmaAx+RYfZz0eYu6Gviiagpmiyw98ySSlQvCUhVGDRtDFe4DBS0x1bSjdF3gqUDYOczB+yYvBTtEylYSdRhg==
16951695

1696-
"@envelop/core@^5.0.1":
1697-
version "5.0.1"
1698-
resolved "https://registry.yarnpkg.com/@envelop/core/-/core-5.0.1.tgz#7993c5d577b1de01645539cbbe3eab26f213a35a"
1699-
integrity sha512-wxA8EyE1fPnlbP0nC/SFI7uU8wSNf4YjxZhAPu0P63QbgIvqHtHsH4L3/u+rsTruzhk3OvNRgQyLsMfaR9uzAQ==
1696+
"@envelop/core@^5.0.1", "@envelop/core@^5.3.0":
1697+
version "5.3.0"
1698+
resolved "https://registry.yarnpkg.com/@envelop/core/-/core-5.3.0.tgz#ee666caa94dc2fdcb00c9659cfc06775ff95faa1"
1699+
integrity sha512-xvUkOWXI8JsG2OOnqiI2tOkEc52wbmIqWORr7yGc8B8E53Oh1MMGGGck4mbR80s25LnHVzfNIiIlNkuDgZRuuA==
17001700
dependencies:
1701-
"@envelop/types" "5.0.0"
1701+
"@envelop/instrumentation" "^1.0.0"
1702+
"@envelop/types" "^5.2.1"
1703+
"@whatwg-node/promise-helpers" "^1.2.4"
17021704
tslib "^2.5.0"
17031705

1704-
"@envelop/[email protected]":
1705-
version "5.0.0"
1706-
resolved "https://registry.yarnpkg.com/@envelop/types/-/types-5.0.0.tgz#3ae59b50ec31d4bdcc7bd0b47e9c8cf2ac44b0ff"
1707-
integrity sha512-IPjmgSc4KpQRlO4qbEDnBEixvtb06WDmjKfi/7fkZaryh5HuOmTtixe1EupQI5XfXO8joc3d27uUZ0QdC++euA==
1706+
"@envelop/instrumentation@^1.0.0":
1707+
version "1.0.0"
1708+
resolved "https://registry.yarnpkg.com/@envelop/instrumentation/-/instrumentation-1.0.0.tgz#43268392e065d8ba975cacbdf4fc297dfe3e11e5"
1709+
integrity sha512-cxgkB66RQB95H3X27jlnxCRNTmPuSTgmBAq6/4n2Dtv4hsk4yz8FadA1ggmd0uZzvKqWD6CR+WFgTjhDqg7eyw==
1710+
dependencies:
1711+
"@whatwg-node/promise-helpers" "^1.2.1"
1712+
tslib "^2.5.0"
1713+
1714+
"@envelop/types@^5.2.1":
1715+
version "5.2.1"
1716+
resolved "https://registry.yarnpkg.com/@envelop/types/-/types-5.2.1.tgz#6bc9713f2aea56d7de3ea39e8bb70035c0475b36"
1717+
integrity sha512-CsFmA3u3c2QoLDTfEpGr4t25fjMU31nyvse7IzWTvb0ZycuPjMjb0fjlheh+PbhBYb9YLugnT2uY6Mwcg1o+Zg==
17081718
dependencies:
1719+
"@whatwg-node/promise-helpers" "^1.0.0"
17091720
tslib "^2.5.0"
17101721

17111722
"@esbuild/[email protected]":
@@ -2004,6 +2015,11 @@
20042015
resolved "https://registry.yarnpkg.com/@fastify/busboy/-/busboy-2.1.1.tgz#b9da6a878a371829a0502c9b6c1c143ef6663f4d"
20052016
integrity sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==
20062017

2018+
"@fastify/busboy@^3.1.1":
2019+
version "3.1.1"
2020+
resolved "https://registry.yarnpkg.com/@fastify/busboy/-/busboy-3.1.1.tgz#af3aea7f1e52ec916d8b5c9dcc0f09d4c060a3fc"
2021+
integrity sha512-5DGmA8FTdB2XbDeEwc/5ZXBl6UbBAyBOOLlPuBnZ/N1SwdH9Ii+cOX3tBROlDgcTXxjOYnLMVoKk9+FXAw0CJw==
2022+
20072023
"@floating-ui/core@^1.6.0":
20082024
version "1.6.8"
20092025
resolved "https://registry.yarnpkg.com/@floating-ui/core/-/core-1.6.8.tgz#aa43561be075815879305965020f492cdb43da12"
@@ -2594,6 +2610,11 @@
25942610
parse-filepath "^1.0.2"
25952611
tslib "~2.6.0"
25962612

2613+
"@graphql-hive/signal@^1.0.0":
2614+
version "1.0.0"
2615+
resolved "https://registry.yarnpkg.com/@graphql-hive/signal/-/signal-1.0.0.tgz#6e2193660a47c925abadbe72293dfc9430e24f8f"
2616+
integrity sha512-RiwLMc89lTjvyLEivZ/qxAC5nBHoS2CtsWFSOsN35sxG9zoo5Z+JsFHM8MlvmO9yt+MJNIyC5MLE1rsbOphlag==
2617+
25972618
"@graphql-tools/[email protected]", "@graphql-tools/apollo-engine-loader@^8.0.0":
25982619
version "8.0.1"
25992620
resolved "https://registry.yarnpkg.com/@graphql-tools/apollo-engine-loader/-/apollo-engine-loader-8.0.1.tgz#1ec8718af6130ff8039cd653991412472cdd7e55"
@@ -2668,6 +2689,14 @@
26682689
lodash.sortby "^4.7.0"
26692690
tslib "^2.4.0"
26702691

2692+
"@graphql-tools/executor-common@^0.0.6":
2693+
version "0.0.6"
2694+
resolved "https://registry.yarnpkg.com/@graphql-tools/executor-common/-/executor-common-0.0.6.tgz#f681de443d7e90e1768c44bd64a4cd418dc356e3"
2695+
integrity sha512-JAH/R1zf77CSkpYATIJw+eOJwsbWocdDjY+avY7G+P5HCXxwQjAjWVkJI1QJBQYjPQDVxwf1fmTZlIN3VOadow==
2696+
dependencies:
2697+
"@envelop/core" "^5.3.0"
2698+
"@graphql-tools/utils" "^10.9.1"
2699+
26712700
"@graphql-tools/executor-graphql-ws@^0.0.14":
26722701
version "0.0.14"
26732702
resolved "https://registry.yarnpkg.com/@graphql-tools/executor-graphql-ws/-/executor-graphql-ws-0.0.14.tgz#e0f53fc4cfc8a06cc461b2bc1edb4bb9a8e837ed"
@@ -2707,7 +2736,7 @@
27072736
tslib "^2.4.0"
27082737
value-or-promise "^1.0.12"
27092738

2710-
"@graphql-tools/executor-http@^1.0.0", "@graphql-tools/executor-http@^1.0.9":
2739+
"@graphql-tools/executor-http@^1.0.9":
27112740
version "1.1.5"
27122741
resolved "https://registry.yarnpkg.com/@graphql-tools/executor-http/-/executor-http-1.1.5.tgz#c47f9bac1168b5e87e3b313e9a64da1f47874868"
27132742
integrity sha512-ZAsVGUwafPc1GapLA1yoJuRx7ihpVdAv7JDHmlI2eHRQsJnMVQwcxHnjfUb/id9YAEBrP86/s4pgEoRyad3Zng==
@@ -2720,6 +2749,21 @@
27202749
tslib "^2.4.0"
27212750
value-or-promise "^1.0.12"
27222751

2752+
"@graphql-tools/executor-http@^2.0.0":
2753+
version "2.1.1"
2754+
resolved "https://registry.yarnpkg.com/@graphql-tools/executor-http/-/executor-http-2.1.1.tgz#a055567bae658a215d56d7700344f555aa1dea73"
2755+
integrity sha512-EW5h+n+usQHm8tExFz6jpptF5lnRoMGxyVxaJxtTnVyLjb51ZzzR5o+NH62KJ3l1Eczj/rmSKp6YQjIVceiklw==
2756+
dependencies:
2757+
"@graphql-hive/signal" "^1.0.0"
2758+
"@graphql-tools/executor-common" "^0.0.6"
2759+
"@graphql-tools/utils" "^10.9.1"
2760+
"@repeaterjs/repeater" "^3.0.4"
2761+
"@whatwg-node/disposablestack" "^0.0.6"
2762+
"@whatwg-node/fetch" "^0.10.9"
2763+
"@whatwg-node/promise-helpers" "^1.3.0"
2764+
meros "^1.3.1"
2765+
tslib "^2.8.1"
2766+
27232767
"@graphql-tools/executor-legacy-ws@^0.0.11":
27242768
version "0.0.11"
27252769
resolved "https://registry.yarnpkg.com/@graphql-tools/executor-legacy-ws/-/executor-legacy-ws-0.0.11.tgz#a1e12be8279e92a363a23d4105461a34cd9e389e"
@@ -3028,10 +3072,10 @@
30283072
value-or-promise "^1.0.11"
30293073
ws "^8.12.0"
30303074

3031-
"@graphql-tools/utils@^10.0.0", "@graphql-tools/utils@^10.0.13", "@graphql-tools/utils@^10.3.2", "@graphql-tools/utils@^10.5.4", "@graphql-tools/utils@^10.8.6":
3032-
version "10.8.6"
3033-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.8.6.tgz#69ef29e408a27919108b2b2227fe8b465acf9e5c"
3034-
integrity sha512-Alc9Vyg0oOsGhRapfL3xvqh1zV8nKoFUdtLhXX7Ki4nClaIJXckrA86j+uxEuG3ic6j4jlM1nvcWXRn/71AVLQ==
3075+
"@graphql-tools/utils@^10.0.0", "@graphql-tools/utils@^10.0.13", "@graphql-tools/utils@^10.3.2", "@graphql-tools/utils@^10.5.4", "@graphql-tools/utils@^10.8.6", "@graphql-tools/utils@^10.9.1":
3076+
version "10.9.1"
3077+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.9.1.tgz#ff4067256f2080db0c66f4475858f29a8da65ecf"
3078+
integrity sha512-B1wwkXk9UvU7LCBkPs8513WxOQ2H8Fo5p8HR1+Id9WmYE5+bd51vqN+MbrqvWczHCH2gwkREgHJN88tE0n1FCw==
30353079
dependencies:
30363080
"@graphql-typed-document-node/core" "^3.1.1"
30373081
"@whatwg-node/promise-helpers" "^1.0.0"
@@ -5369,13 +5413,6 @@
53695413
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.4.38.tgz#552a6770098bfd556fa3e2c686c9d3b4f4cd94c2"
53705414
integrity sha512-q0xCiLkuWWQLzVrecPb0RMsNWyxICOjPrcrwxTUEHb1fsnvni4dcuyG7RT/Ie7VPTvnjzIaWzRMUBsrqNj/hhw==
53715415

5372-
"@whatwg-node/disposablestack@^0.0.5":
5373-
version "0.0.5"
5374-
resolved "https://registry.yarnpkg.com/@whatwg-node/disposablestack/-/disposablestack-0.0.5.tgz#cd646b1ef60a36972e018ab21f412a3539c6deec"
5375-
integrity sha512-9lXugdknoIequO4OYvIjhygvfSEgnO8oASLqLelnDhkRjgBZhc39shC3QSlZuyDO9bgYSIVa2cHAiN+St3ty4w==
5376-
dependencies:
5377-
tslib "^2.6.3"
5378-
53795416
"@whatwg-node/disposablestack@^0.0.6":
53805417
version "0.0.6"
53815418
resolved "https://registry.yarnpkg.com/@whatwg-node/disposablestack/-/disposablestack-0.0.6.tgz#2064a1425ea66194def6df0c7a1851b6939c82bb"
@@ -5394,12 +5431,12 @@
53945431
resolved "https://registry.yarnpkg.com/@whatwg-node/events/-/events-0.1.0.tgz#1e7b4e4fd0d149b247ec0132b1030fe522282295"
53955432
integrity sha512-PnnAP/o6QkgAdjcExKugzl5ZUqPVcv9lvgGz/to3Xe5Du/P5Zw6MzB8P8mI/B4mplYOYsr6AkXkb4plG0ydCow==
53965433

5397-
"@whatwg-node/fetch@^0.10.0":
5398-
version "0.10.3"
5399-
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.10.3.tgz#b19883b8a1568c5ae09abd550589ec597e685f4b"
5400-
integrity sha512-jCTL/qYcIW2GihbBRHypQ/Us7saWMNZ5fsumsta+qPY0Pmi1ccba/KRQvgctmQsbP69FWemJSs8zVcFaNwdL0w==
5434+
"@whatwg-node/fetch@^0.10.0", "@whatwg-node/fetch@^0.10.9":
5435+
version "0.10.10"
5436+
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.10.10.tgz#2b3397bc114b3f6dbda34bd1f205e45216abd10f"
5437+
integrity sha512-watz4i/Vv4HpoJ+GranJ7HH75Pf+OkPQ63NoVmru6Srgc8VezTArB00i/oQlnn0KWh14gM42F22Qcc9SU9mo/w==
54015438
dependencies:
5402-
"@whatwg-node/node-fetch" "^0.7.7"
5439+
"@whatwg-node/node-fetch" "^0.7.25"
54035440
urlpattern-polyfill "^10.0.0"
54045441

54055442
"@whatwg-node/fetch@^0.8.0", "@whatwg-node/fetch@^0.8.1":
@@ -5442,19 +5479,20 @@
54425479
fast-querystring "^1.1.1"
54435480
tslib "^2.6.3"
54445481

5445-
"@whatwg-node/node-fetch@^0.7.7":
5446-
version "0.7.7"
5447-
resolved "https://registry.yarnpkg.com/@whatwg-node/node-fetch/-/node-fetch-0.7.7.tgz#6c1752e2e16cfac93fdef2ef4f852b7a50dd15ed"
5448-
integrity sha512-BDbIMOenThOTFDBLh1WscgBNAxfDAdAdd9sMG8Ff83hYxApJVbqEct38bUAj+zn8bTsfBx/lyfnVOTyq5xUlvg==
5482+
"@whatwg-node/node-fetch@^0.7.25":
5483+
version "0.7.25"
5484+
resolved "https://registry.yarnpkg.com/@whatwg-node/node-fetch/-/node-fetch-0.7.25.tgz#8da0af32f389eeeebf935af5fbcce7bbd2bbc774"
5485+
integrity sha512-szCTESNJV+Xd56zU6ShOi/JWROxE9IwCic8o5D9z5QECZloas6Ez5tUuKqXTAdu6fHFx1t6C+5gwj8smzOLjtg==
54495486
dependencies:
5450-
"@whatwg-node/disposablestack" "^0.0.5"
5451-
busboy "^1.6.0"
5487+
"@fastify/busboy" "^3.1.1"
5488+
"@whatwg-node/disposablestack" "^0.0.6"
5489+
"@whatwg-node/promise-helpers" "^1.3.2"
54525490
tslib "^2.6.3"
54535491

5454-
"@whatwg-node/promise-helpers@^1.0.0":
5455-
version "1.3.1"
5456-
resolved "https://registry.yarnpkg.com/@whatwg-node/promise-helpers/-/promise-helpers-1.3.1.tgz#65f1820fa652ddc1062aa0fe7456726e8676ea43"
5457-
integrity sha512-D+OwTEunoQhVHVToD80dPhfz9xgPLqJyEA3F5jCRM14A2u8tBBQVdZekqfqx6ZAfZ+POT4Hb0dn601UKMsvADw==
5492+
"@whatwg-node/promise-helpers@^1.0.0", "@whatwg-node/promise-helpers@^1.2.1", "@whatwg-node/promise-helpers@^1.2.4", "@whatwg-node/promise-helpers@^1.3.0", "@whatwg-node/promise-helpers@^1.3.2":
5493+
version "1.3.2"
5494+
resolved "https://registry.yarnpkg.com/@whatwg-node/promise-helpers/-/promise-helpers-1.3.2.tgz#3b54987ad6517ef6db5920c66a6f0dada606587d"
5495+
integrity sha512-Nst5JdK47VIl9UcGwtv2Rcgyn5lWtZ0/mhRQ4G8NN2isxpq2TO30iqHzmwoJycjWuyUfg3GFXqP/gFHXeV57IA==
54585496
dependencies:
54595497
tslib "^2.6.3"
54605498

@@ -11587,10 +11625,10 @@ mermaid@^11.0.0:
1158711625
ts-dedent "^2.2.0"
1158811626
uuid "^9.0.1"
1158911627

11590-
meros@^1.2.1:
11591-
version "1.2.1"
11592-
resolved "https://registry.yarnpkg.com/meros/-/meros-1.2.1.tgz#056f7a76e8571d0aaf3c7afcbe7eb6407ff7329e"
11593-
integrity sha512-R2f/jxYqCAGI19KhAvaxSOxALBMkaXWH2a7rOyqQw+ZmizX5bKkEYWLzdhC+U82ZVVPVp6MCXe3EkVligh+12g==
11628+
meros@^1.2.1, meros@^1.3.1:
11629+
version "1.3.1"
11630+
resolved "https://registry.yarnpkg.com/meros/-/meros-1.3.1.tgz#21a090d59c02afb1e418e40631b78aa37a21ac69"
11631+
integrity sha512-eV7dRObfTrckdmAz4/n7pT1njIsIJXRIZkgCiX43xEsPNy4gjXQzOYYxmGcolAMtF7HyfqRuDBh3Lgs4hmhVEw==
1159411632

1159511633
mhchemparser@^4.1.0:
1159611634
version "4.2.1"

0 commit comments

Comments
 (0)