From 3cb458abd39485b844d0745347706e0c56786b63 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 7 Dec 2023 01:02:16 +0000
Subject: [PATCH] build(deps): update dependency google-auth-library to v9.3.0
 (#26176)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
 package.json   | 2 +-
 pnpm-lock.yaml | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json
index 94de05676b..9d545a154b 100644
--- a/package.json
+++ b/package.json
@@ -203,7 +203,7 @@
     "glob": "10.3.10",
     "global-agent": "3.0.0",
     "good-enough-parser": "1.1.23",
-    "google-auth-library": "9.2.0",
+    "google-auth-library": "9.3.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 12816f9bdf..2b69aeba4a 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -183,8 +183,8 @@ importers:
         specifier: 1.1.23
         version: 1.1.23
       google-auth-library:
-        specifier: 9.2.0
-        version: 9.2.0
+        specifier: 9.3.0
+        version: 9.3.0
       got:
         specifier: 11.8.6
         version: 11.8.6
@@ -6404,8 +6404,8 @@ packages:
       moo: 0.5.2
     dev: false
 
-  /google-auth-library@9.2.0:
-    resolution: {integrity: sha512-1oV3p0JhNEhVbj26eF3FAJcv9MXXQt4S0wcvKZaDbl4oHq5V3UJoSbsGZGQNcjoCdhW4kDSwOs11wLlHog3fgQ==}
+  /google-auth-library@9.3.0:
+    resolution: {integrity: sha512-W0F5CB7rAi9l+7/IVeKu26+KdzY6tCwXKAlLsZrleU/Q61XM16uonrDCQNld3Douv/5CH+YoULqNEVVkdmi5Qw==}
     engines: {node: '>=14'}
     dependencies:
       base64-js: 1.5.1
-- 
GitLab