From 9994a96bdc88f86cc17d5db16c708a30629853fd Mon Sep 17 00:00:00 2001 From: Bradley Mackey Date: Tue, 16 Jun 2026 09:47:18 +0100 Subject: [PATCH] Update swift-snapshot-testing to 1.19.2 --- Vault.xcworkspace/xcshareddata/swiftpm/Package.resolved | 6 +++--- Vault/Package.resolved | 6 +++--- Vault/Package.swift | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Vault.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Vault.xcworkspace/xcshareddata/swiftpm/Package.resolved index fcad0043..d9d9c76f 100644 --- a/Vault.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Vault.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "5a8160676b0f4c9b1a971211509ae4ef5a15f6f5a49d3f101f2614b35a1f066c", + "originHash" : "d043e3ea53bbfc3b139fe272b4d26da3cf79efd2353b8fe2c7e309ad120aa81f", "pins" : [ { "identity" : "bigint", @@ -87,8 +87,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-snapshot-testing", "state" : { - "revision" : "a8b7c5e0ed33d8ab8887d1654d9b59f2cbad529b", - "version" : "1.18.7" + "revision" : "ad5e3190cc63dc288f28546f9c6827efc1e9d495", + "version" : "1.19.2" } }, { diff --git a/Vault/Package.resolved b/Vault/Package.resolved index fcad0043..d9d9c76f 100644 --- a/Vault/Package.resolved +++ b/Vault/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "5a8160676b0f4c9b1a971211509ae4ef5a15f6f5a49d3f101f2614b35a1f066c", + "originHash" : "d043e3ea53bbfc3b139fe272b4d26da3cf79efd2353b8fe2c7e309ad120aa81f", "pins" : [ { "identity" : "bigint", @@ -87,8 +87,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-snapshot-testing", "state" : { - "revision" : "a8b7c5e0ed33d8ab8887d1654d9b59f2cbad529b", - "version" : "1.18.7" + "revision" : "ad5e3190cc63dc288f28546f9c6827efc1e9d495", + "version" : "1.19.2" } }, { diff --git a/Vault/Package.swift b/Vault/Package.swift index 93eaedfa..a10ac9c8 100644 --- a/Vault/Package.swift +++ b/Vault/Package.swift @@ -47,7 +47,7 @@ let package = Package( .plugin(name: "FormatLint", targets: ["FormatLint"]), ], dependencies: [ - .package(url: "https://github.com/pointfreeco/swift-snapshot-testing", exact: "1.18.7"), + .package(url: "https://github.com/pointfreeco/swift-snapshot-testing", exact: "1.19.2"), .package(url: "https://github.com/attaswift/BigInt.git", exact: "5.7.0"), .package(url: "https://github.com/krzyzanowskim/CryptoSwift", exact: "1.10.0"), .package(url: "https://github.com/sunghyun-k/swiftui-toasts.git", exact: "0.2.0"),