diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4add2784..927837eb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,14 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/nicklockwood/SwiftFormat - rev: 0.53.5 + rev: 0.54.3 hooks: - id: swiftformat - repo: https://github.com/realm/SwiftLint - rev: 0.54.0 + rev: 0.56.2 hooks: - id: swiftlint diff --git a/.tool-versions b/.tool-versions index 3294aeda..05668b72 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -ruby 3.3.0 +ruby 3.3.4 diff --git a/Gemfile b/Gemfile index 11fafb33..399ca712 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } -gem "fastlane", "~> 2.219.0" +gem "fastlane", "~> 2.222.0" gem "json", "~> 2.7.0" gem 'httparty' diff --git a/Gemfile.lock b/Gemfile.lock index 665a0545..353c8ab5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -29,6 +29,7 @@ GEM colored2 (3.1.2) commander (4.6.0) highline (~> 2.0.0) + csv (0.1.0) declarative (0.0.20) digest-crc (0.6.5) rake (>= 12.0.0, < 14.0.0) @@ -65,14 +66,14 @@ GEM faraday_middleware (1.2.0) faraday (~> 1.0) fastimage (2.3.0) - fastlane (2.219.0) + fastlane (2.222.0) CFPropertyList (>= 2.3, < 4.0.0) addressable (>= 2.8, < 3.0.0) artifactory (~> 3.0) aws-sdk-s3 (~> 1.0) babosa (>= 1.0.3, < 2.0.0) bundler (>= 1.12.0, < 3.0.0) - colored + colored (~> 1.2) commander (~> 4.6) dotenv (>= 2.1.1, < 3.0.0) emoji_regex (>= 0.1, < 4.0) @@ -93,10 +94,10 @@ GEM mini_magick (>= 4.9.4, < 5.0.0) multipart-post (>= 2.0.0, < 3.0.0) naturally (~> 2.2) - optparse (>= 0.1.1) + optparse (>= 0.1.1, < 1.0.0) plist (>= 3.1.0, < 4.0.0) rubyzip (>= 2.0.0, < 3.0.0) - security (= 0.1.3) + security (= 0.1.5) simctl (~> 1.6.3) terminal-notifier (>= 2.0.0, < 3.0.0) terminal-table (~> 3) @@ -105,7 +106,7 @@ GEM word_wrap (~> 1.0.0) xcodeproj (>= 1.13.0, < 2.0.0) xcpretty (~> 0.3.0) - xcpretty-travis-formatter (>= 0.0.3) + xcpretty-travis-formatter (>= 0.0.3, < 2.0.0) fastlane-plugin-appcenter (2.1.2) gh_inspector (1.1.3) google-apis-androidpublisher_v3 (0.54.0) @@ -148,12 +149,13 @@ GEM highline (2.0.3) http-cookie (1.0.5) domain_name (~> 0.5) - httparty (0.21.0) + httparty (0.22.0) + csv mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) httpclient (2.8.3) jmespath (1.6.2) - json (2.7.1) + json (2.7.2) jwt (2.7.1) mini_magick (4.12.0) mini_mime (1.1.5) @@ -176,7 +178,7 @@ GEM rouge (2.0.7) ruby2_keywords (0.0.5) rubyzip (2.3.2) - security (0.1.3) + security (0.1.5) signet (0.18.0) addressable (~> 2.8) faraday (>= 0.17.5, < 3.a) @@ -214,7 +216,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - fastlane (~> 2.219.0) + fastlane (~> 2.222.0) fastlane-plugin-appcenter httparty json (~> 2.7.0) diff --git a/Package.swift b/Package.swift index e850ac9b..a5376e50 100644 --- a/Package.swift +++ b/Package.swift @@ -16,9 +16,9 @@ let package = Package( ], dependencies: [ // Dependencies declare other packages that this package depends on. - .package(url: "https://github.com/marmelroy/PhoneNumberKit.git", from: "3.7.9"), + .package(url: "https://github.com/marmelroy/PhoneNumberKit.git", from: "3.8.0"), .package(url: "git@github.com:powerhome/power-fonts.git", from: "0.0.1"), - .package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.15.4") + .package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.17.4") ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.