From 9132f8aaee4e2df5c12b6763b482ffeee9f3e832 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2020 19:12:43 +0000 Subject: [PATCH] Bump nunjucks from 1.3.4 to 3.2.1 Bumps [nunjucks](https://github.com/mozilla/nunjucks) from 1.3.4 to 3.2.1. - [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/1.3.4...v3.2.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ccc572e..78c44f9 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "express": "^4.12.4", "handlebars": "^3.0.3", "jade": "^1.11.0", - "nunjucks": "^1.3.4", + "nunjucks": "^3.2.1", "coffee-script": "^1.9.3", "synchronize": "^0.9.14" },