From 2d14a5daf9e75fcf0968d9848962b1b8a4ff98d9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 3 Dec 2020 06:15:50 +0000 Subject: [PATCH] Bump execa from 3.4.0 to 5.0.0 Bumps [execa](https://github.com/sindresorhus/execa) from 3.4.0 to 5.0.0. - [Release notes](https://github.com/sindresorhus/execa/releases) - [Commits](https://github.com/sindresorhus/execa/compare/v3.4.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 63243cc..0756da4 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "cac": "^6.5.2", "chalk": "^3.0.0", "download": "^7.1.0", - "execa": "^3.3.0", + "execa": "^5.0.0", "majo": "^0.10.1", "ora": "^5.0.0", "s3rver": "^3.3.0",