From 861b8a72930f138cd18b6a7722502a8a40375827 Mon Sep 17 00:00:00 2001 From: Dax Mobile <44842493+daxmobile@users.noreply.github.com> Date: Fri, 15 Dec 2023 14:02:48 +0000 Subject: [PATCH] Update autofill to 10.0.2 (#599) Task/Issue URL: https://app.asana.com/0/1206157971479455/1206157971479455 Autofill Release: https://github.com/duckduckgo/duckduckgo-autofill/releases/tag/10.0.2 Description Updates Autofill to version 10.0.2. --- Package.resolved | 4 ++-- Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.resolved b/Package.resolved index 8482cdadb..c65a105fd 100644 --- a/Package.resolved +++ b/Package.resolved @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/duckduckgo/duckduckgo-autofill.git", "state" : { - "revision" : "dbecae0df07650a21b5632a92fa2e498c96af7b5", - "version" : "10.0.1" + "revision" : "5597bc17709c8acf454ecaad4f4082007986242a", + "version" : "10.0.2" } }, { diff --git a/Package.swift b/Package.swift index fa4283873..6a4b2d300 100644 --- a/Package.swift +++ b/Package.swift @@ -32,7 +32,7 @@ let package = Package( .library(name: "SecureStorage", targets: ["SecureStorage"]) ], dependencies: [ - .package(url: "https://github.com/duckduckgo/duckduckgo-autofill.git", exact: "10.0.1"), + .package(url: "https://github.com/duckduckgo/duckduckgo-autofill.git", exact: "10.0.2"), .package(url: "https://github.com/duckduckgo/GRDB.swift.git", exact: "2.2.0"), .package(url: "https://github.com/duckduckgo/TrackerRadarKit", exact: "1.2.2"), .package(url: "https://github.com/duckduckgo/sync_crypto", exact: "0.2.0"),