From 71a0c9146a0dac3e375ae537c37027a828beca5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 16:08:49 +0000 Subject: [PATCH] chore(deps): update dependency jpsim/yams to v5 --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 37a294f..fb36907 100644 --- a/Package.swift +++ b/Package.swift @@ -16,7 +16,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/johnsundell/shellout.git", from: "2.3.0"), .package(url: "https://github.com/JohnSundell/Files", from: "4.2.0"), - .package(url: "https://github.com/jpsim/Yams.git", from: "4.0.6"), + .package(url: "https://github.com/jpsim/Yams.git", from: "5.1.1"), .package(url: "https://github.com/apple/swift-tools-support-core.git", from: "0.2.2"), .package(url: "https://github.com/apple/swift-log.git", from: "1.4.2"), .package(url: "https://github.com/apple/swift-syntax.git", .exact("0.50100.0")),