From 3c792548be473a46b65085a18fb8929e70099991 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 4 Mar 2023 02:03:25 +0000 Subject: [PATCH] fix: upgrade subscriptions-transport-ws from 0.9.19 to 0.11.0 Snyk has created this PR to upgrade subscriptions-transport-ws from 0.9.19 to 0.11.0. See this package in npm: https://www.npmjs.com/package/subscriptions-transport-ws See this project in Snyk: https://app.snyk.io/org/appointy/project/b44acc33-d748-4eaa-8a1e-7020398f64f1?utm_source=github&utm_medium=referral&page=upgrade-pr --- example/test-1/client-js/client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/test-1/client-js/client/package.json b/example/test-1/client-js/client/package.json index 6b17470..c8f021a 100644 --- a/example/test-1/client-js/client/package.json +++ b/example/test-1/client-js/client/package.json @@ -32,7 +32,7 @@ "react-router-dom": "^4.2.2", "react-scripts": "5.0.0", "react-timeago": "^3.4.3", - "subscriptions-transport-ws": "^0.9.16" + "subscriptions-transport-ws": "^0.11.0" }, "scripts": { "start": "react-scripts start",