diff --git a/Package.resolved b/Package.resolved index 1ef9c4e..e763dea 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "2e462d6691819f5fe295f89fa7152b5bca5eeb80a6b95bc6ba298ca084620d7d", + "originHash" : "e18d4542197f2beeaa53746d8f957de182e64572837325e7f38dd8395696958a", "pins" : [ { "identity" : "asyncxpcconnection", @@ -10,6 +10,15 @@ "version" : "1.3.0" } }, + { + "identity" : "csqlite", + "kind" : "remoteSourceControl", + "location" : "https://github.com/stephencelis/CSQLite", + "state" : { + "revision" : "bdb5580e54cdf49251b365ea34e2651199473240", + "version" : "3.50.4" + } + }, { "identity" : "defaults", "kind" : "remoteSourceControl", @@ -69,8 +78,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/sparkle-project/Sparkle", "state" : { - "revision" : "066e75a8b3e99962685d6a90cdd5293ebffd9261", - "version" : "2.9.1" + "revision" : "d46d456107feacc80711b21847b82b07bd9fb46e", + "version" : "2.9.3" } }, { diff --git a/Package.swift b/Package.swift index d8e6f6a..34a62bb 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( .package(url: "https://github.com/airbnb/lottie-spm.git", exact: "4.6.0"), .package(url: "https://github.com/EmergeTools/Pow", exact: "1.0.6"), .package(url: "https://github.com/Lakr233/SkyLightWindow", exact: "1.0.0"), - .package(url: "https://github.com/sparkle-project/Sparkle", exact: "2.9.1"), + .package(url: "https://github.com/sparkle-project/Sparkle", exact: "2.9.3"), .package(url: "https://github.com/stephencelis/SQLite.swift.git", exact: "0.16.0"), .package(url: "https://github.com/apple/swift-collections.git", exact: "1.5.0"), .package(url: "https://github.com/apple/swift-syntax.git", exact: "602.0.0"),