Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit 090a9fb

Browse files
authored
fix(deps): update dependency @google-cloud/storage to v6 (#1283)
1 parent bc4c18f commit 090a9fb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"devDependencies": {
6565
"@google-cloud/bigquery": "^5.0.0",
6666
"@google-cloud/pubsub": "^2.0.0",
67-
"@google-cloud/storage": "^5.0.0",
67+
"@google-cloud/storage": "^6.0.0",
6868
"@types/extend": "^3.0.1",
6969
"@types/mocha": "^9.0.0",
7070
"@types/node": "^16.0.0",

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@google-cloud/logging": "^10.0.1",
18-
"@google-cloud/storage": "^5.0.0",
18+
"@google-cloud/storage": "^6.0.0",
1919
"express": "^4.16.3",
2020
"fluent-logger": "^3.0.0",
2121
"yargs": "^17.0.0"

0 commit comments

Comments
 (0)