From 1b9018a1b85616aa5c32e6c2620fca46af47100e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 11:09:34 +0000 Subject: [PATCH] build(deps): bump mustache from 4.1.0 to 4.2.0 in /frontend Bumps [mustache](https://github.com/janl/mustache.js) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/janl/mustache.js/releases) - [Changelog](https://github.com/janl/mustache.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/janl/mustache.js/compare/v4.1.0...v4.2.0) Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 6 +++--- frontend/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index d4836f9d6..be1f15960 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -7844,9 +7844,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==" }, "nan": { "version": "2.14.2", diff --git a/frontend/package.json b/frontend/package.json index 02d9be30c..d6edc4848 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -52,7 +52,7 @@ }, "dependencies": { "chartist": "^0.11.3", - "mustache": "^4.1.0", + "mustache": "^4.2.0", "normalize.css": "^8.0.1", "prismjs": "^1.23.0" }