From 19f882031cb1b467e51d06d8cc9e8e334d49d79d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Sep 2024 05:19:31 +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 272dfb7..7556db2 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "body-parser": "^1.12.3", "express": "^4.12.3", "mysql": "^2.6.2", - "socket.io": "^3.0.0", + "socket.io": "^4.8.0", "string-builder": "^0.1.3", "swig": "^1.4.2", "snyk": "^1.231.0"