From 5c0be88c8160d72c3cf2b213faf7e57b04b21ccf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 8 Feb 2023 19:57:48 +0000 Subject: [PATCH] chore(deps): update dependency google-auth-library to v8 --- appengine/pubsub/package.json | 2 +- auth/package.json | 2 +- endpoints/getting-started-grpc/package.json | 2 +- functions/billing/package.json | 2 +- healthcare/fhir/package.json | 2 +- run/hello-broken/package.json | 2 +- run/helloworld/package.json | 2 +- run/idp-sql/package.json | 2 +- run/image-processing/package.json | 2 +- run/logging-manual/package.json | 2 +- run/markdown-preview/editor/package.json | 2 +- run/markdown-preview/renderer/package.json | 2 +- run/pubsub/package.json | 2 +- run/system-package/package.json | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/appengine/pubsub/package.json b/appengine/pubsub/package.json index 31f657d08c..b9ccdde2b7 100644 --- a/appengine/pubsub/package.json +++ b/appengine/pubsub/package.json @@ -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": { diff --git a/auth/package.json b/auth/package.json index 6cc25caa76..5b01128fec 100644 --- a/auth/package.json +++ b/auth/package.json @@ -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": { diff --git a/endpoints/getting-started-grpc/package.json b/endpoints/getting-started-grpc/package.json index f3c3748564..e1465f45cd 100644 --- a/endpoints/getting-started-grpc/package.json +++ b/endpoints/getting-started-grpc/package.json @@ -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" diff --git a/functions/billing/package.json b/functions/billing/package.json index 9aee276ec7..374fb667dd 100644 --- a/functions/billing/package.json +++ b/functions/billing/package.json @@ -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" }, diff --git a/healthcare/fhir/package.json b/healthcare/fhir/package.json index 8ef1d5a96d..bfa94f0a6a 100644 --- a/healthcare/fhir/package.json +++ b/healthcare/fhir/package.json @@ -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" }, diff --git a/run/hello-broken/package.json b/run/hello-broken/package.json index bb9725962a..d639034de3 100644 --- a/run/hello-broken/package.json +++ b/run/hello-broken/package.json @@ -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" } diff --git a/run/helloworld/package.json b/run/helloworld/package.json index 94dc3a80ab..50ae6e0245 100644 --- a/run/helloworld/package.json +++ b/run/helloworld/package.json @@ -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" diff --git a/run/idp-sql/package.json b/run/idp-sql/package.json index 79ad171079..d35eefa03e 100644 --- a/run/idp-sql/package.json +++ b/run/idp-sql/package.json @@ -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", diff --git a/run/image-processing/package.json b/run/image-processing/package.json index e460309fbe..3881b2ead3 100644 --- a/run/image-processing/package.json +++ b/run/image-processing/package.json @@ -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" diff --git a/run/logging-manual/package.json b/run/logging-manual/package.json index a40492cb64..39f08e92b1 100644 --- a/run/logging-manual/package.json +++ b/run/logging-manual/package.json @@ -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" } } \ No newline at end of file diff --git a/run/markdown-preview/editor/package.json b/run/markdown-preview/editor/package.json index 33644d05bb..fba1085409 100644 --- a/run/markdown-preview/editor/package.json +++ b/run/markdown-preview/editor/package.json @@ -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" }, diff --git a/run/markdown-preview/renderer/package.json b/run/markdown-preview/renderer/package.json index e625c73973..301a74c3ad 100644 --- a/run/markdown-preview/renderer/package.json +++ b/run/markdown-preview/renderer/package.json @@ -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", diff --git a/run/pubsub/package.json b/run/pubsub/package.json index 850e6b1c71..6cd8833dd9 100644 --- a/run/pubsub/package.json +++ b/run/pubsub/package.json @@ -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", diff --git a/run/system-package/package.json b/run/system-package/package.json index 94ddf8aad4..d15e391b80 100644 --- a/run/system-package/package.json +++ b/run/system-package/package.json @@ -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"