From 9ad02c0b7dd46073e7f433bf7a27bda031fba37a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 26 Feb 2021 07:56:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NUNJUCKS-1079083 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b4ed1a006e..f504fc5913 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "mongodb": "^2.2.36", "moog-require": "^1.1.0", "nodemailer": "^4.7.0", - "nunjucks": "^2.5.2", + "nunjucks": "^3.2.3", "oembetter": "^0.1.19", "passport": "^0.3.2", "passport-local": "^1.0.0",