From 2f2d5d8287cc9102e680a593c1abdf8a9dcb77bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 18:57:48 +0000 Subject: [PATCH] build(deps): bump github.com/sparkle-project/sparkle from 2.9.2 to 2.9.5 Bumps [github.com/sparkle-project/sparkle](https://github.com/sparkle-project/Sparkle) from 2.9.2 to 2.9.5. - [Release notes](https://github.com/sparkle-project/Sparkle/releases) - [Commits](https://github.com/sparkle-project/Sparkle/compare/2.9.2...2.9.5) --- updated-dependencies: - dependency-name: github.com/sparkle-project/sparkle dependency-version: 2.9.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Package.resolved | 6 +++--- Package.swift | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.resolved b/Package.resolved index 56a226b..b8d3085 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,13 +1,13 @@ { - "originHash" : "e856b4d9fb54886acacec061e1e934575c98ab37b5105409f2bacc603a2d3fc5", + "originHash" : "aab9fc96dbe93e082f08b231b120d76b492d12214b04b2ff996ea0983382a134", "pins" : [ { "identity" : "sparkle", "kind" : "remoteSourceControl", "location" : "https://github.com/sparkle-project/Sparkle", "state" : { - "revision" : "6276ba2b404829d139c45ff98427cf90e2efc59b", - "version" : "2.9.2" + "revision" : "79bc9e872948e47877e76f194cb0c8e0412b0b90", + "version" : "2.9.5" } } ], diff --git a/Package.swift b/Package.swift index b3b80fb..acdcffa 100644 --- a/Package.swift +++ b/Package.swift @@ -9,7 +9,7 @@ let package = Package( .executable(name: "Patchwright", targets: ["PatchwrightApp"]), ], dependencies: [ - .package(url: "https://github.com/sparkle-project/Sparkle", exact: "2.9.2"), + .package(url: "https://github.com/sparkle-project/Sparkle", exact: "2.9.5"), ], targets: [ .target(name: "PatchwrightCore"),