From 3c0117dbe718f7a0b4fdd71bbb4f14c634e76838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2019 18:25:12 +0000 Subject: [PATCH] Bump mustache from 0.7.3 to 3.2.1 in /DeepIntro/01-Fundamentals Bumps [mustache](https://github.com/janl/mustache.js) from 0.7.3 to 3.2.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...v3.2.1) Signed-off-by: dependabot[bot] --- DeepIntro/01-Fundamentals/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 DeepIntro/01-Fundamentals/package.json diff --git a/DeepIntro/01-Fundamentals/package.json b/DeepIntro/01-Fundamentals/package.json old mode 100755 new mode 100644 index 7349037..5108aaf --- a/DeepIntro/01-Fundamentals/package.json +++ b/DeepIntro/01-Fundamentals/package.json @@ -23,7 +23,7 @@ "dependencies": { "underscore": "~1.5.1", "express": "~2.5.9", - "mustache": "~0.7.2", + "mustache": "~3.2.1", "socket.io": "~0.9.13" }, "devDependencies": {