From 1ee865326e55e79bd0b28657a90d874de50bc9d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 06:06:26 +0000 Subject: [PATCH] Bump google-auth-library from 9.1.0 to 9.2.0 Bumps [google-auth-library](https://github.com/googleapis/google-auth-library-nodejs) from 9.1.0 to 9.2.0. - [Release notes](https://github.com/googleapis/google-auth-library-nodejs/releases) - [Changelog](https://github.com/googleapis/google-auth-library-nodejs/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-auth-library-nodejs/compare/v9.1.0...v9.2.0) --- updated-dependencies: - dependency-name: google-auth-library dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8cb5213..6daa69b 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "express": "^4.18.2", "express-prom-bundle": "^6.6.0", "express-request-context": "^1.0.1", - "google-auth-library": "^9.1.0", + "google-auth-library": "^9.2.0", "googleapis": "121.0.0", "helmet": "^7.0.0", "jwt-decode": "^3.1.2", diff --git a/yarn.lock b/yarn.lock index 413936e..aca0cee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -610,10 +610,10 @@ google-auth-library@^8.0.2: jws "^4.0.0" lru-cache "^6.0.0" -google-auth-library@^9.1.0: - version "9.1.0" - resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-9.1.0.tgz#5c8444ca5c298030bbd7535f13b84748a86a8091" - integrity sha512-1M9HdOcQNPV5BwSXqwwT238MTKodJFBxZ/V2JP397ieOLv4FjQdfYb9SooR7Mb+oUT2IJ92mLJQf804dyx0MJA== +google-auth-library@^9.2.0: + version "9.2.0" + resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-9.2.0.tgz#16c14a775b3a9a1be53b7428ddbd9d2c3599836b" + integrity sha512-1oV3p0JhNEhVbj26eF3FAJcv9MXXQt4S0wcvKZaDbl4oHq5V3UJoSbsGZGQNcjoCdhW4kDSwOs11wLlHog3fgQ== dependencies: base64-js "^1.3.0" ecdsa-sig-formatter "^1.0.11" @@ -621,7 +621,6 @@ google-auth-library@^9.1.0: gcp-metadata "^6.0.0" gtoken "^7.0.0" jws "^4.0.0" - lru-cache "^6.0.0" google-p12-pem@^4.0.0: version "4.0.1"