From da4dab78ac1cda412dd4ac5909bd12847118829a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 May 2020 16:57:14 +0800 Subject: [PATCH] fix: upgrade mustache from 2.2.1 to 2.3.2 Snyk has created this PR to upgrade mustache from 2.2.1 to 2.3.2. See this package in NPM: https://www.npmjs.com/package/mustache See this project in Snyk: https://app.snyk.io/org/atooq/project/1fde8f0e-4758-4458-a4e8-507d4de85a5d?utm_source=github&utm_medium=upgrade-pr --- themes/docdock/static/revealjs/plugin/multiplex/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/docdock/static/revealjs/plugin/multiplex/package.json b/themes/docdock/static/revealjs/plugin/multiplex/package.json index bbed77a6..0eb0e486 100755 --- a/themes/docdock/static/revealjs/plugin/multiplex/package.json +++ b/themes/docdock/static/revealjs/plugin/multiplex/package.json @@ -12,7 +12,7 @@ "dependencies": { "express": "~4.13.3", "grunt-cli": "~0.1.13", - "mustache": "~2.2.1", + "mustache": "~2.3.2", "socket.io": "~1.3.7" }, "license": "MIT"