From f4a4f6de5b0b58d558975def4d62567e7dd0ea68 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 16:26:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f277d2..fe158be 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.1.0", "util": "^0.10.3", "uuid": "^3.1.0" },