From 4a32d73ddca92331ac31cd06295638710f3251b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 12:36:42 +0000 Subject: [PATCH] Bump mustache from 2.1.3 to 3.1.0 in /jsconfeu-retro-art Bumps [mustache](https://github.com/janl/mustache.js) from 2.1.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/v2.1.3...v3.1.0) Signed-off-by: dependabot[bot] --- jsconfeu-retro-art/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 jsconfeu-retro-art/package.json diff --git a/jsconfeu-retro-art/package.json b/jsconfeu-retro-art/package.json old mode 100755 new mode 100644 index 15c84d0..f9a80a7 --- a/jsconfeu-retro-art/package.json +++ b/jsconfeu-retro-art/package.json @@ -24,7 +24,7 @@ "dependencies": { "underscore": "~1.8.3", "express": "~4.13.3", - "mustache": "~2.1.3", + "mustache": "~3.1.0", "socket.io": "~1.3.7" }, "devDependencies": {