From b00e5d63e8e2b5d60521226d41b0ce35fa9d5564 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 May 2024 16:54:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAWK-6969142 --- 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",