From 4ec9560233f23c45137fe37f669da2bda327a915 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Nov 2022 16:23:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ENGINEIO-3136336 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f277d2..7064d88 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": "^2.5.0", "util": "^0.10.3", "uuid": "^3.1.0" },