From cffcada53ab4b2cb318151810b21bbce15ec27a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 15:48:08 +0000 Subject: [PATCH] Bump github.com/mxcl/promisekit from 6.8.5 to 6.22.1 Bumps [github.com/mxcl/promisekit](https://github.com/mxcl/PromiseKit) from 6.8.5 to 6.22.1. - [Release notes](https://github.com/mxcl/PromiseKit/releases) - [Commits](https://github.com/mxcl/PromiseKit/compare/6.8.5...6.22.1) --- updated-dependencies: - dependency-name: github.com/mxcl/promisekit dependency-type: direct:production update-type: version-update:semver-minor ... 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..54acc75 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" } @@ -49,8 +49,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/mxcl/PromiseKit.git", "state" : { - "revision" : "1c296a8637838901d2b01e4c46875ee749506133", - "version" : "6.8.5" + "revision" : "8a98e31a47854d3180882c8068cc4d9381bf382d", + "version" : "6.22.1" } }, { diff --git a/Package.swift b/Package.swift index 5e76b81..0f6c442 100644 --- a/Package.swift +++ b/Package.swift @@ -15,7 +15,7 @@ let package = Package( .package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.1.4")), .package(url: "https://github.com/mxcl/Path.swift.git", .upToNextMinor(from: "0.16.0")), .package(url: "https://github.com/mxcl/Version.git", .upToNextMinor(from: "1.0.3")), - .package(url: "https://github.com/mxcl/PromiseKit.git", .upToNextMinor(from: "6.8.3")), + .package(url: "https://github.com/mxcl/PromiseKit.git", .upToNextMinor(from: "6.22.1")), .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")),