From 5fe3328017a8f2368d34bc045350887e304ec2b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 11:19:26 +0000 Subject: [PATCH] chore(deps): update dependency ssziparchive to v2.6.0 --- ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/Podfile b/ios/Podfile index a98969de..f50c1304 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -5,7 +5,7 @@ def capacitor_pods use_frameworks! pod 'Capacitor', :path => '../node_modules/@capacitor/ios' pod 'CapacitorCordova', :path => '../node_modules/@capacitor/ios' - pod 'SSZipArchive', '2.4.3' + pod 'SSZipArchive', '2.6.0' pod 'Alamofire', '5.10.2' pod 'Version', '0.8.0' end