From eab42d5df525b911e2a48b6560fa64f1b4c3a994 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Jul 2024 06:27:36 +0000 Subject: [PATCH] feat: upgrade ws from 7.5.10 to 8.18.0 Snyk has created this PR to upgrade ws from 7.5.10 to 8.18.0. See this package in npm: ws See this project in Snyk: https://app.snyk.io/org/taeb3/project/d774ea56-0f4e-4632-b2ec-86818396711a?utm_source=github&utm_medium=referral&page=upgrade-pr --- node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/package.json b/node/package.json index 0b43d4f..e4d3f5b 100644 --- a/node/package.json +++ b/node/package.json @@ -24,6 +24,6 @@ "chai": "^4.2.0", "isomorphic-ws": "^4.0.1", "q": "^1.5.1", - "ws": "^7.3.1" + "ws": "^8.18.0" } }