From 6882134347b70398179c2a0b3d68ee9ddee7ec53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2020 06:30:47 +0000 Subject: [PATCH] Bump mustache Bumps [mustache](https://github.com/janl/mustache.js) from 0.7.3 to 4.0.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...v4.0.0) Signed-off-by: dependabot[bot] --- .../revealjs_presentation/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Multivariate Analysis/MultidimensionalScaling_files/revealjs_presentation/package.json b/Multivariate Analysis/MultidimensionalScaling_files/revealjs_presentation/package.json index 10489bb..cca652e 100644 --- a/Multivariate Analysis/MultidimensionalScaling_files/revealjs_presentation/package.json +++ b/Multivariate Analysis/MultidimensionalScaling_files/revealjs_presentation/package.json @@ -23,7 +23,7 @@ "dependencies": { "underscore": "~1.5.1", "express": "~2.5.9", - "mustache": "~0.7.2", + "mustache": "~4.0.0", "socket.io": "~0.9.16" }, "devDependencies": {