From eb34ca3dc8bb39a499c6e85d2a72b578af86b5c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 May 2021 06:50:40 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-XMLHTTPREQUESTSSL-1082936 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 87bea20e..f30837fb 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "express": "^4.14.0", "less-middleware": "^2.1.0", "serve-favicon": "^2.3.0", - "socket.io": "^1.4.6", + "socket.io": "^3.0.0", "validator": "^5.4.0" }, "license": "MIT"