From c6413ba594467f70472536f1a63db11fb46f4246 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Apr 2020 23:39:33 -0500 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/walmart-poc/project/9e3f7631-7628-4f8b-8efc-d919e1c0a21c?utm_source=github&utm_medium=upgrade-pr --- assets/wmt/reveal/plugin/multiplex/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/wmt/reveal/plugin/multiplex/package.json b/assets/wmt/reveal/plugin/multiplex/package.json index 368bfd6..a0f0273 100644 --- a/assets/wmt/reveal/plugin/multiplex/package.json +++ b/assets/wmt/reveal/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"