From 2ebcaeac5b95e14295a3fb451edca536231b589b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 07:20:19 +0000 Subject: [PATCH] Bump subscriptions-transport-ws in /enatega-multivendor-restaurant Bumps [subscriptions-transport-ws](https://github.com/apollostack/subscriptions-transport-ws) from 0.9.19 to 0.11.0. - [Release notes](https://github.com/apollostack/subscriptions-transport-ws/releases) - [Changelog](https://github.com/apollographql/subscriptions-transport-ws/blob/master/CHANGELOG.md) - [Commits](https://github.com/apollostack/subscriptions-transport-ws/compare/v0.9.19...v0.11.0) --- updated-dependencies: - dependency-name: subscriptions-transport-ws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- enatega-multivendor-restaurant/package-lock.json | 10 +++++----- enatega-multivendor-restaurant/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/enatega-multivendor-restaurant/package-lock.json b/enatega-multivendor-restaurant/package-lock.json index 292f8e6..29f76f5 100644 --- a/enatega-multivendor-restaurant/package-lock.json +++ b/enatega-multivendor-restaurant/package-lock.json @@ -50,7 +50,7 @@ "react-native-tab-view": "^2.16.0", "react-native-web": "~0.19.6", "sentry-expo": "~7.2.0", - "subscriptions-transport-ws": "^0.9.16", + "subscriptions-transport-ws": "^0.11.0", "validate.js": "^0.13.1" }, "devDependencies": { @@ -17499,9 +17499,9 @@ "integrity": "sha512-3ZUifmCDCQanjeej1f6kyl/BeP/Vae5EYkQ9iJfUm/QwZvlgnZzyflqAsAWYURdtea8Vkvswu2GrC57h3qffcA==" }, "node_modules/subscriptions-transport-ws": { - "version": "0.9.19", - "resolved": "https://registry.npmjs.org/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.19.tgz", - "integrity": "sha512-dxdemxFFB0ppCLg10FTtRqH/31FNRL1y1BQv8209MK5I4CwALb7iihQg+7p65lFcIl8MHatINWBLOqpgU4Kyyw==", + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/subscriptions-transport-ws/-/subscriptions-transport-ws-0.11.0.tgz", + "integrity": "sha512-8D4C6DIH5tGiAIpp5I0wD/xRlNiZAPGHygzCe7VzyzUoxHtawzjNAY9SUTXU05/EY2NMY9/9GF0ycizkXr1CWQ==", "deprecated": "The `subscriptions-transport-ws` package is no longer maintained. We recommend you use `graphql-ws` instead. For help migrating Apollo software to `graphql-ws`, see https://www.apollographql.com/docs/apollo-server/data/subscriptions/#switching-from-subscriptions-transport-ws For general help using `graphql-ws`, see https://github.com/enisdenjo/graphql-ws/blob/master/README.md", "dependencies": { "backo2": "^1.0.2", @@ -17511,7 +17511,7 @@ "ws": "^5.2.0 || ^6.0.0 || ^7.0.0" }, "peerDependencies": { - "graphql": ">=0.10.0" + "graphql": "^15.7.2 || ^16.0.0" } }, "node_modules/subscriptions-transport-ws/node_modules/symbol-observable": { diff --git a/enatega-multivendor-restaurant/package.json b/enatega-multivendor-restaurant/package.json index 30fe4eb..9f691bb 100644 --- a/enatega-multivendor-restaurant/package.json +++ b/enatega-multivendor-restaurant/package.json @@ -77,7 +77,7 @@ "react-native-tab-view": "^2.16.0", "react-native-web": "~0.19.6", "sentry-expo": "~7.2.0", - "subscriptions-transport-ws": "^0.9.16", + "subscriptions-transport-ws": "^0.11.0", "validate.js": "^0.13.1" }, "devDependencies": {