mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Replace npm zlib with native zlib (#136139)
This is built-in to node, we no longer need to use this package.
This commit is contained in:
parent
24e76db956
commit
15f194143b
5 changed files with 1 additions and 12 deletions
|
@ -1138,7 +1138,6 @@
|
|||
"write-pkg": "^4.0.0",
|
||||
"xml-crypto": "^2.1.3",
|
||||
"xmlbuilder": "13.0.2",
|
||||
"yargs": "^15.4.1",
|
||||
"zlib": "^1.0.5"
|
||||
"yargs": "^15.4.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -39,7 +39,6 @@ RUNTIME_DEPS = [
|
|||
"@npm//json-stable-stringify",
|
||||
"@npm//lodash",
|
||||
"@npm//sinon",
|
||||
"@npm//zlib",
|
||||
]
|
||||
|
||||
TYPES_DEPS = [
|
||||
|
@ -50,7 +49,6 @@ TYPES_DEPS = [
|
|||
"@npm//@elastic/elasticsearch",
|
||||
"@npm//aggregate-error",
|
||||
"@npm//globby",
|
||||
"@npm//zlib",
|
||||
"@npm//@types/chance",
|
||||
"@npm//@types/jest",
|
||||
"@npm//@types/json-stable-stringify",
|
||||
|
|
|
@ -38,7 +38,6 @@ RUNTIME_DEPS = [
|
|||
"@npm//node-fetch",
|
||||
"@npm//simple-git",
|
||||
"@npm//tree-kill",
|
||||
"@npm//zlib"
|
||||
]
|
||||
|
||||
jsts_transpiler(
|
||||
|
|
|
@ -59,7 +59,6 @@ RUNTIME_DEPS = [
|
|||
"@npm//webpack",
|
||||
"@npm//webpack-merge",
|
||||
"@npm//webpack-sources",
|
||||
"@npm//zlib"
|
||||
]
|
||||
|
||||
TYPES_DEPS = [
|
||||
|
@ -81,7 +80,6 @@ TYPES_DEPS = [
|
|||
"@npm//lmdb-store",
|
||||
"@npm//pirates",
|
||||
"@npm//rxjs",
|
||||
"@npm//zlib",
|
||||
"@npm//@types/babel__core",
|
||||
"@npm//@types/compression-webpack-plugin",
|
||||
"@npm//@types/dedent",
|
||||
|
|
|
@ -30988,11 +30988,6 @@ zip-stream@^4.1.0:
|
|||
compress-commons "^4.1.0"
|
||||
readable-stream "^3.6.0"
|
||||
|
||||
zlib@^1.0.5:
|
||||
version "1.0.5"
|
||||
resolved "https://registry.yarnpkg.com/zlib/-/zlib-1.0.5.tgz#6e7c972fc371c645a6afb03ab14769def114fcc0"
|
||||
integrity sha1-bnyXL8NxxkWmr7A6sUdp3vEU/MA=
|
||||
|
||||
zwitch@^1.0.0:
|
||||
version "1.0.5"
|
||||
resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-1.0.5.tgz#d11d7381ffed16b742f6af7b3f223d5cd9fe9920"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue