From acad78e8341a88b4180cb3f4067cd3b2b7e41dd2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2019 14:06:49 +0000 Subject: [PATCH] fix(deps): update cross-spawn requirement from 6.0.5 to 7.0.0 Updates the requirements on [cross-spawn](https://github.com/moxystudio/node-cross-spawn) to permit the latest version. - [Release notes](https://github.com/moxystudio/node-cross-spawn/releases) - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v6.0.5...v7.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 b0ef95431..d4b0a27ac 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "caseless": "0.12.0", "chai": "4.2.0", "clone": "2.1.2", - "cross-spawn": "6.0.5", + "cross-spawn": "7.0.0", "dredd-transactions": "9.0.6", "gavel": "8.0.5", "glob": "7.1.4",