Skip to content

Commit

Permalink
fix(deps): update dependency @google-cloud/storage to v6 (#1119)
Browse files Browse the repository at this point in the history
Co-authored-by: Steffany Brown <[email protected]>
  • Loading branch information
renovate-bot and steffnay authored Jun 15, 2022
1 parent 073abc0 commit d607e5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"uuid": "^8.0.0"
},
"devDependencies": {
"@google-cloud/storage": "^5.0.0",
"@google-cloud/storage": "^6.0.0",
"@types/big.js": "^6.0.0",
"@types/execa": "^0.9.0",
"@types/extend": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@google-cloud/bigquery": "^6.0.0",
"@google-cloud/storage": "^5.0.0",
"@google-cloud/storage": "^6.0.0",
"google-auth-library": "^7.0.0",
"readline-promise": "^1.0.4",
"yargs": "^17.0.0"
Expand Down

0 comments on commit d607e5a

Please sign in to comment.