From eb191b65ee8eb7d4b616a9e467b9b66e0c55a823 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2019 12:48:29 +0000 Subject: [PATCH] Bump mustache in /oasp4j-ide/presentations/overview/revealjs Bumps [mustache](https://github.com/janl/mustache.js) from 0.4.0 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.4.0...v3.1.0) Signed-off-by: dependabot[bot] --- oasp4j-ide/presentations/overview/revealjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oasp4j-ide/presentations/overview/revealjs/package.json b/oasp4j-ide/presentations/overview/revealjs/package.json index ea6045a71..d99cf4606 100644 --- a/oasp4j-ide/presentations/overview/revealjs/package.json +++ b/oasp4j-ide/presentations/overview/revealjs/package.json @@ -14,7 +14,7 @@ "underscore" : "~1.3.3", "express" : "~2.5.9", "socket.io" : "~0.9.6", - "mustache" : "~0.4.0" + "mustache" : "~3.1.0" }, "devDependencies": {} }