From f2dc3daf652a3417df9815d407bc2546d4bf4d36 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 May 2024 11:53:20 +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 475381a00..115048421 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "helmet": "^2.1.1", "i18n": "^0.8.3", "js-yaml": "^3.6.1", - "less": "^2.7.1", + "less": "^3.0.2", "lodash": "^4.13.1", "md5": "^2.1.0", "moment": "^2.14.1",