mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Update dependency execa to ^3.4.0 (#53072)
* Update dependency execa to ^3.4.0 * update kbn/pm dist * update kbn/pm dist again
This commit is contained in:
parent
f6c30199d8
commit
ad6a07583b
9 changed files with 13 additions and 13 deletions
|
@ -167,7 +167,7 @@
|
|||
"elasticsearch": "^16.5.0",
|
||||
"elasticsearch-browser": "^16.5.0",
|
||||
"encode-uri-query": "1.0.1",
|
||||
"execa": "^3.2.0",
|
||||
"execa": "^3.4.0",
|
||||
"expiry-js": "0.1.7",
|
||||
"fast-deep-equal": "^3.1.1",
|
||||
"file-loader": "4.2.0",
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"dependencies": {
|
||||
"chalk": "^2.4.2",
|
||||
"dedent": "^0.7.0",
|
||||
"execa": "^3.2.0",
|
||||
"execa": "^3.4.0",
|
||||
"exit-hook": "^2.2.0",
|
||||
"getopts": "^2.2.5",
|
||||
"moment": "^2.24.0",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"chalk": "^2.4.2",
|
||||
"dedent": "^0.7.0",
|
||||
"del": "^5.1.0",
|
||||
"execa": "^3.2.0",
|
||||
"execa": "^3.4.0",
|
||||
"getopts": "^2.2.4",
|
||||
"glob": "^7.1.2",
|
||||
"node-fetch": "^2.6.0",
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"dependencies": {
|
||||
"chalk": "^2.4.2",
|
||||
"dedent": "^0.7.0",
|
||||
"execa": "^3.2.0",
|
||||
"execa": "^3.4.0",
|
||||
"getopts": "^2.2.4",
|
||||
"lodash.camelcase": "^4.3.0",
|
||||
"lodash.kebabcase": "^4.1.1",
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"argv-split": "^2.0.1",
|
||||
"commander": "^3.0.0",
|
||||
"del": "^5.1.0",
|
||||
"execa": "^3.2.0",
|
||||
"execa": "^3.4.0",
|
||||
"globby": "^8.0.1",
|
||||
"gulp-babel": "^8.0.0",
|
||||
"gulp-rename": "1.4.0",
|
||||
|
|
4
packages/kbn-pm/dist/index.js
vendored
4
packages/kbn-pm/dist/index.js
vendored
|
@ -19198,8 +19198,8 @@ const handleArgs = (file, args, options = {}) => {
|
|||
reject: true,
|
||||
cleanup: true,
|
||||
all: false,
|
||||
...options,
|
||||
windowsHide: true
|
||||
windowsHide: true,
|
||||
...options
|
||||
};
|
||||
|
||||
options.env = getEnv(options);
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
"cpy": "^7.3.0",
|
||||
"dedent": "^0.7.0",
|
||||
"del": "^5.1.0",
|
||||
"execa": "^3.2.0",
|
||||
"execa": "^3.4.0",
|
||||
"getopts": "^2.2.4",
|
||||
"glob": "^7.1.2",
|
||||
"globby": "^8.0.1",
|
||||
|
|
|
@ -122,7 +122,7 @@
|
|||
"enzyme-adapter-react-16": "^1.15.1",
|
||||
"enzyme-adapter-utils": "^1.12.1",
|
||||
"enzyme-to-json": "^3.4.3",
|
||||
"execa": "^3.2.0",
|
||||
"execa": "^3.4.0",
|
||||
"fancy-log": "^1.3.2",
|
||||
"fetch-mock": "^7.3.9",
|
||||
"graphql-code-generator": "^0.18.2",
|
||||
|
|
|
@ -12584,10 +12584,10 @@ execa@^1.0.0:
|
|||
signal-exit "^3.0.0"
|
||||
strip-eof "^1.0.0"
|
||||
|
||||
execa@^3.2.0:
|
||||
version "3.2.0"
|
||||
resolved "https://registry.yarnpkg.com/execa/-/execa-3.2.0.tgz#18326b79c7ab7fbd6610fd900c1b9e95fa48f90a"
|
||||
integrity sha512-kJJfVbI/lZE1PZYDI5VPxp8zXPO9rtxOkhpZ0jMKha56AI9y2gGVC6bkukStQf0ka5Rh15BA5m7cCCH4jmHqkw==
|
||||
execa@^3.4.0:
|
||||
version "3.4.0"
|
||||
resolved "https://registry.yarnpkg.com/execa/-/execa-3.4.0.tgz#c08ed4550ef65d858fac269ffc8572446f37eb89"
|
||||
integrity sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==
|
||||
dependencies:
|
||||
cross-spawn "^7.0.0"
|
||||
get-stream "^5.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue