diff --git a/package.json b/package.json index 2602612..58b3977 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "yarn": ">=1.3" }, "dependencies": { - "execa": "^3.0.0", + "execa": "^4.0.0", "mri": "^1.1.0", "prompts": "^2.0.0" }, diff --git a/yarn.lock b/yarn.lock index ffc1333..ac0d56d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -972,9 +972,9 @@ execa@^0.7.0: signal-exit "^3.0.0" strip-eof "^1.0.0" -execa@^3.0.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/execa/-/execa-3.2.0.tgz#18326b79c7ab7fbd6610fd900c1b9e95fa48f90a" +execa@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/execa/-/execa-4.0.0.tgz#7f37d6ec17f09e6b8fc53288611695b6d12b9daf" dependencies: cross-spawn "^7.0.0" get-stream "^5.0.0" @@ -983,7 +983,6 @@ execa@^3.0.0: merge-stream "^2.0.0" npm-run-path "^4.0.0" onetime "^5.1.0" - p-finally "^2.0.0" signal-exit "^3.0.2" strip-final-newline "^2.0.0" @@ -2099,10 +2098,6 @@ p-finally@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae" -p-finally@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-2.0.1.tgz#bd6fcaa9c559a096b680806f4d657b3f0f240561" - p-is-promise@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/p-is-promise/-/p-is-promise-1.1.0.tgz#9c9456989e9f6588017b0434d56097675c3da05e"