From 57b2ed644b044f87783bce1369cd051b735b1d3f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Jun 2024 16:44:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c7e774..ce2f8f6 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,6 @@ "finalhandler": "^0.4.0", "minimist": "^1.2.0", "serve-static": "^1.10.0", - "ws": "^2.0.0" + "ws": "^5.2.4" } }