Skip to content

Commit

Permalink
fix(deps): update dependency google-auth-library to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 29, 2019
1 parent b746bb4 commit f04aaa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion endpoints/getting-started-grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "repo-tools test run --cmd ava -- -T 1m --verbose system-test/*.test.js"
},
"dependencies": {
"google-auth-library": "^2.0.0",
"google-auth-library": "^3.0.0",
"grpc": "1.17.0",
"jsonwebtoken": "^8.2.0",
"yargs": "12.0.5"
Expand Down
2 changes: 1 addition & 1 deletion functions/billing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Ace Nassri <anassri@google.com>",
"license": "Apache-2.0",
"dependencies": {
"google-auth-library": "^2.0.0",
"google-auth-library": "^3.0.0",
"googleapis": "^36.0.0",
"slack": "^11.0.1"
},
Expand Down

0 comments on commit f04aaa3

Please sign in to comment.