From 9125e8a45aa012b0d0e3330a59292c80d13d1acc Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Sun, 3 Jan 2021 08:18:27 +0200 Subject: [PATCH] fix: upgrade mustache from 4.0.1 to 4.1.0 (#32) Snyk has created this PR to upgrade mustache from 4.0.1 to 4.1.0. See this package in npm: https://www.npmjs.com/package/mustache See this project in Snyk: https://app.snyk.io/org/thetutlage/project/ae20a351-e912-4192-b97c-0cc0d3d81b3f?utm_source=github&utm_medium=upgrade-pr --- 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 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" },