From e186fbbf301967a3a6c1cfc1d4458dd55bdcb54b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 15:17:53 +0000 Subject: [PATCH] chore(deps): update dependency firebase/firebase-ios-sdk to from: "10.19.1" --- Modules/Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Package.swift b/Modules/Package.swift index 10a7c52..e3c5bfd 100644 --- a/Modules/Package.swift +++ b/Modules/Package.swift @@ -17,7 +17,7 @@ let package = Package( .package(url: "https://github.com/apple/swift-async-algorithms.git", from: "1.0.0"), .package(url: "https://github.com/apple/swift-collections.git", from: "1.0.5"), .package(url: "https://github.com/apple/swift-http-types.git", from: "1.0.2"), - .package(url: "https://github.com/firebase/firebase-ios-sdk.git", from: "10.19.0"), + .package(url: "https://github.com/firebase/firebase-ios-sdk.git", from: "10.19.1"), // MARK: Plugins .package(url: "https://github.com/SwiftGen/SwiftGenPlugin", from: "6.6.2"),