diff --git a/Package.resolved b/Package.resolved index 960ca35..63f7fbc 100644 --- a/Package.resolved +++ b/Package.resolved @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/sparkle-project/Sparkle", "state" : { - "revision" : "b6496a74a087257ef5e6da1c5b29a447a60f5bd7", - "version" : "2.9.4" + "revision" : "ac2def288cbff5cfc7df3ffef6abdf45b72bcb0a", + "version" : "2.9.6" } }, { @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/nodes-app/swift-markdown-engine", "state" : { - "revision" : "9244f8bc88590520a902b83b9f6c3f45d0690eb7", - "version" : "0.11.0" + "revision" : "e5f7607fc4021181056ef7a09dbb7573dc0237d9", + "version" : "0.12.0" } }, { diff --git a/Package.swift b/Package.swift index 2fa15cb..9cb7f91 100644 --- a/Package.swift +++ b/Package.swift @@ -11,8 +11,8 @@ let package = Package( .executable(name: "Dayline", targets: ["Dayline"]) ], dependencies: [ - .package(url: "https://github.com/sparkle-project/Sparkle", exact: "2.9.4"), - .package(url: "https://github.com/nodes-app/swift-markdown-engine", exact: "0.11.0") + .package(url: "https://github.com/sparkle-project/Sparkle", exact: "2.9.6"), + .package(url: "https://github.com/nodes-app/swift-markdown-engine", exact: "0.12.0") ], targets: [ .executableTarget(