From 9d3f7ca9e3c9921b1921cb21284541d618a26640 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Apr 2023 04:05:00 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NUNJUCKS-5431309 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 475381a00..3efc2d332 100644 --- a/package.json +++ b/package.json @@ -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.4", "on-finished": "^2.3.0", "passport": "^0.3.2", "passport-http": "0.3.0",