From 664036c96899561926b83f5bb53c763540e77037 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 19 Apr 2021 03:23:33 +0000 Subject: [PATCH] fix: upgrade mustache from 4.1.0 to 4.2.0 Snyk has created this PR to upgrade mustache from 4.1.0 to 4.2.0. See this package in npm: https://www.npmjs.com/package/mustache See this project in Snyk: https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?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 53da0b5226..fa0d890b5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9370,9 +9370,9 @@ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" }, "mustache": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.1.0.tgz", - "integrity": "sha512-0FsgP/WVq4mKyjolIyX+Z9Bd+3WS8GOwoUTyKXT5cTYMGeauNTi2HPCwERqseC1IHAy0Z7MDZnJBfjabd4O8GQ==" + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz", + "integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==" }, "mute-stream": { "version": "0.0.8", diff --git a/package.json b/package.json index 69c1eda029..54d6c542d0 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "lru-cache": "5.1.1", "mime": "2.5.2", "mongodb": "3.6.6", - "mustache": "4.1.0", + "mustache": "4.2.0", "parse": "3.1.0", "pg-monitor": "1.4.1", "pg-promise": "10.9.2",