From b740ce35c53bf0eba0de8499ae8cf5a611a5d124 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 16:19:32 +0000 Subject: [PATCH] Bump grunt-exec from 0.4.7 to 3.0.0 Bumps [grunt-exec](https://github.com/jharding/grunt-exec) from 0.4.7 to 3.0.0. - [Release notes](https://github.com/jharding/grunt-exec/releases) - [Commits](https://github.com/jharding/grunt-exec/compare/v0.4.7...v3.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2fee2fb..a209fb8 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "grunt-contrib-clean": "~0.5.0", "grunt-contrib-coffee": "~0.7.0", "grunt-contrib-watch": "~0.5.3", - "grunt-exec": "~0.4.2", + "grunt-exec": "~3.0.0", "grunt-jsonlint": "~1.0.2", "grunt-notify": "~0.2.16", "mocha": "~1.14.0",