From d005d70b8d089be0fd416242c21b641238860b2f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Mar 2020 21:21:58 +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/beauremus/project/cdd4b3b4-5c2f-42c6-9190-f67715840805?utm_source=github&utm_medium=upgrade-pr --- presentations/immutability/plugin/multiplex/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentations/immutability/plugin/multiplex/package.json b/presentations/immutability/plugin/multiplex/package.json index 1d0e429..8766055 100644 --- a/presentations/immutability/plugin/multiplex/package.json +++ b/presentations/immutability/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"