From 3501d632971b2ee9c87dca9d1797cea7b7e373b2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 May 2021 19:09:25 +0000 Subject: [PATCH] fix: upgrade load-grunt-tasks from 0.2.1 to 0.6.0 Snyk has created this PR to upgrade load-grunt-tasks from 0.2.1 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/revagomes/project/50cd56fd-ae04-4d92-bf4e-f380a7896c58?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 38e1479..69aa4e0 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ "grunt-contrib-connect": "~0.5.0" }, "dependencies": { - "load-grunt-tasks": "~0.2.0" + "load-grunt-tasks": "~0.6.0" } }