From 15f87963e9090082e1717b813aea6a653ee599a2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 5 Apr 2020 04:03:42 +0000 Subject: [PATCH] fix: upgrade mustache from 2.1.3 to 2.3.2 Snyk has created this PR to upgrade mustache from 2.1.3 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/don-smith/project/53ea134d-5507-4ed3-84a2-666277a2d0e7?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 eb923e0..bf9f53d 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dependencies": { "underscore": "~1.8.3", "express": "~4.13.3", - "mustache": "~2.1.3", + "mustache": "~2.3.2", "socket.io": "~1.3.7" }, "devDependencies": {