From 7798a2ce45a3673dcc1f113f2018a9d675a34171 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Aug 2021 01:18:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/npm:ms:20170412 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 208ce32bc..a25b0a292 100644 --- a/package.json +++ b/package.json @@ -316,7 +316,7 @@ "qjobs": "^1.1.4", "range-parser": "^1.2.0", "rimraf": "^2.3.3", - "socket.io": "1.4.7", + "socket.io": "2.0.0", "source-map": "^0.5.3", "tmp": "0.0.28", "useragent": "^2.1.9"