From aee45f5f73fe98cbbdb1e574b7baec6c0346bfd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 13:10:45 -0700 Subject: [PATCH] chore(deps): bump the swift-deps group across 1 directory with 3 updates (#86483) Bumps the swift-deps group with 3 updates in the /apps/macos directory: [github.com/apple/swift-log](https://github.com/apple/swift-log), [github.com/sparkle-project/sparkle](https://github.com/sparkle-project/Sparkle) and [github.com/steipete/peekaboo](https://github.com/steipete/Peekaboo). Updates `github.com/apple/swift-log` from 1.12.0 to 1.13.1 - [Release notes](https://github.com/apple/swift-log/releases) - [Commits](https://github.com/apple/swift-log/compare/1.12.0...1.13.1) Updates `github.com/sparkle-project/sparkle` from 2.9.1 to 2.9.2 - [Release notes](https://github.com/sparkle-project/Sparkle/releases) - [Commits](https://github.com/sparkle-project/Sparkle/compare/2.9.1...2.9.2) Updates `github.com/steipete/peekaboo` from 3.2.1 to 3.3.0 - [Release notes](https://github.com/steipete/Peekaboo/releases) - [Commits](https://github.com/steipete/Peekaboo/compare/v3.2.1...v3.3.0) --- updated-dependencies: - dependency-name: github.com/apple/swift-log dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: swift-deps - dependency-name: github.com/sparkle-project/sparkle dependency-version: 2.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: swift-deps - dependency-name: github.com/steipete/peekaboo dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: swift-deps ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- apps/macos/Package.resolved | 14 +++++++------- apps/macos/Package.swift | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/macos/Package.resolved b/apps/macos/Package.resolved index c1545967218..a1a7f703eb2 100644 --- a/apps/macos/Package.resolved +++ b/apps/macos/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "92edc1a12985a9d17dc33bfc8b590ab5f5a9566bb2bdd8debdb79e6a8d445908", + "originHash" : "a88730a64ccb5fd092108256c37d6c80bc7b92a5b6b563d83a9a26988550234d", "pins" : [ { "identity" : "axorcist", @@ -42,8 +42,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/steipete/Peekaboo.git", "state" : { - "revision" : "36108b4ea7d7848d616c3cad1e7a03e40d6be857", - "version" : "3.2.1" + "revision" : "faf843032772c2074d834b931911bf0002704136", + "version" : "3.3.0" } }, { @@ -51,8 +51,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/sparkle-project/Sparkle", "state" : { - "revision" : "066e75a8b3e99962685d6a90cdd5293ebffd9261", - "version" : "2.9.1" + "revision" : "6276ba2b404829d139c45ff98427cf90e2efc59b", + "version" : "2.9.2" } }, { @@ -78,8 +78,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-log.git", "state" : { - "revision" : "5073617dac96330a486245e4c0179cb0a6fd2256", - "version" : "1.12.0" + "revision" : "2aed77ae5ec9a86d8fe42c12275e4c2653a286ee", + "version" : "1.13.1" } }, { diff --git a/apps/macos/Package.swift b/apps/macos/Package.swift index 8dad5aa870c..783242bf263 100644 --- a/apps/macos/Package.swift +++ b/apps/macos/Package.swift @@ -19,7 +19,7 @@ let package = Package( .package(url: "https://github.com/swiftlang/swift-subprocess.git", from: "0.4.0"), .package(url: "https://github.com/apple/swift-log.git", from: "1.10.1"), .package(url: "https://github.com/sparkle-project/Sparkle", from: "2.9.0"), - .package(url: "https://github.com/steipete/Peekaboo.git", exact: "3.2.1"), + .package(url: "https://github.com/steipete/Peekaboo.git", exact: "3.3.0"), .package(path: "../shared/OpenClawKit"), .package(path: "../swabble"), ],