From f8c2ab23e5861991fa05e8ec33c5945816827fd3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Apr 2021 07:55:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-XMLHTTPREQUESTSSL-1255647 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c7bbe71..2639fce 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,6 @@ "request": "^2.78.0", "rethinkdb": "^2.3.3", "simple-service-registry": "^0.1.1", - "socket.io": "^1.4.8" + "socket.io": "^3.0.0" } }