From 9744bb01e2c468a07599043cea3fe16482cfa03d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2019 17:42:57 +0000 Subject: [PATCH] Bump mustache from 1.2.0 to 3.1.0 Bumps [mustache](https://github.com/janl/mustache.js) from 1.2.0 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/v1.2.0...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 e4dbc2d..34d59a1 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "lodash": "^3.3.1", "lwip": "0.0.6", "mkdirp": "^0.5.0", - "mustache": "^1.1.0", + "mustache": "^3.1.0", "nomnom": "^1.8.1", "through2": "^0.6.3", "vinyl": "^0.4.6",