diff --git a/Package.resolved b/Package.resolved index 56a226b..4521ca3 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,13 +1,13 @@ { - "originHash" : "e856b4d9fb54886acacec061e1e934575c98ab37b5105409f2bacc603a2d3fc5", + "originHash" : "d1eadab4087179823c3e4dc16bff3dad6c326ed5883fddbdef7e861edd625d4a", "pins" : [ { "identity" : "sparkle", "kind" : "remoteSourceControl", "location" : "https://github.com/sparkle-project/Sparkle", "state" : { - "revision" : "6276ba2b404829d139c45ff98427cf90e2efc59b", - "version" : "2.9.2" + "revision" : "ac2def288cbff5cfc7df3ffef6abdf45b72bcb0a", + "version" : "2.9.6" } } ], diff --git a/Package.swift b/Package.swift index b3b80fb..8a9f3ed 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.6"), ], targets: [ .target(name: "PatchwrightCore"),