From 07548dbfbc5271dcb4a25a1d696a175e0142c4a8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Oct 2020 02:12:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7713f15..6c19280 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "homepage": "https://github.com/xl8/grunt-version-bump", "dependencies": { "detect-indent": "~0.1.3", - "grunt": "~0.4.2" + "grunt": "~1.0.0" }, "devDependencies": { "grunt-contrib-nodeunit": "~0.2.2",