0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

fix: packages/plugins/aws-storage/package.json to reduce vulnerabilities (#3766)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-XML2JS-5414874

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
Sergio Herrera 2023-04-25 17:29:17 +02:00 committed by GitHub
parent 24f5bf26ca
commit a8a34d74a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@
"types": "build/index.d.ts",
"dependencies": {
"@verdaccio/core": "workspace:6.0.0-6-next.5",
"aws-sdk": "2.1199.0"
"aws-sdk": "2.1354.0"
},
"devDependencies": {
"@verdaccio/types": "workspace:11.0.0-6-next.12",