diff --git a/package.json b/package.json index b715cbd1..8250f666 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "class-validator": "^0.13.1", "graphql": "^15.5.3", "graphql-scalars": "^1.10.1", - "graphql-subscriptions": "^1.2.1", + "graphql-subscriptions": "2.0.0", "passport": "^0.4.1", "passport-jwt": "^4.0.0", "reflect-metadata": "^0.1.13", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5418af72..b91922ae 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -32,7 +32,7 @@ specifiers: eslint-plugin-prettier: 4.0.0 graphql: ^15.5.3 graphql-scalars: ^1.10.1 - graphql-subscriptions: ^1.2.1 + graphql-subscriptions: 2.0.0 jest: 27.5.1 lint-staged: 12.3.3 passport: ^0.4.1 @@ -66,7 +66,7 @@ dependencies: class-validator: 0.13.1 graphql: 15.6.0 graphql-scalars: 1.10.1_graphql@15.6.0 - graphql-subscriptions: 1.2.1_graphql@15.6.0 + graphql-subscriptions: 2.0.0_graphql@15.6.0 passport: 0.4.1 passport-jwt: 4.0.0 reflect-metadata: 0.1.13 @@ -3885,10 +3885,10 @@ packages: tslib: 2.3.1 dev: false - /graphql-subscriptions/1.2.1_graphql@15.6.0: - resolution: {integrity: sha512-95yD/tKi24q8xYa7Q9rhQN16AYj5wPbrb8tmHGM3WRc9EBmWrG/0kkMl+tQG8wcEuE9ibR4zyOM31p5Sdr2v4g==} + /graphql-subscriptions/2.0.0_graphql@15.6.0: + resolution: {integrity: sha512-s6k2b8mmt9gF9pEfkxsaO1lTxaySfKoEJzEfmwguBbQ//Oq23hIXCfR1hm4kdh5hnR20RdwB+s3BCb+0duHSZA==} peerDependencies: - graphql: ^0.10.5 || ^0.11.3 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 + graphql: ^15.7.2 || ^16.0.0 dependencies: graphql: 15.6.0 iterall: 1.3.0