From e777709bea99b8962d7cf3bf8767296241022313 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 02:11:36 +0000 Subject: [PATCH] build(deps): bump graphql-subscriptions from 2.0.0 to 3.0.0 in /backend Bumps [graphql-subscriptions](https://github.com/apollographql/graphql-subscriptions) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/apollographql/graphql-subscriptions/releases) - [Changelog](https://github.com/apollographql/graphql-subscriptions/blob/master/CHANGELOG.md) - [Commits](https://github.com/apollographql/graphql-subscriptions/compare/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: graphql-subscriptions dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/package.json | 2 +- backend/yarn.lock | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/backend/package.json b/backend/package.json index 78dec2714..28b62ad2d 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 8dc48771a..d28925a60 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -6545,12 +6545,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" @@ -7388,7 +7386,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==