Skip to content

Commit

Permalink
fix(deps): update dependency graphql-ws to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent 09b0c32 commit 1059e3f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/legacy/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"cosmiconfig": "^9.0.0",
"dotenv": "^16.0.3",
"graphql-import-node": "^0.0.5",
"graphql-ws": "^5.12.1",
"graphql-ws": "^6.0.0",
"json-bigint-patch": "^0.0.8",
"json5": "^2.2.3",
"mkdirp": "^3.0.0",
Expand Down
23 changes: 21 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6234,7 +6234,7 @@ __metadata:
cosmiconfig: "npm:^9.0.0"
dotenv: "npm:^16.0.3"
graphql-import-node: "npm:^0.0.5"
graphql-ws: "npm:^5.12.1"
graphql-ws: "npm:^6.0.0"
json-bigint-patch: "npm:^0.0.8"
json5: "npm:^2.2.3"
mkdirp: "npm:^3.0.0"
Expand Down Expand Up @@ -22242,7 +22242,7 @@ __metadata:
languageName: node
linkType: hard

"graphql-ws@npm:^5.12.1, graphql-ws@npm:^5.14.0, graphql-ws@npm:^5.16.0, graphql-ws@npm:^5.6.2":
"graphql-ws@npm:^5.14.0, graphql-ws@npm:^5.16.0, graphql-ws@npm:^5.6.2":
version: 5.16.0
resolution: "graphql-ws@npm:5.16.0"
peerDependencies:
Expand All @@ -22251,6 +22251,25 @@ __metadata:
languageName: node
linkType: hard

"graphql-ws@npm:^6.0.0":
version: 6.0.0
resolution: "graphql-ws@npm:6.0.0"
peerDependencies:
"@fastify/websocket": ^10 || ^11
graphql: ^15.10.1 || ^16
uWebSockets.js: ^20
ws: ^8
peerDependenciesMeta:
"@fastify/websocket":
optional: true
uWebSockets.js:
optional: true
ws:
optional: true
checksum: 10c0/58900a9dcf263f902e17e1ca457d9da2bfab77f206751958dfaa704c8405dcf99a1156700700a8d5c7c1eb7d6e311c57afa677ce8b53de8ce10de6ec29b557f9
languageName: node
linkType: hard

"graphql-yoga@npm:5.10.9, graphql-yoga@npm:^5.10.6, graphql-yoga@npm:^5.7.0":
version: 5.10.9
resolution: "graphql-yoga@npm:5.10.9"
Expand Down

0 comments on commit 1059e3f

Please sign in to comment.