From a4b24ec00a8c292de8b434f927414f07f91b1706 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 Jan 2020 01:41:10 +0000 Subject: [PATCH] fix: upgrade mustache from 3.1.0 to 3.2.1 Snyk has created this PR to upgrade mustache from 3.1.0 to 3.2.1. See this package in NPM: https://www.npmjs.com/package/mustache See this project in Snyk: https://app.snyk.io/org/bluewallet/project/29c066bc-abce-44d9-b68e-064466e610e7?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 30fce212..786bede8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4168,9 +4168,9 @@ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" }, "mustache": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/mustache/-/mustache-3.1.0.tgz", - "integrity": "sha512-3Bxq1R5LBZp7fbFPZzFe5WN4s0q3+gxZaZuZVY+QctYJiCiVgXHOTIC0/HgZuOPFt/6BQcx5u0H2CUOxT/RoGQ==" + "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 4c9c40c0..a7b23feb 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "ioredis": "^4.15.1", "jayson": "^2.1.0", "morgan": "^1.9.1", - "mustache": "^3.0.1", + "mustache": "^3.2.1", "node-uuid": "^1.4.8", "prettier": "^1.19.1", "request": "^2.88.0",