From aba97c8c37c44ecb792e2d4f9f86b78f335e29a2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Nov 2019 05:31:10 +0000 Subject: [PATCH] chore: upgrade mustache from 3.0.1 to 3.1.0 Snyk has created this PR to upgrade mustache from 3.0.1 to 3.1.0. See this package in NPM: https://www.npmjs.com/package/mustache See this project in Snyk: https://app.snyk.io/org/ajesse11x/project/f5c67bd0-da18-480c-abea-dab942001dac?utm_source=github&utm_medium=upgrade-pr --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 446eb679f..482d44685 100644 --- a/client/package.json +++ b/client/package.json @@ -4,7 +4,7 @@ "main": "www/main.js", "dependencies": { "jquery": "3.3.1", - "mustache": "3.0.1", + "mustache": "3.1.0", "request": "2.88.0", "tar": "4.4.8", "ws": "6.1.2"