Skip to content

Commit df62313

Browse files
Bump @graphql-tools/executor-http from 1.3.3 to 2.0.2
Bumps [@graphql-tools/executor-http](https://github.com/graphql-hive/gateway/tree/HEAD/packages/executors/http) from 1.3.3 to 2.0.2. - [Release notes](https://github.com/graphql-hive/gateway/releases) - [Changelog](https://github.com/graphql-hive/gateway/blob/main/packages/executors/http/CHANGELOG.md) - [Commits](https://github.com/graphql-hive/gateway/commits/@graphql-tools/[email protected]/packages/executors/http) --- updated-dependencies: - dependency-name: "@graphql-tools/executor-http" dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a824120 commit df62313

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.2",
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.2",
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.2":
1664+
version "2.0.2"
1665+
resolved "https://registry.yarnpkg.com/@graphql-tools/executor-http/-/executor-http-2.0.2.tgz#cec6a7181b65270cd8919945b94b36d217e026af"
1666+
integrity sha512-EZXhyGhAi2ZPv0Mp+OxKe8tP8xAAzVduhMxwYCOMwlW18ItPr8p6Dta9O+ysXQPAQZZBJJaGKObmYi7a0UUbHg==
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.8"
16741674
"@whatwg-node/promise-helpers" "^1.3.0"
16751675
meros "^1.2.1"
16761676
tslib "^2.8.1"
@@ -3987,7 +3987,7 @@
39873987
dependencies:
39883988
tslib "^2.6.3"
39893989

3990-
"@whatwg-node/fetch@^0.10.0", "@whatwg-node/fetch@^0.10.4", "@whatwg-node/fetch@^0.10.6", "@whatwg-node/fetch@^0.10.8":
3990+
"@whatwg-node/fetch@^0.10.0", "@whatwg-node/fetch@^0.10.6", "@whatwg-node/fetch@^0.10.8":
39913991
version "0.10.8"
39923992
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.10.8.tgz#1467f9505826fa7271c67dfaf0d7251ab8c2b9cc"
39933993
integrity sha512-Rw9z3ctmeEj8QIB9MavkNJqekiu9usBCSMZa+uuAvM0lF3v70oQVCXNppMIqaV6OTZbdaHF1M2HLow58DEw+wg==

0 commit comments

Comments
 (0)