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:
parent
24f5bf26ca
commit
a8a34d74a6
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
"types": "build/index.d.ts",
|
"types": "build/index.d.ts",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@verdaccio/core": "workspace:6.0.0-6-next.5",
|
"@verdaccio/core": "workspace:6.0.0-6-next.5",
|
||||||
"aws-sdk": "2.1199.0"
|
"aws-sdk": "2.1354.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@verdaccio/types": "workspace:11.0.0-6-next.12",
|
"@verdaccio/types": "workspace:11.0.0-6-next.12",
|
||||||
|
|
Loading…
Reference in a new issue