From 0cf381efd21393e4f7712298a12d81772c403ddc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Oct 2020 05:33:05 +0000 Subject: [PATCH] Chore(deps-dev): Bump execa from 1.0.0 to 4.1.0 Bumps [execa](https://github.com/sindresorhus/execa) from 1.0.0 to 4.1.0. - [Release notes](https://github.com/sindresorhus/execa/releases) - [Commits](https://github.com/sindresorhus/execa/compare/v1.0.0...v4.1.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..1efac90 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "devDependencies": { "ava": "*", - "execa": "^1.0.0", + "execa": "^4.1.0", "np": "*", "npm-check": "*", "nyc": "*",