From eba67804ef0edfa0fb42730c4af1aee9a964cda3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 May 2025 07:54:16 +0000 Subject: [PATCH] feat: upgrade ws from 7.5.10 to 8.18.2 Snyk has created this PR to upgrade ws from 7.5.10 to 8.18.2. 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..468206e 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.2" } }