Skip to content

Commit 0a349fb

Browse files
dependabot[bot]github-actions[bot]theguild-bot
authored
Bump @whatwg-node/fetch from 0.10.10 to 0.10.11 in the whatwg-node group (#1542)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: theguild-bot <[email protected]>
1 parent 217ce14 commit 0a349fb

File tree

16 files changed

+73
-30
lines changed

16 files changed

+73
-30
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@graphql-mesh/transport-http-callback': patch
3+
---
4+
5+
dependencies updates:
6+
7+
- Updated dependency [`@whatwg-node/fetch@^0.10.11` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.10.11) (from `^0.10.10`, in `dependencies`)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@graphql-tools/executor-http': patch
3+
---
4+
5+
dependencies updates:
6+
7+
- Updated dependency [`@whatwg-node/fetch@^0.10.11` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.10.11) (from `^0.10.10`, in `dependencies`)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@graphql-tools/federation': patch
3+
---
4+
5+
dependencies updates:
6+
7+
- Updated dependency [`@whatwg-node/fetch@^0.10.11` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.10.11) (from `^0.10.10`, in `dependencies`)

e2e/federation-subscriptions-passthrough/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"dependencies": {
55
"@graphql-mesh/transport-ws": "workspace:^",
6-
"@whatwg-node/fetch": "^0.10.10",
6+
"@whatwg-node/fetch": "^0.10.11",
77
"graphql": "^16.9.0",
88
"tslib": "^2.8.1"
99
},
-3 Bytes
Binary file not shown.

examples/federation-subscriptions-passthrough/package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/federation-subscriptions-passthrough/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"dependencies": {
55
"@graphql-mesh/transport-ws": "^2.0.4",
6-
"@whatwg-node/fetch": "^0.10.10",
6+
"@whatwg-node/fetch": "^0.10.11",
77
"graphql": "^16.9.0",
88
"tslib": "^2.8.1",
99
"@apollo/server": "^5.0.0",

internal/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@types/dockerode": "^3.3.44",
88
"@types/node": "^24.5.2",
99
"@whatwg-node/disposablestack": "^0.0.6",
10-
"@whatwg-node/fetch": "^0.10.10",
10+
"@whatwg-node/fetch": "^0.10.11",
1111
"dockerode": "^4.0.8",
1212
"glob": "^11.0.3",
1313
"graphql": "^16.9.0",

internal/testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@graphql-tools/utils": "^10.9.1",
1717
"@types/node": "^24.5.2",
1818
"@whatwg-node/disposablestack": "^0.0.6",
19-
"@whatwg-node/fetch": "^0.10.10",
19+
"@whatwg-node/fetch": "^0.10.11",
2020
"@whatwg-node/promise-helpers": "^1.3.2",
2121
"graphql": "^16.10.0",
2222
"jest-leak-detector": "30.1.0",

packages/executors/http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@graphql-tools/utils": "^10.9.1",
4545
"@repeaterjs/repeater": "^3.0.4",
4646
"@whatwg-node/disposablestack": "^0.0.6",
47-
"@whatwg-node/fetch": "^0.10.10",
47+
"@whatwg-node/fetch": "^0.10.11",
4848
"@whatwg-node/promise-helpers": "^1.3.2",
4949
"meros": "^1.3.2",
5050
"tslib": "^2.8.1"

0 commit comments

Comments
 (0)