From ebb9f4fffb9bab14e6c6ea66bfe139fd28311df6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2020 11:41:25 +0000 Subject: [PATCH] Bump mustache in /content/static/tutorial/util/reveal Bumps [mustache](https://github.com/janl/mustache.js) from 0.4.0 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.4.0...v4.0.1) Signed-off-by: dependabot[bot] --- content/static/tutorial/util/reveal/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/static/tutorial/util/reveal/package.json b/content/static/tutorial/util/reveal/package.json index c2e6d3d..c226c7c 100644 --- a/content/static/tutorial/util/reveal/package.json +++ b/content/static/tutorial/util/reveal/package.json @@ -23,7 +23,7 @@ "dependencies": { "underscore": "~1.3.3", "express": "~2.5.9", - "mustache": "~0.4.0", + "mustache": "~4.0.1", "socket.io": "~0.9.13" }, "devDependencies": {