From 1f1eed0585a9009545ed3ec8440c8d3ae539599a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 18:56:47 +0000 Subject: [PATCH] Update dependency firebase/firebase-ios-sdk to from: "12.4.0" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 13d3d65..76d05ec 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/fumito-ito/FunctionCalling", from: "0.5.0"), - .package(url: "https://github.com/firebase/firebase-ios-sdk.git", from: "12.3.0") + .package(url: "https://github.com/firebase/firebase-ios-sdk.git", from: "12.4.0") ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite.