From 23adffff3c6e59a601c5164f326cb1fbee1a208d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2019 05:01:43 +0000 Subject: [PATCH] Update grunt-shell requirement from ~0.1.4 to ~1.1.2 Updates the requirements on [grunt-shell](https://github.com/sindresorhus/grunt-shell) to permit the latest version. - [Release notes](https://github.com/sindresorhus/grunt-shell/releases) - [Commits](https://github.com/sindresorhus/grunt-shell/compare/v0.1.4...v1.1.2) 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..e14887f 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": "~1.1.2", "doxx": "~0.7.0" } }