From 4917cf074d83c460d0d9b55bed8dc344e63d7463 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2019 14:40:40 +0000 Subject: [PATCH] Bump mustache from 0.7.3 to 3.1.0 in /reveal.js Bumps [mustache](https://github.com/janl/mustache.js) from 0.7.3 to 3.1.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/0.7.3...v3.1.0) Signed-off-by: dependabot[bot] --- reveal.js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 reveal.js/package.json diff --git a/reveal.js/package.json b/reveal.js/package.json old mode 100755 new mode 100644 index 5debdd2..e57b0d3 --- a/reveal.js/package.json +++ b/reveal.js/package.json @@ -23,7 +23,7 @@ "dependencies": { "underscore": "~1.5.1", "express": "~2.5.9", - "mustache": "~0.7.2", + "mustache": "~3.1.0", "socket.io": "~0.9.13" }, "devDependencies": {