Skip to content

Commit 6ed67e8

Browse files
fix(deps): update dependency @whatwg-node/server to ^0.10.0 (#3855)
* fix(deps): update dependency @whatwg-node/server to ^0.10.0 * chore(dependencies): updated changesets for modified dependencies --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cd70435 commit 6ed67e8

File tree

7 files changed

+32
-15
lines changed

7 files changed

+32
-15
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"graphql-yoga": patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`@whatwg-node/server@^0.10.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/server/v/0.10.0) (from `^0.9.71`, in `dependencies`)

packages/graphql-yoga/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@graphql-yoga/logger": "workspace:^",
5757
"@graphql-yoga/subscription": "workspace:^",
5858
"@whatwg-node/fetch": "^0.10.5",
59-
"@whatwg-node/server": "^0.9.71",
59+
"@whatwg-node/server": "^0.10.0",
6060
"dset": "^3.1.4",
6161
"lru-cache": "^10.0.0",
6262
"tslib": "^2.8.1"

packages/plugins/apollo-inline-trace/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@graphql-tools/delegate": "^10.1.1",
5353
"@graphql-tools/federation": "^3.0.0",
5454
"@whatwg-node/fetch": "^0.10.1",
55-
"@whatwg-node/server": "^0.9.71",
55+
"@whatwg-node/server": "^0.10.0",
5656
"graphql": "16.10.0",
5757
"graphql-yoga": "workspace:*"
5858
},

packages/plugins/apollo-managed-federation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"devDependencies": {
5858
"@whatwg-node/fetch": "^0.10.1",
59-
"@whatwg-node/server": "^0.9.71",
59+
"@whatwg-node/server": "^0.10.0",
6060
"graphql": "16.10.0",
6161
"graphql-yoga": "workspace:^",
6262
"typescript": "5.8.2"

packages/plugins/defer-stream/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"devDependencies": {
4747
"@graphql-tools/executor-http": "^1.1.9",
4848
"@whatwg-node/fetch": "^0.10.1",
49-
"@whatwg-node/server": "^0.9.71",
49+
"@whatwg-node/server": "^0.10.0",
5050
"fetch-multipart-graphql": "3.2.1",
5151
"graphql": "16.10.0",
5252
"graphql-yoga": "workspace:*",

packages/subscription/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"devDependencies": {
6666
"@graphql-yoga/redis-event-target": "workspace:*",
6767
"@types/ioredis-mock": "8.2.5",
68-
"@whatwg-node/server": "^0.9.71",
68+
"@whatwg-node/server": "^0.10.0",
6969
"ioredis-mock": "8.9.0"
7070
},
7171
"publishConfig": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)