diff --git a/package-lock.json b/package-lock.json index b434392..d629a90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2587,9 +2587,9 @@ "dev": true }, "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==" }, "mute-stream": { "version": "0.0.7", diff --git a/package.json b/package.json index 82da54c..d1449af 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "cookie": "^0.4.1", - "mustache": "^4.0.1", + "mustache": "^4.1.0", "stack-trace": "0.0.10", "@types/stack-trace": "^0.0.29" },