From 1833dd70cdeac8fdded8b30bae9f687393da279f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 May 2020 00:54:28 -0500 Subject: [PATCH] fix: upgrade load-grunt-tasks from 0.1.3 to 0.6.0 Snyk has created this PR to upgrade load-grunt-tasks from 0.1.3 to 0.6.0. See this package in NPM: https://www.npmjs.com/package/load-grunt-tasks See this project in Snyk: https://app.snyk.io/org/phearzero/project/a6794ecd-67b8-4073-bd17-9a357f4b9e9f?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e91ce67..b8929cf 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.6.0", "semver": "~2.1.0" } }