From 6950bd8fb2b37d4ee1456b35e3c4bf805132d8c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 12:22:56 +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 | 11 ++++++----- enatega-multivendor-restaurant/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/enatega-multivendor-restaurant/package-lock.json b/enatega-multivendor-restaurant/package-lock.json index bb5f239..1a59594 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.0.0", - "subscriptions-transport-ws": "^0.9.16", + "subscriptions-transport-ws": "^0.11.0", "validate.js": "^0.13.1" }, "devDependencies": { @@ -16203,10 +16203,11 @@ "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", + "license": "MIT", "dependencies": { "backo2": "^1.0.2", "eventemitter3": "^3.1.0", @@ -16215,7 +16216,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 67b0490..70af292 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.0.0", - "subscriptions-transport-ws": "^0.9.16", + "subscriptions-transport-ws": "^0.11.0", "validate.js": "^0.13.1" }, "devDependencies": {