From 0b08b26d8e57e3f96c9a6e648881b92711c38809 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Jan 2026 19:14:33 +0000 Subject: [PATCH] fix: client/js/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- client/js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/js/package.json b/client/js/package.json index d92c1bf165..86a7ebe266 100644 --- a/client/js/package.json +++ b/client/js/package.json @@ -21,7 +21,7 @@ "semiver": "^1.1.0", "textlinestream": "^1.1.1", "typescript": "^5.0.0", - "ws": "^8.13.0" + "ws": "^8.17.1" }, "devDependencies": { "@types/ws": "^8.5.10",