From 91b72ccb85daa5f457d8838cc6dfc53711dd76de Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Mar 2020 04:05:24 +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/1a6f6127-f58c-4ef2-8c25-8e2ced7d9cef?utm_source=github&utm_medium=upgrade-pr --- presentations/intro/plugin/multiplex/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentations/intro/plugin/multiplex/package.json b/presentations/intro/plugin/multiplex/package.json index 1d0e429..8766055 100644 --- a/presentations/intro/plugin/multiplex/package.json +++ b/presentations/intro/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"