From 8ed760aa353f4e5debfa7fc0ba2fa87137c822ed Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 May 2021 06:14:32 +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 c2bce53..9fae6b9 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,6 @@ "opener": "^1.5.1", "require-reload": "^0.2.2", "watch": "^1.0.2", - "socket.io": "^2.0.2" + "socket.io": "^3.0.0" } }