mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
fix: package.json & yarn.lock to reduce vulnerabilities (#1910)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-590103
This commit is contained in:
parent
f82a32ae34
commit
cb5a8a7ccd
2 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
"js-yaml": "3.14.0",
|
"js-yaml": "3.14.0",
|
||||||
"jsonwebtoken": "8.5.1",
|
"jsonwebtoken": "8.5.1",
|
||||||
"kleur": "4.0.2",
|
"kleur": "4.0.2",
|
||||||
"lodash": "4.17.19",
|
"lodash": "4.17.20",
|
||||||
"lunr-mutable-indexes": "2.3.2",
|
"lunr-mutable-indexes": "2.3.2",
|
||||||
"marked": "1.1.1",
|
"marked": "1.1.1",
|
||||||
"mime": "2.4.6",
|
"mime": "2.4.6",
|
||||||
|
|
BIN
yarn.lock
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in a new issue