Skip to content

Commit 976dafc

Browse files
build(deps): bump @graphql-tools/executor-http from 1.3.3 to 2.1.0
Bumps [@graphql-tools/executor-http](https://github.com/graphql-hive/gateway/tree/HEAD/packages/executors/http) from 1.3.3 to 2.1.0. - [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.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 05f3dc0 commit 976dafc

File tree

3 files changed

+20
-12
lines changed

3 files changed

+20
-12
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.1.0",
5555
"@graphql-tools/graphql-tag-pluck": "^8.3.21",
5656
"@graphql-tools/utils": "^10.9.1",
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.1.0",
5656
"@graphql-tools/executor-legacy-ws": "^1.1.19",
5757
"@graphql-tools/utils": "^10.9.1",
5858
"@graphql-tools/wrap": "^10.0.16",

yarn.lock

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1678,6 +1678,14 @@
16781678
"@envelop/core" "^5.2.3"
16791679
"@graphql-tools/utils" "^10.8.1"
16801680

1681+
"@graphql-tools/executor-common@^0.0.5":
1682+
version "0.0.5"
1683+
resolved "https://registry.yarnpkg.com/@graphql-tools/executor-common/-/executor-common-0.0.5.tgz#77841aa32b3cd50d2648f29f2c2d53c0fafc0ffc"
1684+
integrity sha512-DBTQDGYajhUd4iBZ/yYc1LY85QTVhgTpGPCFT5iz0CPObgye0smsE5nd/BIcdbML7SXv2wFvQhVA3mCJJ32WuQ==
1685+
dependencies:
1686+
"@envelop/core" "^5.3.0"
1687+
"@graphql-tools/utils" "^10.9.0"
1688+
16811689
"@graphql-tools/executor-graphql-ws@^2.0.1":
16821690
version "2.0.5"
16831691
resolved "https://registry.yarnpkg.com/@graphql-tools/executor-graphql-ws/-/executor-graphql-ws-2.0.5.tgz#4e58fc96c2f080338ee5b9afaee8d5e26681d732"
@@ -1691,19 +1699,19 @@
16911699
tslib "^2.8.1"
16921700
ws "^8.17.1"
16931701

1694-
"@graphql-tools/executor-http@^1.1.9":
1695-
version "1.3.3"
1696-
resolved "https://registry.yarnpkg.com/@graphql-tools/executor-http/-/executor-http-1.3.3.tgz#057de79ebc90edbd242259cccb1268d37ee6c579"
1697-
integrity sha512-LIy+l08/Ivl8f8sMiHW2ebyck59JzyzO/yF9SFS4NH6MJZUezA1xThUXCDIKhHiD56h/gPojbkpcFvM2CbNE7A==
1702+
"@graphql-tools/executor-http@^2.1.0":
1703+
version "2.1.0"
1704+
resolved "https://registry.yarnpkg.com/@graphql-tools/executor-http/-/executor-http-2.1.0.tgz#fa5274565fd05699282e1feaa783dce925bf82d9"
1705+
integrity sha512-uDTg95i3Nky17Q/seUYqrsol9TERLq8wl4PlGliImOeWDINXOYQTEG3PJoAKPv1CnUU5lgvFJlyvzHYAStr4rA==
16981706
dependencies:
16991707
"@graphql-hive/signal" "^1.0.0"
1700-
"@graphql-tools/executor-common" "^0.0.4"
1701-
"@graphql-tools/utils" "^10.8.1"
1708+
"@graphql-tools/executor-common" "^0.0.5"
1709+
"@graphql-tools/utils" "^10.9.0"
17021710
"@repeaterjs/repeater" "^3.0.4"
17031711
"@whatwg-node/disposablestack" "^0.0.6"
1704-
"@whatwg-node/fetch" "^0.10.4"
1712+
"@whatwg-node/fetch" "^0.10.9"
17051713
"@whatwg-node/promise-helpers" "^1.3.0"
1706-
meros "^1.2.1"
1714+
meros "^1.3.1"
17071715
tslib "^2.8.1"
17081716

17091717
"@graphql-tools/stitch@^9.3.4":
@@ -4196,7 +4204,7 @@
41964204
dependencies:
41974205
tslib "^2.6.3"
41984206

4199-
"@whatwg-node/fetch@^0.10.0", "@whatwg-node/fetch@^0.10.4", "@whatwg-node/fetch@^0.10.6", "@whatwg-node/fetch@^0.10.8":
4207+
"@whatwg-node/fetch@^0.10.0", "@whatwg-node/fetch@^0.10.6", "@whatwg-node/fetch@^0.10.8", "@whatwg-node/fetch@^0.10.9":
42004208
version "0.10.9"
42014209
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.10.9.tgz#ac7b5fe966c7df0f124695a40dce8fc63ea97f07"
42024210
integrity sha512-2TaXKmjy53cybNtaAtzbPOzwIPkjXbzvZcimnaJxQwYXKSC8iYnWoZOyT4+CFt8w0KDieg5J5dIMNzUrW/UZ5g==
@@ -9126,7 +9134,7 @@ mermaid@^11.0.0:
91269134
ts-dedent "^2.2.0"
91279135
uuid "^11.1.0"
91289136

9129-
meros@^1.2.1:
9137+
meros@^1.3.1:
91309138
version "1.3.1"
91319139
resolved "https://registry.yarnpkg.com/meros/-/meros-1.3.1.tgz#21a090d59c02afb1e418e40631b78aa37a21ac69"
91329140
integrity sha512-eV7dRObfTrckdmAz4/n7pT1njIsIJXRIZkgCiX43xEsPNy4gjXQzOYYxmGcolAMtF7HyfqRuDBh3Lgs4hmhVEw==

0 commit comments

Comments
 (0)