From f30d86d5ef147d3c9baae947d510d5e180f4e75a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:43:02 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index 585894e..4b98183 100644 --- a/Package.swift +++ b/Package.swift @@ -13,8 +13,8 @@ let package = Package( targets: ["DangerSwiftKantoku"]), ], dependencies: [ - .package(url: "https://github.com/danger/swift", from: "3.0.0"), - .package(url: "https://github.com/davidahouse/XCResultKit", from: "1.0.0"), + .package(url: "https://github.com/danger/swift", from: "3.20.2"), + .package(url: "https://github.com/davidahouse/XCResultKit", from: "1.2.1"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.