From ee4bde5ce63a6f79fe223dcc09041427138da08c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Oct 2020 05:54:01 +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 e91ce67..adc9a0f 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "mkdirp": "~0.3.5", "lodash": "~1.3.1", - "load-grunt-tasks": "~0.1.0", + "load-grunt-tasks": "~0.2.0", "semver": "~2.1.0" } }