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-PROTOBUFJS-5756498
This commit is contained in:
parent
1f4fa441ae
commit
42ec5e6859
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