From b52cc5f10b2f3f4d3d4816dcec56935e9ea56d3e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 9 Sep 2018 06:33:03 +0000 Subject: [PATCH] fix: scripts/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 --- scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/package.json b/scripts/package.json index 2ef84482e..703265a45 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -43,7 +43,7 @@ "grunt-contrib-watch": "0.5.3", "grunt-env": "latest", "grunt-express": "~1.3.5", - "grunt-karma": "~0.8.3", + "grunt-karma": "~3.0.0", "grunt-ngmin": "~0.0.2", "grunt-rev": "~0.1.0", "grunt-text-replace": "0.4.0",