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:
Jonathan Budzenski 2022-07-11 14:56:25 -05:00 committed by GitHub
parent 24e76db956
commit 15f194143b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 1 additions and 12 deletions

View file

@ -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"
}
}

View file

@ -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",

View file

@ -38,7 +38,6 @@ RUNTIME_DEPS = [
"@npm//node-fetch",
"@npm//simple-git",
"@npm//tree-kill",
"@npm//zlib"
]
jsts_transpiler(

View file

@ -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",

View file

@ -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"