mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
fix: packages/plugins/google-cloud-storage/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GRPCGRPCJS-7242922
This commit is contained in:
parent
fd79e7c637
commit
50aea7f9b6
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
"node": ">=18"
|
||||
},
|
||||
"dependencies": {
|
||||
"@google-cloud/datastore": "6.5.0",
|
||||
"@google-cloud/datastore": "7.0.0",
|
||||
"@google-cloud/storage": "5.14.0",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.5"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue