From 664c9e88a3c64c6342f9491730ec9d53862455ee Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 29 Apr 2026 03:44:17 +0000 Subject: [PATCH] chore(deps): update dependency google/cloud-logging to v2 --- functions/firebase_auth/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/firebase_auth/composer.json b/functions/firebase_auth/composer.json index f84adf1b6b..985cd43eac 100644 --- a/functions/firebase_auth/composer.json +++ b/functions/firebase_auth/composer.json @@ -10,6 +10,6 @@ }, "require-dev": { "google/auth": "^1.14", - "google/cloud-logging": "^1.21" + "google/cloud-logging": "^2.0" } }