From 30a69269552a50cb6a91d04bbd33640e8d8a9224 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2019 13:29:10 +0000 Subject: [PATCH] Update grunt-exec requirement from ~1.0.1 to ~3.0.0 Updates the requirements on [grunt-exec](https://github.com/jharding/grunt-exec) to permit the latest version. - [Release notes](https://github.com/jharding/grunt-exec/releases) - [Commits](https://github.com/jharding/grunt-exec/compare/v1.0.1...v3.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e3110daf..b97957a4 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "grunt-contrib-sass": "~1.0.0", "grunt-contrib-uglify": "~4.0.1", "grunt-contrib-watch": "~1.1.0", - "grunt-exec": "~1.0.1", + "grunt-exec": "~3.0.0", "grunt-open": "0.2.3", "matchdep": "~2.0.0" }