Skip to content
Closed
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
7 changes: 7 additions & 0 deletions .changeset/@graphql-hive_gateway-1164-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@graphql-hive/gateway': patch
---

dependencies updates:

- Updated dependency [`commander@^14.0.0` ↗︎](https://www.npmjs.com/package/commander/v/14.0.0) (from `^13.1.0`, in `dependencies`)
2 changes: 1 addition & 1 deletion packages/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@graphql-tools/graphql-file-loader": "^8.0.14",
"@graphql-tools/load": "^8.0.14",
"@graphql-tools/utils": "^10.8.1",
"commander": "^13.1.0",
"commander": "^14.0.0",
"dotenv": "^16.4.7",
"graphql-ws": "^6.0.4",
"graphql-yoga": "^5.13.5",
Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4061,7 +4061,7 @@ __metadata:
"@whatwg-node/fetch": "npm:^0.10.8"
adm-zip: "npm:^0.5.15"
bun: "npm:^1.2.14"
commander: "npm:^13.1.0"
commander: "npm:^14.0.0"
dotenv: "npm:^16.4.7"
graphql: "npm:^16.9.0"
graphql-ws: "npm:^6.0.4"
Expand Down Expand Up @@ -11301,13 +11301,20 @@ __metadata:
languageName: node
linkType: hard

"commander@npm:^13.0.0, commander@npm:^13.1.0":
"commander@npm:^13.0.0":
version: 13.1.0
resolution: "commander@npm:13.1.0"
checksum: 10c0/7b8c5544bba704fbe84b7cab2e043df8586d5c114a4c5b607f83ae5060708940ed0b5bd5838cf8ce27539cde265c1cbd59ce3c8c6b017ed3eec8943e3a415164
languageName: node
linkType: hard

"commander@npm:^14.0.0":
version: 14.0.0
resolution: "commander@npm:14.0.0"
checksum: 10c0/73c4babfa558077868d84522b11ef56834165d472b9e86a634cd4c3ae7fc72d59af6377d8878e06bd570fe8f3161eced3cbe383c38f7093272bb65bd242b595b
languageName: node
linkType: hard

"commander@npm:^2.20.0":
version: 2.20.3
resolution: "commander@npm:2.20.3"
Expand Down
Loading