From 336e3f4e3ee7e35dad8ee475a682670b233551d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 05:36:05 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- Danger/Package.swift | 2 +- Package.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Danger/Package.swift b/Danger/Package.swift index 8ab94df..b4c13b7 100644 --- a/Danger/Package.swift +++ b/Danger/Package.swift @@ -14,7 +14,7 @@ let package = Package( ), ], dependencies: [ - .package(url: "https://github.com/realm/SwiftLint", from: "0.53.0"), + .package(url: "https://github.com/realm/SwiftLint", from: "0.54.0"), // Danger .package(name: "danger-swift", url: "https://github.com/danger/swift.git", from: "3.18.0"), // Danger Plugins diff --git a/Package.swift b/Package.swift index 0458d5f..9840a8a 100644 --- a/Package.swift +++ b/Package.swift @@ -15,7 +15,7 @@ let package = Package( dependencies: [ // Dependencies declare other packages that this package depends on. // .package(url: /* package url */, from: "1.0.0"), - .package(url: "https://github.com/danger/swift.git", from: "3.0.0"), + .package(url: "https://github.com/danger/swift.git", from: "3.18.0"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.