From 05829cb4dcf67d8b62abd8bdce4f9e11f5733374 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Feb 2019 23:37:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-73638 - https://snyk.io/vuln/SNYK-JS-LODASH-73639 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3135f3531ae..5fd0955cf99 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "express": "~4.13.3", - "grunt-cli": "~0.1.13", + "grunt-cli": "~1.3.0", "mustache": "~2.2.1", "socket.io": "~1.3.7" },