From 89b33512d8252560be9d57797d838ee304d138b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 16:58:19 +0000 Subject: [PATCH] Bump nunjucks from 1.0.7 to 3.2.2 Bumps [nunjucks](https://github.com/mozilla/nunjucks) from 1.0.7 to 3.2.2. - [Release notes](https://github.com/mozilla/nunjucks/releases) - [Changelog](https://github.com/mozilla/nunjucks/blob/master/CHANGELOG.md) - [Commits](https://github.com/mozilla/nunjucks/compare/v1.0.7...v3.2.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63f4581..c8aa831 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "express": "~3.4.0", "express-monkey-patch": "~0.1.1", - "nunjucks": "~1.0.4", + "nunjucks": "~3.2.2", "optimist": "~0.6.0", "client-sessions": "~0.4.0", "config-store": "~0.2.0",