diff --git a/apps/macos/Package.resolved b/apps/macos/Package.resolved index 29b35c93..7e8c9f55 100644 --- a/apps/macos/Package.resolved +++ b/apps/macos/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "7a8088405ec5e396c14d737c110ff5651ff25dabcd437a0fee92e57018c5360a", + "originHash" : "c3603a6331226cb55ac787b929df0a7ddb5a040e50b668ed21e278e92153a59b", "pins" : [ { "identity" : "axorcist", @@ -33,8 +33,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/orchetect/MenuBarExtraAccess", "state" : { - "revision" : "33bb0e4b1e407feac791e047dcaaf9c69b25fd26", - "version" : "1.3.0" + "revision" : "e93e3a5b814714bf4d4cea67bf63a6b6a8323968", + "version" : "1.3.1" } }, { @@ -51,8 +51,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/sparkle-project/Sparkle", "state" : { - "revision" : "066e75a8b3e99962685d6a90cdd5293ebffd9261", - "version" : "2.9.1" + "revision" : "79bc9e872948e47877e76f194cb0c8e0412b0b90", + "version" : "2.9.5" } }, { @@ -78,8 +78,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-log.git", "state" : { - "revision" : "5073617dac96330a486245e4c0179cb0a6fd2256", - "version" : "1.12.0" + "revision" : "3ffafb9722d5d918c614feb496c8789a3b59d222", + "version" : "1.15.0" } }, { diff --git a/apps/macos/Package.swift b/apps/macos/Package.swift index 2eb8b174..1406ef8b 100644 --- a/apps/macos/Package.swift +++ b/apps/macos/Package.swift @@ -15,7 +15,7 @@ let package = Package( .executable(name: "openclaw-mac", targets: ["OpenClawMacCLI"]), ], dependencies: [ - .package(url: "https://github.com/orchetect/MenuBarExtraAccess", exact: "1.3.0"), + .package(url: "https://github.com/orchetect/MenuBarExtraAccess", exact: "1.3.1"), .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"),