From 944bd5ddf3dafba96358e8d8d02ffdbca434e6cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 04:13:58 +0000 Subject: [PATCH] chore(deps): bump mustache from 4.1.0 to 4.2.0 (#178) --- 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 5dc3fc4..8bf2cd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2963,9 +2963,9 @@ "dev": true }, "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==", "dev": true }, "nanoid": { diff --git a/package.json b/package.json index 190bd2c..b91d19e 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "eslint-plugin-promise": "4.3.1", "eslint-plugin-standard": "5.0.0", "mocha": "8.3.2", - "mustache": "4.1.0", + "mustache": "4.2.0", "nyc": "15.1.0", "sinon": "10.0.0", "source-map-support": "0.5.19",