0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-13 22:48:31 -05:00

fix: package.json & yarn.lock to reduce vulnerabilities (#1863)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BUNYAN-573166

Co-authored-by: Juan Picado <juanpicado19@gmail.com>
This commit is contained in:
Snyk bot 2020-06-26 09:04:59 +03:00 committed by GitHub
parent 15025dca5f
commit b559d75f70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View file

@ -28,7 +28,7 @@
"JSONStream": "1.3.5",
"async": "3.2.0",
"body-parser": "1.19.0",
"bunyan": "1.8.12",
"bunyan": "1.8.13",
"commander": "3.0.2",
"compression": "1.7.4",
"cookies": "0.8.0",

View file

@ -2936,6 +2936,16 @@ bunyan@1.8.12:
mv "~2"
safe-json-stringify "~1"
bunyan@1.8.13:
version "1.8.13"
resolved "https://registry.yarnpkg.com/bunyan/-/bunyan-1.8.13.tgz#dde6bacd9ebccaedb110f1319f88db3f415ccfeb"
integrity sha512-4zO4iMxZeCpf+95ERsr83nwQr11o1KY2FLhX4wZ6kPXieIVYL3k9eX+N6vbHhFEK5h5O/qCQpfXt7N9VBAIvCA==
optionalDependencies:
dtrace-provider "~0.8"
moment "^2.10.6"
mv "~2"
safe-json-stringify "~1"
bytes@3.0.0:
version "3.0.0"
resolved "https://registry.verdaccio.org/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048"