From e1e2ff8326419c5ecb211618e3830757c9d9aeda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 00:25:26 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .ruby-version | 2 +- Modules/Package.swift | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.ruby-version b/.ruby-version index bea438e..47b322c 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.1 +3.4.1 diff --git a/Modules/Package.swift b/Modules/Package.swift index f892f84..4bc8b98 100644 --- a/Modules/Package.swift +++ b/Modules/Package.swift @@ -13,11 +13,11 @@ let package = Package( ], dependencies: [ // MARK: Dependencies - .package(url: "https://github.com/apple/swift-algorithms.git", from: "1.2.0"), - .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.1.0"), - .package(url: "https://github.com/apple/swift-http-types.git", from: "1.0.3"), - .package(url: "https://github.com/firebase/firebase-ios-sdk.git", from: "10.25.0"), + .package(url: "https://github.com/apple/swift-algorithms.git", from: "1.2.1"), + .package(url: "https://github.com/apple/swift-async-algorithms.git", from: "1.0.3"), + .package(url: "https://github.com/apple/swift-collections.git", from: "1.1.4"), + .package(url: "https://github.com/apple/swift-http-types.git", from: "1.3.1"), + .package(url: "https://github.com/firebase/firebase-ios-sdk.git", from: "10.29.0"), // MARK: Plugins .package(url: "https://github.com/SwiftGen/SwiftGenPlugin", from: "6.6.2"),