diff --git a/package-lock.json b/package-lock.json index abed743c..77cf4c95 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 4a8d0a76..ba7a6137 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",