Skip to content

Commit 72e6ae3

Browse files
fix(deps): update dependency @graphql-tools/executor-http to v2
1 parent 5d1c4e1 commit 72e6ae3

File tree

3 files changed

+84
-46
lines changed

3 files changed

+84
-46
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: 82 additions & 44 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.2.3":
1697+
version "5.2.3"
1698+
resolved "https://registry.yarnpkg.com/@envelop/core/-/core-5.2.3.tgz#ede1dd20b4397c7465ae2190e718829303bcef00"
1699+
integrity sha512-KfoGlYD/XXQSc3BkM1/k15+JQbkQ4ateHazeZoWl9P71FsLTDXSjGy6j7QqfhpIDSbxNISqhPMfZHYSbDFOofQ==
1700+
dependencies:
1701+
"@envelop/instrumentation" "^1.0.0"
1702+
"@envelop/types" "^5.2.1"
1703+
"@whatwg-node/promise-helpers" "^1.2.4"
1704+
tslib "^2.5.0"
1705+
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==
17001710
dependencies:
1701-
"@envelop/types" "5.0.0"
1711+
"@whatwg-node/promise-helpers" "^1.2.1"
17021712
tslib "^2.5.0"
17031713

1704-
"@envelop/types@5.0.0":
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==
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.4":
2693+
version "0.0.4"
2694+
resolved "https://registry.yarnpkg.com/@graphql-tools/executor-common/-/executor-common-0.0.4.tgz#763603a6d7a22bb09d67ce682e84a0d730ff2bf9"
2695+
integrity sha512-SEH/OWR+sHbknqZyROCFHcRrbZeUAyjCsgpVWCRjqjqRbiJiXq6TxNIIOmpXgkrXWW/2Ev4Wms6YSGJXjdCs6Q==
2696+
dependencies:
2697+
"@envelop/core" "^5.2.3"
2698+
"@graphql-tools/utils" "^10.8.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.0.0"
2754+
resolved "https://registry.yarnpkg.com/@graphql-tools/executor-http/-/executor-http-2.0.0.tgz#75104ea81606f6c54977ecccb044b54aab3d4c6e"
2755+
integrity sha512-g+BKap50eqVM3gRkgdnqfEathNmKHox7wgEeioM2FU0p0TvPQve6CFcXIlK6CPoBcPEXB01WbZ/sRL62WGYctg==
2756+
dependencies:
2757+
"@graphql-hive/signal" "^1.0.0"
2758+
"@graphql-tools/executor-common" "^0.0.4"
2759+
"@graphql-tools/utils" "^10.8.1"
2760+
"@repeaterjs/repeater" "^3.0.4"
2761+
"@whatwg-node/disposablestack" "^0.0.6"
2762+
"@whatwg-node/fetch" "^0.10.6"
2763+
"@whatwg-node/promise-helpers" "^1.3.0"
2764+
meros "^1.2.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,7 +3072,7 @@
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":
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.1", "@graphql-tools/utils@^10.8.6":
30323076
version "10.8.6"
30333077
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.8.6.tgz#69ef29e408a27919108b2b2227fe8b465acf9e5c"
30343078
integrity sha512-Alc9Vyg0oOsGhRapfL3xvqh1zV8nKoFUdtLhXX7Ki4nClaIJXckrA86j+uxEuG3ic6j4jlM1nvcWXRn/71AVLQ==
@@ -5006,16 +5050,16 @@
50065050
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.2.tgz#fc25ad9943bcac11cceb8168db4f275e0e72e756"
50075051
integrity sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg==
50085052

5009-
"@types/unist@*", "@types/unist@^3.0.0":
5010-
version "3.0.0"
5011-
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.0.tgz#988ae8af1e5239e89f9fbb1ade4c935f4eeedf9a"
5012-
integrity sha512-MFETx3tbTjE7Uk6vvnWINA/1iJ7LuMdO4fcq8UfF0pRbj01aGLduVvQcRyswuACJdpnHgg8E3rQLhaRdNEJS0w==
5013-
5014-
"@types/unist@^2.0.0", "@types/unist@^2.0.2":
5053+
"@types/unist@*", "@types/unist@^2.0.0", "@types/unist@^2.0.2":
50155054
version "2.0.10"
50165055
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.10.tgz#04ffa7f406ab628f7f7e97ca23e290cd8ab15efc"
50175056
integrity sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==
50185057

5058+
"@types/unist@^3.0.0":
5059+
version "3.0.0"
5060+
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.0.tgz#988ae8af1e5239e89f9fbb1ade4c935f4eeedf9a"
5061+
integrity sha512-MFETx3tbTjE7Uk6vvnWINA/1iJ7LuMdO4fcq8UfF0pRbj01aGLduVvQcRyswuACJdpnHgg8E3rQLhaRdNEJS0w==
5062+
50195063
"@types/ws@^8.0.0":
50205064
version "8.5.4"
50215065
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.4.tgz#bb10e36116d6e570dd943735f86c933c1587b8a5"
@@ -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.6":
5435+
version "0.10.6"
5436+
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.10.6.tgz#ce2fc35e45558874ad2488160fc8102481c935e4"
5437+
integrity sha512-6uzhO2aQ757p3bSHcemA8C4pqEXuyBqyGAM7cYpO0c6/igRMV9As9XL0W12h5EPYMclgr7FgjmbVQBoWEdJ/yA==
54015438
dependencies:
5402-
"@whatwg-node/node-fetch" "^0.7.7"
5439+
"@whatwg-node/node-fetch" "^0.7.18"
54035440
urlpattern-polyfill "^10.0.0"
54045441

54055442
"@whatwg-node/fetch@^0.8.0", "@whatwg-node/fetch@^0.8.1":
@@ -5442,16 +5479,17 @@
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.18":
5483+
version "0.7.18"
5484+
resolved "https://registry.yarnpkg.com/@whatwg-node/node-fetch/-/node-fetch-0.7.18.tgz#19e008468734bd89857f7001f29d38037cdc0cc7"
5485+
integrity sha512-IxKdVWfZYasGiyxBcsROxq6FmDQu3MNNiOYJ/yqLKhe+Qq27IIWsK7ItbjS2M9L5aM5JxjWkIS7JDh7wnsn+CQ==
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.1"
54525490
tslib "^2.6.3"
54535491

5454-
"@whatwg-node/promise-helpers@^1.0.0":
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.1":
54555493
version "1.3.1"
54565494
resolved "https://registry.yarnpkg.com/@whatwg-node/promise-helpers/-/promise-helpers-1.3.1.tgz#65f1820fa652ddc1062aa0fe7456726e8676ea43"
54575495
integrity sha512-D+OwTEunoQhVHVToD80dPhfz9xgPLqJyEA3F5jCRM14A2u8tBBQVdZekqfqx6ZAfZ+POT4Hb0dn601UKMsvADw==
@@ -7274,14 +7312,7 @@ [email protected]:
72747312
dependencies:
72757313
ms "2.0.0"
72767314

7277-
debug@4, debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.3.6, debug@^4.3.7:
7278-
version "4.4.0"
7279-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
7280-
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
7281-
dependencies:
7282-
ms "^2.1.3"
7283-
7284-
[email protected], debug@~4.3.6:
7315+
debug@4, [email protected], debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.3.6, debug@~4.3.6:
72857316
version "4.3.6"
72867317
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.6.tgz#2ab2c38fbaffebf8aa95fdfe6d88438c7a13c52b"
72877318
integrity sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==
@@ -7295,6 +7326,13 @@ debug@^3.1.0, debug@^3.2.7:
72957326
dependencies:
72967327
ms "^2.1.1"
72977328

7329+
debug@^4.3.7:
7330+
version "4.4.0"
7331+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
7332+
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
7333+
dependencies:
7334+
ms "^2.1.3"
7335+
72987336
decamelize@^1.2.0:
72997337
version "1.2.0"
73007338
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"

0 commit comments

Comments
 (0)