Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
fix(deps): update dependency @google-cloud/storage to v5 (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 27, 2021
1 parent e40359e commit ba34e57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/access_token_example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@google-cloud/iot": "^2.0.0",
"@google-cloud/pubsub": "^2.0.0",
"@google-cloud/storage": "^2.0.0",
"@google-cloud/storage": "^5.0.0",
"yargs": "^16.0.0",
"jsonwebtoken": "^8.5.1",
"gaxios": "^4.3.0",
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/iot": "^2.5.0",
"@google-cloud/pubsub": "^2.0.0",
"@google-cloud/storage": "^2.0.0"
"@google-cloud/storage": "^5.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit ba34e57

Please sign in to comment.