From fc401dfdeaaa9af08f073d00da80528678fa5d66 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2020 04:13:16 +0000 Subject: [PATCH] Chore(deps-dev): Bump execa from 1.0.0 to 4.0.3 Bumps [execa](https://github.com/sindresorhus/execa) from 1.0.0 to 4.0.3. - [Release notes](https://github.com/sindresorhus/execa/releases) - [Commits](https://github.com/sindresorhus/execa/compare/v1.0.0...v4.0.3) 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..89c418d 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "devDependencies": { "ava": "*", - "execa": "^1.0.0", + "execa": "^4.0.3", "np": "*", "npm-check": "*", "nyc": "*",