From 1304404c4a52d4e638267ef534f28d44f835466c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Jun 2024 01:26:39 +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..f55f7ec 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.7.0", "string-builder": "^0.1.3", "swig": "^1.4.2", "snyk": "^1.231.0"