From 140d84df0eac4b952569bc3201bc840b7a4f8e40 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 23 Aug 2020 02:31:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GRUNT-597546 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5b116dd..b06bbbd 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "body-parser": "^1.12.4", "consolidate": "^0.15.1", "express": "^4.12.3", - "grunt": "~1.0.4", + "grunt": "~1.3.0", "grunt-cli": "^1.3.2", "grunt-contrib-clean": "~2.0.0", "grunt-contrib-concat": "~1.0.1",