From cd793e09120e60626da5a8439d87fe47bb505a1d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 May 2020 04:14:21 +0000 Subject: [PATCH] Chore(deps-dev): Bump execa from 1.0.0 to 4.0.2 Bumps [execa](https://github.com/sindresorhus/execa) from 1.0.0 to 4.0.2. - [Release notes](https://github.com/sindresorhus/execa/releases) - [Commits](https://github.com/sindresorhus/execa/compare/v1.0.0...v4.0.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 a06ff5e..6a19b2e 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "devDependencies": { "ava": "*", - "execa": "^1.0.0", + "execa": "^4.0.2", "np": "*", "npm-check": "*", "nyc": "*",