From af0f1a259e92f23517b30ff7fd6c57938ab1a9a5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 17:05:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 475381a00..c13b6003f 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.1", "on-finished": "^2.3.0", "passport": "^0.3.2", "passport-http": "0.3.0",