diff --git a/Package.resolved b/Package.resolved index 8fdecaf2f..f82311497 100644 --- a/Package.resolved +++ b/Package.resolved @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/duckduckgo/duckduckgo-autofill.git", "state" : { - "revision" : "676d42679296a175169e433f2332e55644151edd", - "version" : "16.2.0" + "revision" : "3a9606fd26e9a54bf369cc241e6fa3b2571eb13a", + "version" : "16.2.1" } }, { diff --git a/Package.swift b/Package.swift index d840ebf53..212887808 100644 --- a/Package.swift +++ b/Package.swift @@ -51,7 +51,7 @@ let package = Package( .library(name: "PrivacyStats", targets: ["PrivacyStats"]) ], dependencies: [ - .package(url: "https://github.com/duckduckgo/duckduckgo-autofill.git", exact: "16.2.0"), + .package(url: "https://github.com/duckduckgo/duckduckgo-autofill.git", exact: "16.2.1"), .package(url: "https://github.com/duckduckgo/GRDB.swift.git", exact: "2.4.2"), .package(url: "https://github.com/duckduckgo/TrackerRadarKit.git", exact: "3.0.0"), .package(url: "https://github.com/duckduckgo/sync_crypto", exact: "0.4.0"),