Skip to content

Commit 3cb068e

Browse files
authored
fix: bump whatwg-node packages (#6731)
1 parent e087c21 commit 3cb068e

File tree

8 files changed

+73
-47
lines changed

8 files changed

+73
-47
lines changed

packages/libraries/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"dependencies": {
4848
"@graphql-tools/utils": "^10.0.0",
49-
"@whatwg-node/fetch": "^0.10.5",
49+
"@whatwg-node/fetch": "^0.10.6",
5050
"async-retry": "^1.3.3",
5151
"lodash.sortby": "^4.7.0",
5252
"tiny-lru": "^8.0.2"

packages/libraries/yoga/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@graphql-yoga/plugin-disable-introspection": "2.7.0",
5757
"@graphql-yoga/plugin-graphql-sse": "3.7.0",
5858
"@graphql-yoga/plugin-response-cache": "3.9.0",
59-
"@whatwg-node/fetch": "0.10.5",
59+
"@whatwg-node/fetch": "0.10.6",
6060
"graphql-ws": "5.16.1",
6161
"graphql-yoga": "5.13.3",
6262
"nock": "14.0.0",

packages/migrations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/bcryptjs": "2.4.6",
2222
"@types/node": "22.10.5",
2323
"@types/pg": "8.11.10",
24-
"@whatwg-node/fetch": "0.10.5",
24+
"@whatwg-node/fetch": "0.10.6",
2525
"bcryptjs": "2.4.3",
2626
"copyfiles": "2.4.1",
2727
"date-fns": "4.1.0",

packages/services/broker-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"devDependencies": {
1111
"@cloudflare/workers-types": "4.20241230.0",
1212
"@types/service-worker-mock": "2.0.4",
13-
"@whatwg-node/server": "0.10.3",
13+
"@whatwg-node/server": "0.10.5",
1414
"esbuild": "0.25.0",
1515
"itty-router": "4.2.2",
1616
"toucan-js": "4.1.0",

packages/services/cdn-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"@cloudflare/workers-types": "4.20241230.0",
2121
"@types/service-worker-mock": "2.0.4",
22-
"@whatwg-node/server": "0.10.3",
22+
"@whatwg-node/server": "0.10.5",
2323
"bcryptjs": "2.4.3",
2424
"dotenv": "16.4.7",
2525
"esbuild": "0.25.0",

packages/services/external-composition/federation-2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@apollo/composition": "2.9.3",
1212
"@apollo/federation-internals": "2.9.3",
1313
"@graphql-hive/external-composition": "workspace:*",
14-
"@whatwg-node/server": "0.10.3",
14+
"@whatwg-node/server": "0.10.5",
1515
"dotenv": "16.4.7",
1616
"graphql": "16.9.0",
1717
"lru-cache": "^7.17.0",

packages/services/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@swc/core": "1.10.6",
3636
"@trpc/client": "10.45.2",
3737
"@trpc/server": "10.45.2",
38-
"@whatwg-node/server": "0.10.3",
38+
"@whatwg-node/server": "0.10.5",
3939
"dotenv": "16.4.7",
4040
"fastify": "4.29.0",
4141
"got": "14.4.7",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)