From 2438a192c56abb25ede1eb2f8956a04cac28ebef Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2020 07:46:34 +0000 Subject: [PATCH] Bump mustache from 3.1.0 to 4.0.0 Bumps [mustache](https://github.com/janl/mustache.js) from 3.1.0 to 4.0.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/v3.1.0...v4.0.0) Signed-off-by: dependabot-preview[bot] --- 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 fc99ef23..b1072d75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9056,9 +9056,9 @@ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, "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": "4.0.0", + "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.0.0.tgz", + "integrity": "sha512-FJgjyX/IVkbXBXYUwH+OYwQKqWpFPLaLVESd70yHjSDunwzV2hZOoTBvPf4KLoxesUzzyfTH6F784Uqd7Wm5yA==" }, "mute-stream": { "version": "0.0.8", diff --git a/package.json b/package.json index 4ebf3885..c6857352 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "hapi-swagger": "10.3.0", "json-rules-engine": "5.0.0", "knex": "0.20.4", - "mustache": "3.1.0", + "mustache": "4.0.0", "mysql": "2.17.1", "npm-run-all": "4.1.5", "parse-strings-in-object": "2.0.0",