From 3e57d1e64300f2543f5e414f52a00309d52b7b3c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 18:17:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 475381a00..da38d1934 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.12.0", "lodash": "^4.13.1", "md5": "^2.1.0", "moment": "^2.14.1", @@ -83,7 +83,7 @@ "multer": "^1.1.0", "node-xmpp-server": "^2.2.0", "node_hash": "^0.2.0", - "nunjucks": "^2.4.2", + "nunjucks": "^3.2.1", "on-finished": "^2.3.0", "passport": "^0.3.2", "passport-http": "0.3.0",