From d74af3bd57c3968b4d1cbfb0e29fc710cf7ec7e8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2020 04:41:07 +0000 Subject: [PATCH] Bump grunt-shell from 0.1.4 to 3.0.1 Bumps [grunt-shell](https://github.com/sindresorhus/grunt-shell) from 0.1.4 to 3.0.1. - [Release notes](https://github.com/sindresorhus/grunt-shell/releases) - [Commits](https://github.com/sindresorhus/grunt-shell/compare/v0.1.4...v3.0.1) 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 6483f8f..70287f5 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "devDependencies": { "grunt": "~0.3.15", "nodeunit": "~0.7.4", - "grunt-shell": "~0.1.4", + "grunt-shell": "~3.0.1", "doxx": "~0.7.0" } }