From dbb0fe53573e2b732a1b5f1c1d6138dcb1172e0f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2019 16:13:44 +0000 Subject: [PATCH] build(deps): Bump mustache from 3.0.1 to 3.0.2 Bumps [mustache](https://github.com/janl/mustache.js) from 3.0.1 to 3.0.2. - [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/v3.0.1...v3.0.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ca69ff55..632f9034 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5220,9 +5220,9 @@ } }, "mustache": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/mustache/-/mustache-3.0.1.tgz", - "integrity": "sha512-jFI/4UVRsRYdUbuDTKT7KzfOp7FiD5WzYmmwNwXyUVypC0xjoTL78Fqc0jHUPIvvGD+6DQSPHIt1NE7D1ArsqA==" + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/mustache/-/mustache-3.0.2.tgz", + "integrity": "sha512-64neoEgmozb8e/ecGBOSE+RfnevLSFzCI0UKPcrWmjv953/8fXhYO9+EQFtfbi6hwoFxcTA+Fp5mRiOiI9eTuA==" }, "mute-stream": { "version": "0.0.7", diff --git a/package.json b/package.json index 57c753df..8398bc50 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "js-yaml": "^3.13.1", "jsonfile": "^5.0.0", "md5-file": "^4.0.0", - "mustache": "^3.0.1", + "mustache": "^3.0.2", "netaddr": "^1.1.0", "node-powershell": "^4.0.0", "node-vagrant": "^1.3.9",