diff --git a/macos/AgentCLI/Package.resolved b/macos/AgentCLI/Package.resolved index 96beaa21..6598dc49 100644 --- a/macos/AgentCLI/Package.resolved +++ b/macos/AgentCLI/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/sindresorhus/KeyboardShortcuts", "state" : { - "revision" : "70caa8dea43e2d273cd5ab78885d7eff01df550c", - "version" : "1.10.0" + "revision" : "49c3fc04ea827f816df67843bfcc57286b47ff06", + "version" : "3.0.1" } }, { diff --git a/macos/AgentCLI/Package.swift b/macos/AgentCLI/Package.swift index ca26021a..794a4f3e 100644 --- a/macos/AgentCLI/Package.swift +++ b/macos/AgentCLI/Package.swift @@ -11,7 +11,7 @@ let package = Package( .executable(name: "AgentCLI", targets: ["AgentCLI"]), ], dependencies: [ - .package(url: "https://github.com/sindresorhus/KeyboardShortcuts", exact: "1.10.0"), + .package(url: "https://github.com/sindresorhus/KeyboardShortcuts", exact: "3.0.1"), .package(url: "https://github.com/sparkle-project/Sparkle", exact: "2.9.3"), ], targets: [