mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Update dependency tree-kill to ^1.2.1 (#48025)
* Update dependency tree-kill to ^1.2.1 * refactor promisify so types are assigned correctly
This commit is contained in:
parent
6ddbef000e
commit
0568464815
6 changed files with 9 additions and 9 deletions
|
@ -446,7 +446,7 @@
|
|||
"strip-ansi": "^3.0.1",
|
||||
"supertest": "^3.1.0",
|
||||
"supertest-as-promised": "^4.0.2",
|
||||
"tree-kill": "^1.1.0",
|
||||
"tree-kill": "^1.2.1",
|
||||
"typescript": "3.5.3",
|
||||
"typings-tester": "^0.3.2",
|
||||
"vinyl-fs": "^3.0.3",
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"getopts": "^2.2.5",
|
||||
"moment": "^2.20.1",
|
||||
"rxjs": "^6.2.1",
|
||||
"tree-kill": "^1.2.0",
|
||||
"tree-kill": "^1.2.1",
|
||||
"tslib": "^1.9.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -26,7 +26,7 @@ import chalk from 'chalk';
|
|||
|
||||
import treeKill from 'tree-kill';
|
||||
import { promisify } from 'util';
|
||||
const treeKillAsync = promisify(treeKill);
|
||||
const treeKillAsync = promisify((...args: [number, string, any]) => treeKill(...args));
|
||||
|
||||
import { ToolingLog } from '../tooling_log';
|
||||
import { observeLines } from './observe_lines';
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"node-fetch": "^2.6.0",
|
||||
"simple-git": "^1.91.0",
|
||||
"tar-fs": "^1.16.3",
|
||||
"tree-kill": "^1.1.0",
|
||||
"tree-kill": "^1.2.1",
|
||||
"yauzl": "^2.10.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -180,7 +180,7 @@
|
|||
"supertest": "^3.1.0",
|
||||
"supertest-as-promised": "^4.0.2",
|
||||
"tmp": "0.1.0",
|
||||
"tree-kill": "^1.1.0",
|
||||
"tree-kill": "^1.2.1",
|
||||
"ts-loader": "^6.0.4",
|
||||
"typescript": "3.5.3",
|
||||
"vinyl-fs": "^3.0.3",
|
||||
|
|
|
@ -27426,10 +27426,10 @@ traverse@0.6.6, traverse@~0.6.6:
|
|||
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
|
||||
integrity sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc=
|
||||
|
||||
tree-kill@^1.1.0, tree-kill@^1.2.0:
|
||||
version "1.2.0"
|
||||
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.0.tgz#5846786237b4239014f05db156b643212d4c6f36"
|
||||
integrity sha512-DlX6dR0lOIRDFxI0mjL9IYg6OTncLm/Zt+JiBhE5OlFcAR8yc9S7FFXU9so0oda47frdM/JFsk7UjNt9vscKcg==
|
||||
tree-kill@^1.2.1:
|
||||
version "1.2.1"
|
||||
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.1.tgz#5398f374e2f292b9dcc7b2e71e30a5c3bb6c743a"
|
||||
integrity sha512-4hjqbObwlh2dLyW4tcz0Ymw0ggoaVDMveUB9w8kFSQScdRLo0gxO9J7WFcUBo+W3C1TLdFIEwNOWebgZZ0RH9Q==
|
||||
|
||||
treeify@^1.0.1, treeify@^1.1.0:
|
||||
version "1.1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue