diff --git a/Package.swift b/Package.swift index ab4b1fa..b8ed39a 100644 --- a/Package.swift +++ b/Package.swift @@ -13,9 +13,9 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.19.2"), - .package(url: "https://github.com/airbnb/lottie-spm", from: "4.5.0"), - .package(url: "https://github.com/sindresorhus/KeyboardShortcuts", from: "2.0.0"), - .package(url: "https://github.com/sindresorhus/LaunchAtLogin-Modern", from: "1.0.0") + .package(url: "https://github.com/airbnb/lottie-spm", from: "4.6.0"), + .package(url: "https://github.com/sindresorhus/KeyboardShortcuts", from: "2.4.0"), + .package(url: "https://github.com/sindresorhus/LaunchAtLogin-Modern", from: "1.1.0") ], targets: [ .target(name: "GitKit"),