From fd23c710f5844adc04baa026b18c83375928c088 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 17:01:17 +0000 Subject: [PATCH] build(deps): bump the swift-dependencies group with 2 updates Bumps the swift-dependencies group with 2 updates: [github.com/sparkle-project/sparkle](https://github.com/sparkle-project/Sparkle) and [github.com/nodes-app/swift-markdown-engine](https://github.com/nodes-app/swift-markdown-engine). Updates `github.com/sparkle-project/sparkle` from 2.9.4 to 2.9.6 - [Release notes](https://github.com/sparkle-project/Sparkle/releases) - [Commits](https://github.com/sparkle-project/Sparkle/compare/2.9.4...2.9.6) Updates `github.com/nodes-app/swift-markdown-engine` from 0.11.0 to 0.12.0 - [Release notes](https://github.com/nodes-app/swift-markdown-engine/releases) - [Commits](https://github.com/nodes-app/swift-markdown-engine/compare/0.11.0...0.12.0) --- updated-dependencies: - dependency-name: github.com/sparkle-project/sparkle dependency-version: 2.9.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: swift-dependencies - dependency-name: github.com/nodes-app/swift-markdown-engine dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: swift-dependencies ... Signed-off-by: dependabot[bot] --- Package.resolved | 8 ++++---- Package.swift | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) 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(