From f6ab78f32b99a598dd9f0802b5ae98484e9e92c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 May 2021 00:57:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-1296835 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 41213a1c0..a578b343b 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,8 @@ "debug": "~0.7.4", "ejs": "~1.0.0", "emmet": "git+https://github.com/cloud9ide/emmet-core.git#2ff6dc06ad", - "engine.io": "1.6.9", - "engine.io-client": "1.6.9", + "engine.io": "3.4.0", + "engine.io-client": "3.5.0", "jsonm": "1.0.6", "http-error": "~0.0.5", "less": "^2.4.0", @@ -37,7 +37,7 @@ "through": "2.2.0", "tmp": "~0.0.20", "uglify-js": "~2.6.2", - "ws": "1.0.1", + "ws": "7.4.6", "read": "~1.0.5", "form-data": "~0.2.0", "chai": "~1.5.0",