From d7d8732ef411b514946c7d55adc20bec8433ca6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2019 12:09:51 +0000 Subject: [PATCH] Bump mustache from 0.4.0 to 3.1.0 in /lib/reveal Bumps [mustache](https://github.com/janl/mustache.js) from 0.4.0 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.4.0...v3.1.0) Signed-off-by: dependabot[bot] --- lib/reveal/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/reveal/package.json b/lib/reveal/package.json index 8da6168..cf67a1a 100644 --- a/lib/reveal/package.json +++ b/lib/reveal/package.json @@ -23,7 +23,7 @@ "dependencies": { "underscore": "~1.3.3", "express": "~2.5.9", - "mustache": "~0.4.0", + "mustache": "~3.1.0", "socket.io": "~0.9.13" }, "devDependencies": {