Skip to content

Commit fe8b835

Browse files
chore(deps): update dependency graphql-ws to v6
1 parent 5ab5a54 commit fe8b835

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

packages/graphql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@types/ws": "8.18.0",
5656
"graphql-middleware": "6.1.35",
5757
"graphql-tag": "2.12.6",
58-
"graphql-ws": "5.16.2",
58+
"graphql-ws": "6.0.4",
5959
"is-uuid": "1.0.2",
6060
"jest": "29.7.0",
6161
"jest-extended": "4.0.2",

yarn.lock

+16-6
Original file line numberDiff line numberDiff line change
@@ -2153,7 +2153,7 @@ __metadata:
21532153
graphql-parse-resolve-info: "npm:^4.12.3"
21542154
graphql-relay: "npm:^0.10.0"
21552155
graphql-tag: "npm:2.12.6"
2156-
graphql-ws: "npm:5.16.2"
2156+
graphql-ws: "npm:6.0.4"
21572157
is-uuid: "npm:1.0.2"
21582158
jest: "npm:29.7.0"
21592159
jest-extended: "npm:4.0.2"
@@ -8760,12 +8760,22 @@ __metadata:
87608760
languageName: node
87618761
linkType: hard
87628762

8763-
"graphql-ws@npm:5.16.2":
8764-
version: 5.16.2
8765-
resolution: "graphql-ws@npm:5.16.2"
8763+
"graphql-ws@npm:6.0.4":
8764+
version: 6.0.4
8765+
resolution: "graphql-ws@npm:6.0.4"
87668766
peerDependencies:
8767-
graphql: ">=0.11 <=16"
8768-
checksum: 10c0/ba373df11ea8c6349c9f67335a0dfb09050a09ecc6b724b64730d242675c41d9f4b4a114b190b8711d014f8491c2bb8249e0df8308d51c4b27c921f87c4f6c58
8767+
"@fastify/websocket": ^10 || ^11
8768+
graphql: ^15.10.1 || ^16
8769+
uWebSockets.js: ^20
8770+
ws: ^8
8771+
peerDependenciesMeta:
8772+
"@fastify/websocket":
8773+
optional: true
8774+
uWebSockets.js:
8775+
optional: true
8776+
ws:
8777+
optional: true
8778+
checksum: 10c0/ed17502300c702d42820ca2acc593d82acbcbec91fa93e588dc008d07d7b6914b4b22062f1ee181cff6ac62f69ea0052555ee75f270601311b943a6b7ef709dc
87698779
languageName: node
87708780
linkType: hard
87718781

0 commit comments

Comments
 (0)