From 4840eb450a25070e3dd772f2f811ea37a7b9ab5f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2019 04:16:06 +0000 Subject: [PATCH] Chore(deps-dev): Bump execa from 1.0.0 to 4.0.0 Bumps [execa](https://github.com/sindresorhus/execa) from 1.0.0 to 4.0.0. - [Release notes](https://github.com/sindresorhus/execa/releases) - [Commits](https://github.com/sindresorhus/execa/compare/v1.0.0...v4.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 a06ff5e..3b5ae3b 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "devDependencies": { "ava": "*", - "execa": "^1.0.0", + "execa": "^4.0.0", "np": "*", "npm-check": "*", "nyc": "*",