Skip to content

Commit a99db83

Browse files
greenkeeper[bot]nklayman
authored andcommitted
Update execa to the latest version 🚀 (#56)
[skip ci] fix(package): update execa to version 1.0.0 * chore(package): update lockfile https://npm.im/greenkeeper-lockfile
1 parent cf99f3b commit a99db83

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"private": false,
3030
"dependencies": {
3131
"electron-builder": "^20.28.1",
32-
"execa": "^0.11.0",
32+
"execa": "^1.0.0",
3333
"fs-extra": "^7.0.0",
3434
"lodash.merge": "^4.6.1",
3535
"portfinder": "^1.0.16",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4630,18 +4630,6 @@ execa@^0.10.0:
46304630
signal-exit "^3.0.0"
46314631
strip-eof "^1.0.0"
46324632

4633-
execa@^0.11.0:
4634-
version "0.11.0"
4635-
resolved "https://registry.yarnpkg.com/execa/-/execa-0.11.0.tgz#0b3c71daf9b9159c252a863cd981af1b4410d97a"
4636-
dependencies:
4637-
cross-spawn "^6.0.0"
4638-
get-stream "^4.0.0"
4639-
is-stream "^1.1.0"
4640-
npm-run-path "^2.0.0"
4641-
p-finally "^1.0.0"
4642-
signal-exit "^3.0.0"
4643-
strip-eof "^1.0.0"
4644-
46454633
execa@^0.7.0:
46464634
version "0.7.0"
46474635
resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777"
@@ -4666,6 +4654,18 @@ execa@^0.8.0:
46664654
signal-exit "^3.0.0"
46674655
strip-eof "^1.0.0"
46684656

4657+
execa@^1.0.0:
4658+
version "1.0.0"
4659+
resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8"
4660+
dependencies:
4661+
cross-spawn "^6.0.0"
4662+
get-stream "^4.0.0"
4663+
is-stream "^1.1.0"
4664+
npm-run-path "^2.0.0"
4665+
p-finally "^1.0.0"
4666+
signal-exit "^3.0.0"
4667+
strip-eof "^1.0.0"
4668+
46694669
exit@^0.1.2:
46704670
version "0.1.2"
46714671
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"

0 commit comments

Comments
 (0)