From e986a282391c2fb644618e4eb320aeefc4be416b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2019 16:17:41 +0000 Subject: [PATCH] Bump mustache from 0.8.2 to 3.1.0 in /msl-server-node Bumps [mustache](https://github.com/janl/mustache.js) from 0.8.2 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.8.2...v3.1.0) Signed-off-by: dependabot[bot] --- msl-server-node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msl-server-node/package.json b/msl-server-node/package.json index 5812b1e..4dad5cc 100644 --- a/msl-server-node/package.json +++ b/msl-server-node/package.json @@ -10,7 +10,7 @@ "cors": "^2.8.1", "express": "~4.5.1", "md5": "^2.1.0", - "mustache": "~0.8.2", + "mustache": "~3.1.0", "minimist": "~0.2.0", "resolve": "~0.5.1", "body-parser": "~1.10.0",