Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <[email protected]>",
"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