From 306e73d9e9e8bb31026dc35796d376be8e94588e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 14 Sep 2022 17:08:13 +0000 Subject: [PATCH] chore(deps): update dependency google-auth-library to v8 --- cloudprober/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudprober/package.json b/cloudprober/package.json index af0d894..afc39b6 100644 --- a/cloudprober/package.json +++ b/cloudprober/package.json @@ -7,7 +7,7 @@ "@google-cloud/error-reporting": "^2.0.0", "argparse": "^2.0.0", "bluebird": "^3.5.2", - "google-auth-library": "^7.0.0", + "google-auth-library": "^8.0.0", "google-protobuf": "^3.6.1", "grpc": "^1.15.1", "grpc-tools": "^1.6.6" diff --git a/package.json b/package.json index b17791e..0cb1803 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@grpc/proto-loader": "^0.6.2", "@google-cloud/spanner": "^5.12.0", "c8": "^7.7.2", - "google-auth-library": "^7.3.0", + "google-auth-library": "^8.0.0", "google-gax": "^2.14.1", "google-protobuf": "^3.17.1", "grpc": "^1.24.10",