From 6947f86b55664881fb6b64a7a5d4817fe564512b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Jun 2022 07:21:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAWK-2808852 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 41213a1c0..325976f25 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "engine.io-client": "1.6.9", "jsonm": "1.0.6", "http-error": "~0.0.5", - "less": "^2.4.0", + "less": "^3.0.2", "mime": "~1.2.9", "mkdirp": "~0.3.5", "msgpack-js-browser": "~0.1.4",