From a6adbb81a9ea91272e7a1803086cf5bb01b44c0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2020 19:24:08 +0000 Subject: [PATCH] Bump mustache from 0.7.3 to 4.0.1 in /abel/template2014 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] --- abel/template2014/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abel/template2014/package.json b/abel/template2014/package.json index b92c0bc..8eacb9c 100644 --- a/abel/template2014/package.json +++ b/abel/template2014/package.json @@ -23,7 +23,7 @@ "dependencies": { "underscore": "~1.5.1", "express": "~2.5.9", - "mustache": "~0.7.2", + "mustache": "~4.0.1", "socket.io": "~0.9.13" }, "devDependencies": {