From 97118306ff76c6eadf190f276d80671385c1fe6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 14:48:48 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20sindresorhus/Keyb?= =?UTF-8?q?oardShortcuts=20to=20v3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- macos/AgentCLI/Package.resolved | 4 ++-- macos/AgentCLI/Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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: [