From abfd98481f0e5b1f0d797a31809d2d5c4e7c0782 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 13 Jun 2019 16:17:14 +0000 Subject: [PATCH] Update execa requirement from 0.6.0 to 1.0.0 Updates the requirements on [execa](https://github.com/sindresorhus/execa) to permit the latest version. - [Release notes](https://github.com/sindresorhus/execa/releases) - [Commits](https://github.com/sindresorhus/execa/compare/v0.6.0...v1.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 cf91aa2..f3739ac 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,6 @@ }, "devDependencies": { "ava": "0.18.1", - "execa": "0.6.0" + "execa": "1.0.0" } }