From c54acbb7e539e295a986e579e3dcb84f9221aba8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Jul 2025 09:17:38 +0000 Subject: [PATCH] feat: upgrade ws from 7.5.10 to 8.18.3 Snyk has created this PR to upgrade ws from 7.5.10 to 8.18.3. 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..37f94ac 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.3" } }