From cba90cbe0a5266e48f650d1ae10d69b1ded15e4f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 20:00:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/npm:parsejson:20170908 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 41213a1c0..f21241665 100644 --- a/package.json +++ b/package.json @@ -18,10 +18,10 @@ "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-client": "3.1.2", "jsonm": "1.0.6", "http-error": "~0.0.5", - "less": "^2.4.0", + "less": "^3.12.0", "mime": "~1.2.9", "mkdirp": "~0.3.5", "msgpack-js-browser": "~0.1.4",