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 googleapis to v50 (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored May 6, 2020
1 parent f4a35b3 commit a5b5fcc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/http_example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"uuid": "^8.0.0",
"yargs": "^15.0.0",
"@google-cloud/pubsub": "^1.0.0",
"googleapis": "^49.0.0"
"googleapis": "^50.0.0"
}
}
2 changes: 1 addition & 1 deletion samples/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@google-cloud/iot": "^2.0.0",
"@google-cloud/pubsub": "^1.2.0",
"googleapis": "^49.0.0",
"googleapis": "^50.0.0",
"mocha": "^7.1.1",
"uuid": "^8.0.0",
"yargs": "^15.1.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.0.0",
"@google-cloud/pubsub": "^1.6.0",
"googleapis": "^49.0.0"
"googleapis": "^50.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit a5b5fcc

Please sign in to comment.