From 153bc4279cc63bd8f252226d356df43389a7cf7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 15:47:56 +0000 Subject: [PATCH] Bump github.com/kishikawakatsumi/keychainaccess from 3.2.1 to 4.2.2 Bumps [github.com/kishikawakatsumi/keychainaccess](https://github.com/kishikawakatsumi/KeychainAccess) from 3.2.1 to 4.2.2. - [Release notes](https://github.com/kishikawakatsumi/KeychainAccess/releases) - [Commits](https://github.com/kishikawakatsumi/KeychainAccess/compare/v3.2.1...v4.2.2) --- updated-dependencies: - dependency-name: github.com/kishikawakatsumi/keychainaccess dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Package.resolved | 6 +++--- Package.swift | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.resolved b/Package.resolved index 3caa2fe..0ca85c1 100644 --- a/Package.resolved +++ b/Package.resolved @@ -3,7 +3,7 @@ { "identity" : "data", "kind" : "remoteSourceControl", - "location" : "https://github.com/xcodereleases/data.git", + "location" : "https://github.com/xcodereleases/data", "state" : { "revision" : "fcf527b187817f67c05223676341f3ab69d4214d" } @@ -22,8 +22,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/kishikawakatsumi/KeychainAccess.git", "state" : { - "revision" : "8d33ffd6f74b3bcfc99af759d4204c6395a3f918", - "version" : "3.2.1" + "revision" : "84e546727d66f1adc5439debad16270d0fdd04e7", + "version" : "4.2.2" } }, { diff --git a/Package.swift b/Package.swift index 5e76b81..4e314b4 100644 --- a/Package.swift +++ b/Package.swift @@ -19,7 +19,7 @@ let package = Package( .package(url: "https://github.com/PromiseKit/Foundation.git", .upToNextMinor(from: "3.4.0")), .package(url: "https://github.com/scinfu/SwiftSoup.git", .upToNextMinor(from: "2.0.0")), .package(url: "https://github.com/mxcl/LegibleError.git", .upToNextMinor(from: "1.0.1")), - .package(url: "https://github.com/kishikawakatsumi/KeychainAccess.git", .upToNextMinor(from: "3.2.0")), + .package(url: "https://github.com/kishikawakatsumi/KeychainAccess.git", .upToNextMinor(from: "4.2.2")), .package(url: "https://github.com/xcodereleases/data", revision: "fcf527b187817f67c05223676341f3ab69d4214d"), .package(url: "https://github.com/onevcat/Rainbow.git", .upToNextMinor(from: "3.2.0")), .package(url: "https://github.com/jpsim/Yams", .upToNextMinor(from: "5.0.1")),