From 93b2fe81f66ccbcc38edc66a0c5accae2c5243e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2020 04:57:45 +0000 Subject: [PATCH] Bump mustache from 0.8.2 to 4.0.1 Bumps [mustache](https://github.com/janl/mustache.js) from 0.8.2 to 4.0.1. - [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...v4.0.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 5ccbe6b..0df13d4 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "memorystream": "~0.3.0", "minimist": "~1.1.0", "mktemp": "~0.3.5", - "mustache": "~0.8.2", + "mustache": "~4.0.1", "parse-color": "~1.0.0", "readdir": "~0.0.13", "shelljs": "~0.3.0",