From 83a0de4a2aeaf58c78262b9b9cf4661a2479b4e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Oct 2020 15:24:55 +0000 Subject: [PATCH] Bump mustache from 0.7.3 to 4.0.1 in /demo Bumps [mustache](https://github.com/janl/mustache.js) from 0.7.3 to 4.0.1. - [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/0.7.3...v4.0.1) Signed-off-by: dependabot[bot] --- demo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/package.json b/demo/package.json index c56426c..4e39ec5 100644 --- a/demo/package.json +++ b/demo/package.json @@ -11,6 +11,6 @@ "dependencies": { "express": "~3.4.4", "consolidate": "~0.9.1", - "mustache": "~0.7.3" + "mustache": "~4.0.1" } }