From bf71ba7f9cad3430df9befe60bd9c3463887e255 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Sep 2020 23:02:23 +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/sarahu/project/ebe963c2-6081-4d6b-adc0-315e18959ce3?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3135f3531ae..b3241d4d0cc 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dependencies": { "express": "~4.13.3", "grunt-cli": "~0.1.13", - "mustache": "~2.2.1", + "mustache": "~2.3.2", "socket.io": "~1.3.7" }, "devDependencies": {