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" }