mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
fix: packages/web/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060
This commit is contained in:
parent
e219e7884e
commit
084a78c522
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
"@verdaccio/url": "workspace:13.0.0-next-8.3",
|
"@verdaccio/url": "workspace:13.0.0-next-8.3",
|
||||||
"@verdaccio/utils": "workspace:8.1.0-next-8.3",
|
"@verdaccio/utils": "workspace:8.1.0-next-8.3",
|
||||||
"debug": "4.3.7",
|
"debug": "4.3.7",
|
||||||
"express": "4.21.0",
|
"express": "4.21.1",
|
||||||
"lodash": "4.17.21"
|
"lodash": "4.17.21"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Reference in a new issue