Skip to content

Commit

Permalink
fix(deps): update dependency google-auth-library to v4 (#1270)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and fhinkel committed May 13, 2019
1 parent 6bb377e commit dc69ebf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appengine/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@google-cloud/pubsub": "^0.28.0",
"body-parser": "^1.18.3",
"express": "^4.16.3",
"google-auth-library": "^3.1.2",
"google-auth-library": "^4.0.0",
"pug": "^2.0.1",
"safe-buffer": "^5.1.2"
},
Expand Down
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 mocha -- system-test/*.test.js --timeout=60000"
},
"dependencies": {
"google-auth-library": "^3.0.0",
"google-auth-library": "^4.0.0",
"grpc": "^1.18.0",
"jsonwebtoken": "^8.2.0",
"yargs": "^13.2.2"
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": "^3.0.0",
"google-auth-library": "^4.0.0",
"googleapis": "^39.0.0",
"slack": "^11.0.1"
},
Expand Down

0 comments on commit dc69ebf

Please sign in to comment.