Skip to content

Commit 69c8c17

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

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
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.10.0",
32+
"execa": "^0.11.0",
3333
"fs-extra": "^7.0.0",
3434
"lodash.merge": "^4.6.1",
3535
"portfinder": "^1.0.16",

yarn.lock

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4678,6 +4678,18 @@ execa@^0.10.0:
46784678
signal-exit "^3.0.0"
46794679
strip-eof "^1.0.0"
46804680

4681+
execa@^0.11.0:
4682+
version "0.11.0"
4683+
resolved "https://registry.yarnpkg.com/execa/-/execa-0.11.0.tgz#0b3c71daf9b9159c252a863cd981af1b4410d97a"
4684+
dependencies:
4685+
cross-spawn "^6.0.0"
4686+
get-stream "^4.0.0"
4687+
is-stream "^1.1.0"
4688+
npm-run-path "^2.0.0"
4689+
p-finally "^1.0.0"
4690+
signal-exit "^3.0.0"
4691+
strip-eof "^1.0.0"
4692+
46814693
execa@^0.7.0:
46824694
version "0.7.0"
46834695
resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777"
@@ -5317,6 +5329,12 @@ get-stream@^3.0.0:
53175329
version "3.0.0"
53185330
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"
53195331

5332+
get-stream@^4.0.0:
5333+
version "4.0.0"
5334+
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.0.0.tgz#9e074cb898bd2b9ebabb445a1766d7f43576d977"
5335+
dependencies:
5336+
pump "^3.0.0"
5337+
53205338
get-value@^2.0.3, get-value@^2.0.6:
53215339
version "2.0.6"
53225340
resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
@@ -9375,6 +9393,13 @@ pump@^2.0.0, pump@^2.0.1:
93759393
end-of-stream "^1.1.0"
93769394
once "^1.3.1"
93779395

9396+
pump@^3.0.0:
9397+
version "3.0.0"
9398+
resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64"
9399+
dependencies:
9400+
end-of-stream "^1.1.0"
9401+
once "^1.3.1"
9402+
93789403
pumpify@^1.3.3:
93799404
version "1.5.1"
93809405
resolved "https://registry.yarnpkg.com/pumpify/-/pumpify-1.5.1.tgz#36513be246ab27570b1a374a5ce278bfd74370ce"

0 commit comments

Comments
 (0)