Skip to content

Commit

Permalink
chore(deps): update dependency google-auth-library to v8 (#3022)
Browse files Browse the repository at this point in the history
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com>
  • Loading branch information
renovate-bot and kweinmeister authored Feb 9, 2023
1 parent 66e7e23 commit 1f10700
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion appengine/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@google-cloud/pubsub": "^3.0.0",
"express": "^4.17.1",
"google-auth-library": "^7.0.0",
"google-auth-library": "^8.0.0",
"pug": "^3.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@google-cloud/storage": "^6.0.0",
"google-auth-library": "^7.9.1",
"google-auth-library": "^8.0.0",
"yargs": "^17.0.0"
},
"devDependencies": {
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": "mocha --exit system-test/*.test.js --timeout=60000"
},
"dependencies": {
"google-auth-library": "^7.0.0",
"google-auth-library": "^8.0.0",
"grpc": "^1.18.0",
"jsonwebtoken": "^9.0.0",
"yargs": "^17.0.0"
Expand Down
2 changes: 1 addition & 1 deletion functions/billing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@google-cloud/billing": "^3.0.0",
"@google-cloud/compute": "^3.1.0",
"google-auth-library": "^7.0.0",
"google-auth-library": "^8.0.0",
"googleapis": "^110.0.0",
"slack": "^11.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion healthcare/fhir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@google-cloud/pubsub": "^3.0.0",
"@google-cloud/storage": "^6.0.0",
"google-auth-library": "^7.0.0",
"google-auth-library": "^8.0.0",
"mocha": "^10.0.0",
"uuid": "^9.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion run/hello-broken/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"express": "^4.17.1"
},
"devDependencies": {
"google-auth-library": "^7.0.0",
"google-auth-library": "^8.0.0",
"got": "^11.0.0",
"mocha": "^10.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion run/helloworld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"express": "^4.17.1"
},
"devDependencies": {
"google-auth-library": "^7.0.0",
"google-auth-library": "^8.0.0",
"got": "^11.0.0",
"mocha": "^10.0.0",
"supertest": "^6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion run/idp-sql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"express": "^4.16.2",
"firebase-admin": "^11.0.0",
"gcp-metadata": "^5.0.0",
"google-auth-library": "^7.0.0",
"google-auth-library": "^8.0.0",
"handlebars": "^4.7.6",
"knex": "^2.0.0",
"pg": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion run/image-processing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"gm": "^1.23.1"
},
"devDependencies": {
"google-auth-library": "^7.0.0",
"google-auth-library": "^8.0.0",
"got": "^11.5.0",
"mocha": "^10.0.0",
"supertest": "^6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion run/logging-manual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@google-cloud/logging": "^10.0.0",
"google-auth-library": "^7.0.0",
"google-auth-library": "^8.0.0",
"mocha": "^10.0.0"
}
}
2 changes: 1 addition & 1 deletion run/markdown-preview/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"express": "^4.17.1",
"google-auth-library": "^7.0.0",
"google-auth-library": "^8.0.0",
"got": "^11.8.0",
"handlebars": "^4.7.6"
},
Expand Down
2 changes: 1 addition & 1 deletion run/markdown-preview/renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"markdown-it": "^13.0.0"
},
"devDependencies": {
"google-auth-library": "^7.0.0",
"google-auth-library": "^8.0.0",
"got": "^11.5.0",
"mocha": "^10.0.0",
"sinon": "^15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion run/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"express": "^4.16.4"
},
"devDependencies": {
"google-auth-library": "^7.0.0",
"google-auth-library": "^8.0.0",
"got": "^11.5.0",
"mocha": "^10.0.0",
"sinon": "^15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion run/system-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"express": "^4.17.1"
},
"devDependencies": {
"google-auth-library": "^7.0.0",
"google-auth-library": "^8.0.0",
"got": "^11.5.0",
"mocha": "^10.0.0",
"supertest": "^6.0.0"
Expand Down

0 comments on commit 1f10700

Please sign in to comment.