From 66098dfa5012caeb2a3650652872026ceb4c9e3a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 May 2021 02:47:20 +0000 Subject: [PATCH] fix: result/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-1296835 --- result/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/result/package.json b/result/package.json index f7863e1a1d..1a398369d9 100644 --- a/result/package.json +++ b/result/package.json @@ -15,6 +15,6 @@ "method-override": "^2.3.5", "async": "^1.5.0", "pg": "^4.4.3", - "socket.io": "^1.3.7" + "socket.io": "^2.4.0" } }