From 14517a2f45243ed42d62b732f33a0e12aa76112d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Oct 2022 19:51:09 +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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f277d2..8ed6e13 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": "^3.0.0", "util": "^0.10.3", "uuid": "^3.1.0" },