mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
fix: packages/plugins/audit/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
2f6e74288b
commit
b2beb5ece2
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
"dependencies": {
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.3",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.3",
|
||||
"express": "4.21.0",
|
||||
"express": "4.21.1",
|
||||
"https-proxy-agent": "5.0.1",
|
||||
"node-fetch": "cjs"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue