From 01c9ccc4e96a8b4ba7f31cf96c033a24af65ebf1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 06:52:02 +0100 Subject: [PATCH] build(deps): update dependency google-auth-library to v9.2.0 (#25565) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index d355458069..12183f4be4 100644 --- a/package.json +++ b/package.json @@ -202,7 +202,7 @@ "glob": "10.3.10", "global-agent": "3.0.0", "good-enough-parser": "1.1.23", - "google-auth-library": "9.1.0", + "google-auth-library": "9.2.0", "got": "11.8.6", "graph-data-structure": "3.3.0", "handlebars": "4.7.8", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1c18cfa21e..7cdc868acd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -186,8 +186,8 @@ importers: specifier: 1.1.23 version: 1.1.23 google-auth-library: - specifier: 9.1.0 - version: 9.1.0 + specifier: 9.2.0 + version: 9.2.0 got: specifier: 11.8.6 version: 11.8.6 @@ -6709,8 +6709,8 @@ packages: moo: 0.5.2 dev: false - /google-auth-library@9.1.0: - resolution: {integrity: sha512-1M9HdOcQNPV5BwSXqwwT238MTKodJFBxZ/V2JP397ieOLv4FjQdfYb9SooR7Mb+oUT2IJ92mLJQf804dyx0MJA==} + /google-auth-library@9.2.0: + resolution: {integrity: sha512-1oV3p0JhNEhVbj26eF3FAJcv9MXXQt4S0wcvKZaDbl4oHq5V3UJoSbsGZGQNcjoCdhW4kDSwOs11wLlHog3fgQ==} engines: {node: '>=14'} dependencies: base64-js: 1.5.1 @@ -6719,7 +6719,6 @@ packages: gcp-metadata: 6.0.0 gtoken: 7.0.1 jws: 4.0.0 - lru-cache: 6.0.0 transitivePeerDependencies: - encoding - supports-color -- GitLab