From ecb3d969cb091c408d44f219d32e073425811dbe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Jun 2024 15:03:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SOCKETIO-7278048 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 272dfb7..96bbfb7 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.6.2", "string-builder": "^0.1.3", "swig": "^1.4.2", "snyk": "^1.231.0"