From 010da0fdf4ab73e72c9d7987a62b007d8a427fb3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 06:38:29 +0000 Subject: [PATCH] chore(deps): update dependency ziparchive/ziparchive to v2.6.0 (#531) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index fc7ca831..a8925a80 100644 --- a/Package.swift +++ b/Package.swift @@ -12,7 +12,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "main"), .package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMajor(from: "5.10.2")), - .package(url: "https://github.com/ZipArchive/ZipArchive.git", exact: "2.4.3"), + .package(url: "https://github.com/ZipArchive/ZipArchive.git", exact: "2.6.0"), .package(url: "https://github.com/mrackwitz/Version.git", .upToNextMajor(from: "0.8.0")) ], targets: [