From 7ca8881d93ada31ef1532738bf8fc01e9f3ba14f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 14:04:31 +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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8bdfe74..daa3aa2 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "htmltidy2": "^0.1.4", "json-schema-defaults": "^0.1.1", "jsonschema": "^1.1.0", - "less": "^2.5.3", + "less": "^3.12.0", "merge": "^1.2.0", "selectn": "^1.1.1", "stream-to-promise": "^2.2.0",