From 78e66a6b361a57a4e5f0e3dee9a4f97c7374ff7a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Nov 2022 04:05:06 +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 c2372e3..bb4f50c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "serve-favicon": "^2.3.0", "hypertimer": "^2.1.3", "sift": "^3.2.1", - "socket.io": "^1.4.5", + "socket.io": "^2.5.0", "underscore": "^1.8.3", "which": "^1.2.4", "winston": "^2.2.0",