diff --git a/backend/package.json b/backend/package.json index 4ca74d1c4..5b04cbeef 100644 --- a/backend/package.json +++ b/backend/package.json @@ -49,7 +49,7 @@ "graphql-middleware": "~6.1.35", "graphql-redis-subscriptions": "^2.7.0", "graphql-shield": "^7.6.5", - "graphql-subscriptions": "^2.0.0", + "graphql-subscriptions": "^3.0.0", "graphql-upload": "^13.0.0", "graphql-ws": "^5.16.2", "helmet": "~8.1.0", diff --git a/backend/yarn.lock b/backend/yarn.lock index 7e1564ed0..ecb2b3494 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -6550,12 +6550,10 @@ graphql-shield@^7.6.5: tslib "^2.4.0" yup "^0.32.0" -graphql-subscriptions@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/graphql-subscriptions/-/graphql-subscriptions-2.0.0.tgz#11ec181d475852d8aec879183e8e1eb94f2eb79a" - integrity sha512-s6k2b8mmt9gF9pEfkxsaO1lTxaySfKoEJzEfmwguBbQ//Oq23hIXCfR1hm4kdh5hnR20RdwB+s3BCb+0duHSZA== - dependencies: - iterall "^1.3.0" +graphql-subscriptions@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/graphql-subscriptions/-/graphql-subscriptions-3.0.0.tgz#820c846ef271414c08f64827b5c9a192801e1b6f" + integrity sha512-kZCdevgmzDjGAOqH7GlDmQXYAkuHoKpMlJrqF40HMPhUhM5ZWSFSxCwD/nSi6AkaijmMfsFhoJRGJ27UseCvRA== graphql-tools@^4.0.7: version "4.0.8" @@ -7393,7 +7391,7 @@ istanbul-reports@^3.1.3: html-escaper "^2.0.0" istanbul-lib-report "^3.0.0" -iterall@^1.1.3, iterall@^1.2.1, iterall@^1.3.0: +iterall@^1.1.3, iterall@^1.2.1: version "1.3.0" resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.3.0.tgz#afcb08492e2915cbd8a0884eb93a8c94d0d72fea" integrity sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==