0
Fork 0
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:
snyk-bot 2024-10-12 06:06:27 +00:00
parent 2f6e74288b
commit b2beb5ece2
No known key found for this signature in database
GPG key ID: 78AC5AE55A47A65B

View file

@ -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"
},