From 1b17cccf65688d112b9ba7eebd7c76af50c00ed5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Nov 2022 15:49:00 +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 675cd89..adc85a9 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "passport": "~0.3.2", "passport-local": "~0.1.6", "serve-favicon": "~2.0.1", - "socket.io": "^1.0.6", + "socket.io": "^2.5.0", "socket.io-client": "^1.0.6", "socketio-jwt": "^2.0.2" },