Skip to content

Commit ad89be7

Browse files
committed
fix: update dependency execa to v0.10.0
1 parent 9bf89b6 commit ad89be7

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

packages/create-react-microservice/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"check-engines": "1.5.0",
5252
"create-any-cli": "1.3.1",
5353
"create-react-microservice-scaffold": "0.0.0-development",
54-
"execa": "0.9.0",
54+
"execa": "0.10.0",
5555
"find-node-modules": "1.0.4",
5656
"latest-version": "3.1.0",
5757
"meow": "4.0.0",

yarn.lock

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2147,18 +2147,6 @@ execa@0.10.0:
21472147
signal-exit "^3.0.0"
21482148
strip-eof "^1.0.0"
21492149

2150-
execa@0.9.0:
2151-
version "0.9.0"
2152-
resolved "https://registry.yarnpkg.com/execa/-/execa-0.9.0.tgz#adb7ce62cf985071f60580deb4a88b9e34712d01"
2153-
dependencies:
2154-
cross-spawn "^5.0.1"
2155-
get-stream "^3.0.0"
2156-
is-stream "^1.1.0"
2157-
npm-run-path "^2.0.0"
2158-
p-finally "^1.0.0"
2159-
signal-exit "^3.0.0"
2160-
strip-eof "^1.0.0"
2161-
21622150
execa@^0.7.0:
21632151
version "0.7.0"
21642152
resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777"

0 commit comments

Comments
 (0)