0
Fork 0
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:
snyk-bot 2024-07-25 06:30:27 +00:00
parent 1f4fa441ae
commit 42ec5e6859
No known key found for this signature in database
GPG key ID: 78AC5AE55A47A65B

View file

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