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
This commit is contained in:
snyk-bot 2020-01-25 01:41:10 +00:00 committed by Overtorment
parent 0a0bf5caa3
commit a4b24ec00a
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -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",

View File

@ -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",