From 4989524c8701cb499e290bf0b652a427c5a3367d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 17:09:32 +0000 Subject: [PATCH] Bump github.com/sindresorhus/keyboardshortcuts from 2.4.0 to 3.0.1 Bumps [github.com/sindresorhus/keyboardshortcuts](https://github.com/sindresorhus/KeyboardShortcuts) from 2.4.0 to 3.0.1. - [Release notes](https://github.com/sindresorhus/KeyboardShortcuts/releases) - [Commits](https://github.com/sindresorhus/KeyboardShortcuts/compare/2.4.0...3.0.1) --- updated-dependencies: - dependency-name: github.com/sindresorhus/keyboardshortcuts dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index aff50c6..e0e1599 100644 --- a/Package.swift +++ b/Package.swift @@ -10,7 +10,7 @@ let package = Package( .executable(name: "Tintpad", targets: ["Tintpad"]) ], dependencies: [ - .package(url: "https://github.com/sindresorhus/KeyboardShortcuts", from: "2.0.0"), + .package(url: "https://github.com/sindresorhus/KeyboardShortcuts", from: "3.0.1"), .package(url: "https://github.com/sparkle-project/Sparkle", from: "2.6.0") ], targets: [