Skip to content

Commit dc69ebf

Browse files
renovate[bot]fhinkel
authored andcommitted
fix(deps): update dependency google-auth-library to v4 (#1270)
1 parent 6bb377e commit dc69ebf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

appengine/pubsub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@google-cloud/pubsub": "^0.28.0",
1717
"body-parser": "^1.18.3",
1818
"express": "^4.16.3",
19-
"google-auth-library": "^3.1.2",
19+
"google-auth-library": "^4.0.0",
2020
"pug": "^2.0.1",
2121
"safe-buffer": "^5.1.2"
2222
},

endpoints/getting-started-grpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test": "repo-tools test run --cmd mocha -- system-test/*.test.js --timeout=60000"
1818
},
1919
"dependencies": {
20-
"google-auth-library": "^3.0.0",
20+
"google-auth-library": "^4.0.0",
2121
"grpc": "^1.18.0",
2222
"jsonwebtoken": "^8.2.0",
2323
"yargs": "^13.2.2"

functions/billing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Ace Nassri <anassri@google.com>",
1313
"license": "Apache-2.0",
1414
"dependencies": {
15-
"google-auth-library": "^3.0.0",
15+
"google-auth-library": "^4.0.0",
1616
"googleapis": "^39.0.0",
1717
"slack": "^11.0.1"
1818
},

0 commit comments

Comments
 (0)