From ef3c0e025ddbe096b8a6d8aec42b8a18f5f74329 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Mar 2021 08:52:39 +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/phaberest/project/e760b34f-447f-4d9a-9854-121d6f8a68fc?utm_source=github&utm_medium=upgrade-pr --- plugin/multiplex/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/multiplex/package.json b/plugin/multiplex/package.json index bbed77a..0eb0e48 100644 --- a/plugin/multiplex/package.json +++ b/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"