Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update gateway dependencies #8472

Merged
merged 2 commits into from
Mar 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/@graphql-mesh_http-8472-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/http": patch
---
dependencies updates:
- Updated dependency [`@whatwg-node/server@^0.10.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/server/v/0.10.0) (from `^0.9.68`, in `dependencies`)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"@changesets/assemble-release-plan": "patch:@changesets/assemble-release-plan@npm%3A5.2.3#~/.yarn/patches/@changesets-assemble-release-plan-npm-5.2.3-296454a28f.patch",
"@whatwg-node/fetch": "0.10.5",
"@whatwg-node/node-fetch": "0.7.12",
"@whatwg-node/server": "0.9.71",
"@whatwg-node/server": "0.10.0",
"axios": "^1.0.0",
"cookie": "1.0.2",
"cross-fetch": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@graphql-mesh/types": "^0.103.21",
"@graphql-mesh/utils": "^0.103.21",
"@graphql-tools/utils": "^10.8.0",
"@whatwg-node/server": "^0.9.68",
"@whatwg-node/server": "^0.10.0",
"graphql-yoga": "^5.12.0",
"tslib": "^2.4.0"
},
Expand Down
26 changes: 9 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4065,7 +4065,7 @@ __metadata:
languageName: node
linkType: hard

"@envelop/instruments@npm:^1.0.0":
"@envelop/instruments@npm:1.0.0, @envelop/instruments@npm:^1.0.0":
version: 1.0.0
resolution: "@envelop/instruments@npm:1.0.0"
dependencies:
Expand Down Expand Up @@ -6496,7 +6496,7 @@ __metadata:
"@types/rimraf": "npm:4.0.5"
"@types/ws": "npm:8.18.0"
"@types/yargs": "npm:17.0.33"
"@whatwg-node/server": "npm:^0.9.68"
"@whatwg-node/server": "npm:^0.10.0"
graphql: "npm:16.10.0"
graphql-yoga: "npm:^5.12.0"
tslib: "npm:^2.4.0"
Expand Down Expand Up @@ -14651,16 +14651,7 @@ __metadata:
languageName: node
linkType: hard

"@whatwg-node/promise-helpers@npm:^1.0.0, @whatwg-node/promise-helpers@npm:^1.2.0, @whatwg-node/promise-helpers@npm:^1.2.1, @whatwg-node/promise-helpers@npm:^1.2.2":
version: 1.2.2
resolution: "@whatwg-node/promise-helpers@npm:1.2.2"
dependencies:
tslib: "npm:^2.6.3"
checksum: 10c0/fc06f34a91bbb3bc4200acbf4bbdfc49b4e2f5546c12454650e424ba94a1c06d8436fc5cd9d56e7c529fdca9422d824a8409de4099c2acdb2723046688d4c6a7
languageName: node
linkType: hard

"@whatwg-node/promise-helpers@npm:^1.2.3":
"@whatwg-node/promise-helpers@npm:^1.0.0, @whatwg-node/promise-helpers@npm:^1.2.0, @whatwg-node/promise-helpers@npm:^1.2.1, @whatwg-node/promise-helpers@npm:^1.2.3":
version: 1.2.4
resolution: "@whatwg-node/promise-helpers@npm:1.2.4"
dependencies:
Expand All @@ -14680,15 +14671,16 @@ __metadata:
languageName: node
linkType: hard

"@whatwg-node/server@npm:0.9.71":
version: 0.9.71
resolution: "@whatwg-node/server@npm:0.9.71"
"@whatwg-node/server@npm:0.10.0":
version: 0.10.0
resolution: "@whatwg-node/server@npm:0.10.0"
dependencies:
"@envelop/instruments": "npm:1.0.0"
"@whatwg-node/disposablestack": "npm:^0.0.6"
"@whatwg-node/fetch": "npm:^0.10.5"
"@whatwg-node/promise-helpers": "npm:^1.2.2"
"@whatwg-node/promise-helpers": "npm:^1.2.3"
tslib: "npm:^2.6.3"
checksum: 10c0/b5af4d596abf4baa94c84b7eb809fda975fdce649f67bcb1b208e54354a6e3582c6709b5d52122552b2b66cacfad54aa31307fa3b621411080b5f5e48aa0727f
checksum: 10c0/2ce25302d90518b8b263c410a011c3b2fd29a3630d3528041c19002a84639efc6b41f299832b0eecca19ad3f6814998b77a512f17fc0317dc81a5ce29000a1ce
languageName: node
linkType: hard

Expand Down
Loading