mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
fix: package.json to reduce vulnerabilities (#1583)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-534478 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-534988
This commit is contained in:
parent
28f1a94329
commit
2f3ba93c87
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
"dayjs": "1.8.17",
|
||||
"envinfo": "7.4.0",
|
||||
"express": "4.17.1",
|
||||
"handlebars": "4.5.2",
|
||||
"handlebars": "4.5.3",
|
||||
"http-errors": "1.7.3",
|
||||
"js-yaml": "3.13.1",
|
||||
"jsonwebtoken": "8.5.1",
|
||||
|
|
Loading…
Reference in a new issue