From 987bd3515df7bd3b4488be17c49e812b9a6d8b25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 22:27:54 +0000 Subject: [PATCH] Bump nunjucks from 1.3.4 to 3.2.0 Bumps [nunjucks](https://github.com/mozilla/nunjucks) from 1.3.4 to 3.2.0. - [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.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 833be53..f15e8e0 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,6 @@ "metalsmith-navigation": "^0.0.7", "metalsmith-permalinks": "^0.4.0", "metalsmith-watch": "^0.1.1", - "nunjucks": "^1.1.0" + "nunjucks": "^3.2.0" } }