From fd747572a7a5b85b3d6f957217c96ee3b6e0287c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Jul 2025 10:39:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-3091012 - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-1056752 - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f277d2..ef06c11 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "fs": "0.0.2", "multer": "^0.1.8", "pg-promise": "^5.9.7", - "socket.io": "^1.3.5", + "socket.io": "^4.8.0", "util": "^0.10.3", "uuid": "^3.1.0" },