From baeb4512b6f8cb900982ac877e9dc3204248c4e9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 4 Dec 2020 04:14:20 +0000 Subject: [PATCH] Chore(deps-dev): Bump execa from 1.0.0 to 5.0.0 Bumps [execa](https://github.com/sindresorhus/execa) from 1.0.0 to 5.0.0. - [Release notes](https://github.com/sindresorhus/execa/releases) - [Commits](https://github.com/sindresorhus/execa/compare/v1.0.0...v5.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..1361b58 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "devDependencies": { "ava": "*", - "execa": "^1.0.0", + "execa": "^5.0.0", "np": "*", "npm-check": "*", "nyc": "*",