From 802c76429983f64c6b2d202b731e98e0b3acd562 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 17:45:08 +0000 Subject: [PATCH] Update dependency google-auth-library to v10 --- functions/list_runtimes/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/list_runtimes/package.json b/functions/list_runtimes/package.json index af892287..a39acc96 100644 --- a/functions/list_runtimes/package.json +++ b/functions/list_runtimes/package.json @@ -3,6 +3,6 @@ "version": "0.0.1", "dependencies": { "node-fetch": "^3.0.0", - "google-auth-library": "^9.0.0" + "google-auth-library": "^10.0.0" } }