diff --git a/package-lock.json b/package-lock.json index 2029186..f4d2937 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4712,9 +4712,9 @@ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, "mustache": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.0.1.tgz", - "integrity": "sha512-yL5VE97+OXn4+Er3THSmTdCFCtx5hHWzrolvH+JObZnUYwuaG7XV+Ch4fR2cIrcYI0tFHxS7iyFYl14bW8y2sA==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.1.0.tgz", + "integrity": "sha512-0FsgP/WVq4mKyjolIyX+Z9Bd+3WS8GOwoUTyKXT5cTYMGeauNTi2HPCwERqseC1IHAy0Z7MDZnJBfjabd4O8GQ==", "dev": true }, "mute-stream": { diff --git a/package.json b/package.json index 0889e08..9663b1d 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "jsonlint": "^1.6.3", "markdownlint-cli": "^0.25.0", "mocha": "^8.2.1", - "mustache": "^4.0.1", + "mustache": "^4.1.0", "nock": "^13.0.5", "npm-check-updates": "^10.2.2", "npm-run-all": "^4.1.5",