From 37950eb06fa0377068d47ddb61ba58289c29097d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 09:27:55 +0000 Subject: [PATCH] Bump mustache from 0.8.2 to 3.1.0 Bumps [mustache](https://github.com/janl/mustache.js) from 0.8.2 to 3.1.0. - [Release notes](https://github.com/janl/mustache.js/releases) - [Changelog](https://github.com/janl/mustache.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/janl/mustache.js/compare/0.8.2...v3.1.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 5c4e930..c02d3e8 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "cheerio": "^0.17.0", "gulp-util": "^3.0.1", "mkdirp": "latest", - "mustache": "^0.8.2", + "mustache": "^3.1.0", "through2": "^0.6.3" } }