diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 7d7c6d650a..fe4fc7b496 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -55,7 +55,7 @@ "@types/ws": "8.5.13", "graphql-middleware": "6.1.35", "graphql-tag": "2.12.6", - "graphql-ws": "5.16.2", + "graphql-ws": "6.0.3", "is-uuid": "1.0.2", "jest": "29.7.0", "jest-extended": "4.0.2", diff --git a/yarn.lock b/yarn.lock index 1e8a278c86..0d96d8b9e7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2139,7 +2139,7 @@ __metadata: graphql-parse-resolve-info: "npm:^4.12.3" graphql-relay: "npm:^0.10.0" graphql-tag: "npm:2.12.6" - graphql-ws: "npm:5.16.2" + graphql-ws: "npm:6.0.3" is-uuid: "npm:1.0.2" jest: "npm:29.7.0" jest-extended: "npm:4.0.2" @@ -8698,12 +8698,22 @@ __metadata: languageName: node linkType: hard -"graphql-ws@npm:5.16.2": - version: 5.16.2 - resolution: "graphql-ws@npm:5.16.2" +"graphql-ws@npm:6.0.3": + version: 6.0.3 + resolution: "graphql-ws@npm:6.0.3" peerDependencies: - graphql: ">=0.11 <=16" - checksum: 10c0/ba373df11ea8c6349c9f67335a0dfb09050a09ecc6b724b64730d242675c41d9f4b4a114b190b8711d014f8491c2bb8249e0df8308d51c4b27c921f87c4f6c58 + "@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/d2ab30bc6d773e79901ef3b9b52fdfacebca89933cd54778ffb81fe88cb11391f6c610b32562cf276a67659e24626007b41e0094a215d286385ed379d89c2d02 languageName: node linkType: hard