File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 29
29
"private" : false ,
30
30
"dependencies" : {
31
31
"electron-builder" : " ^20.28.1" ,
32
- "execa" : " ^0.11 .0" ,
32
+ "execa" : " ^1.0 .0" ,
33
33
"fs-extra" : " ^7.0.0" ,
34
34
"lodash.merge" : " ^4.6.1" ,
35
35
"portfinder" : " ^1.0.16" ,
Original file line number Diff line number Diff line change @@ -4630,18 +4630,6 @@ execa@^0.10.0:
4630
4630
signal-exit "^3.0.0"
4631
4631
strip-eof "^1.0.0"
4632
4632
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
-
4645
4633
execa@^0.7.0 :
4646
4634
version "0.7.0"
4647
4635
resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777"
@@ -4666,6 +4654,18 @@ execa@^0.8.0:
4666
4654
signal-exit "^3.0.0"
4667
4655
strip-eof "^1.0.0"
4668
4656
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
+
4669
4669
exit@^0.1.2 :
4670
4670
version "0.1.2"
4671
4671
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
You can’t perform that action at this time.
0 commit comments