Skip to content

Commit 02bbe7e

Browse files
fix(deps): update dependency @graphql-tools/executor-http to v2
1 parent bfe4207 commit 02bbe7e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

packages/loaders/github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
5252
},
5353
"dependencies": {
54-
"@graphql-tools/executor-http": "^1.1.9",
54+
"@graphql-tools/executor-http": "^2.0.0",
5555
"@graphql-tools/graphql-tag-pluck": "^8.3.19",
5656
"@graphql-tools/utils": "^10.8.6",
5757
"@whatwg-node/fetch": "^0.10.0",

packages/loaders/url/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"dependencies": {
5454
"@graphql-tools/executor-graphql-ws": "^2.0.1",
55-
"@graphql-tools/executor-http": "^1.1.9",
55+
"@graphql-tools/executor-http": "^2.0.0",
5656
"@graphql-tools/executor-legacy-ws": "^1.1.17",
5757
"@graphql-tools/utils": "^10.8.6",
5858
"@graphql-tools/wrap": "^10.0.16",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1660,17 +1660,17 @@
16601660
tslib "^2.8.1"
16611661
ws "^8.17.1"
16621662

1663-
"@graphql-tools/executor-http@^1.1.9":
1664-
version "1.3.3"
1665-
resolved "https://registry.yarnpkg.com/@graphql-tools/executor-http/-/executor-http-1.3.3.tgz#057de79ebc90edbd242259cccb1268d37ee6c579"
1666-
integrity sha512-LIy+l08/Ivl8f8sMiHW2ebyck59JzyzO/yF9SFS4NH6MJZUezA1xThUXCDIKhHiD56h/gPojbkpcFvM2CbNE7A==
1663+
"@graphql-tools/executor-http@^2.0.0":
1664+
version "2.0.0"
1665+
resolved "https://registry.yarnpkg.com/@graphql-tools/executor-http/-/executor-http-2.0.0.tgz#75104ea81606f6c54977ecccb044b54aab3d4c6e"
1666+
integrity sha512-g+BKap50eqVM3gRkgdnqfEathNmKHox7wgEeioM2FU0p0TvPQve6CFcXIlK6CPoBcPEXB01WbZ/sRL62WGYctg==
16671667
dependencies:
16681668
"@graphql-hive/signal" "^1.0.0"
16691669
"@graphql-tools/executor-common" "^0.0.4"
16701670
"@graphql-tools/utils" "^10.8.1"
16711671
"@repeaterjs/repeater" "^3.0.4"
16721672
"@whatwg-node/disposablestack" "^0.0.6"
1673-
"@whatwg-node/fetch" "^0.10.4"
1673+
"@whatwg-node/fetch" "^0.10.6"
16741674
"@whatwg-node/promise-helpers" "^1.3.0"
16751675
meros "^1.2.1"
16761676
tslib "^2.8.1"
@@ -3972,7 +3972,7 @@
39723972
dependencies:
39733973
tslib "^2.6.3"
39743974

3975-
"@whatwg-node/fetch@^0.10.0", "@whatwg-node/fetch@^0.10.4", "@whatwg-node/fetch@^0.10.6":
3975+
"@whatwg-node/fetch@^0.10.0", "@whatwg-node/fetch@^0.10.6":
39763976
version "0.10.6"
39773977
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.10.6.tgz#ce2fc35e45558874ad2488160fc8102481c935e4"
39783978
integrity sha512-6uzhO2aQ757p3bSHcemA8C4pqEXuyBqyGAM7cYpO0c6/igRMV9As9XL0W12h5EPYMclgr7FgjmbVQBoWEdJ/yA==

0 commit comments

Comments
 (0)