From beed96ba21454d6fc9059d26198eb5f70c4285ec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Mar 2020 08:11:10 +0000 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/appsec-5y8/project/456c04f0-a042-44b4-b850-851e37e1f502?utm_source=github&utm_medium=upgrade-pr --- docs/plugin/multiplex/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugin/multiplex/package.json b/docs/plugin/multiplex/package.json index 1d0e429..8766055 100644 --- a/docs/plugin/multiplex/package.json +++ b/docs/plugin/multiplex/package.json @@ -12,7 +12,7 @@ "dependencies": { "express": "~4.16.0", "grunt-cli": "~1.3.0", - "mustache": "~2.2.1", + "mustache": "~2.3.2", "socket.io": "~2.0.0" }, "license": "MIT"