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

Commit d607e5a

Browse files
fix(deps): update dependency @google-cloud/storage to v6 (#1119)
Co-authored-by: Steffany Brown <[email protected]>
1 parent 073abc0 commit d607e5a

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
@@ -62,7 +62,7 @@
6262
"uuid": "^8.0.0"
6363
},
6464
"devDependencies": {
65-
"@google-cloud/storage": "^5.0.0",
65+
"@google-cloud/storage": "^6.0.0",
6666
"@types/big.js": "^6.0.0",
6767
"@types/execa": "^0.9.0",
6868
"@types/extend": "^3.0.1",

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@google-cloud/bigquery": "^6.0.0",
20-
"@google-cloud/storage": "^5.0.0",
20+
"@google-cloud/storage": "^6.0.0",
2121
"google-auth-library": "^7.0.0",
2222
"readline-promise": "^1.0.4",
2323
"yargs": "^17.0.0"

0 commit comments

Comments
 (0)