diff --git a/package-lock.json b/package-lock.json index b8ed5df..3476bba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1141,9 +1141,9 @@ "dev": true }, "mustache": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/mustache/-/mustache-3.0.3.tgz", - "integrity": "sha512-vM5FkMHamTYmVYeAujypihuPrJQDtaUIlKeeVb1AMJ73OZLtWiF7GprqrjxD0gJWT53W9JfqXxf97nXQjMQkqA==" + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/mustache/-/mustache-3.2.1.tgz", + "integrity": "sha512-RERvMFdLpaFfSRIEe632yDm5nsd0SDKn8hGmcUwswnyiE5mtdZLDybtHAz6hjJhawokF0hXvGLtx9mrQfm6FkA==" }, "mute-stream": { "version": "0.0.7", diff --git a/package.json b/package.json index 16f612a..47e8ae0 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "commander": "3.0.1", "fs-extra": "8.1.0", "lodash": "4.17.15", - "mustache": "3.0.3", + "mustache": "3.2.1", "semver": "6.3.0", "strip-json-comments": "3.0.1" },