From 7e5ac9471c193cd3901061cce059874fd96d8b1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 18:19:44 +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..702faea 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.19.1"), + .package(url: "https://github.com/davidahouse/XCResultKit", from: "1.2.0"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.