From 8b390e1645b1d84bccccc8ccf3d8344898407e59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 11:04:03 +0000 Subject: [PATCH] Bump github.com/duckduckgo/duckduckgo-autofill from 16.0.0 to 16.1.0 Bumps [github.com/duckduckgo/duckduckgo-autofill](https://github.com/duckduckgo/duckduckgo-autofill) from 16.0.0 to 16.1.0. - [Release notes](https://github.com/duckduckgo/duckduckgo-autofill/releases) - [Commits](https://github.com/duckduckgo/duckduckgo-autofill/compare/16.0.0...16.1.0) --- updated-dependencies: - dependency-name: github.com/duckduckgo/duckduckgo-autofill dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Package.resolved | 4 ++-- Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.resolved b/Package.resolved index dd10b441d..04b8bd84b 100644 --- a/Package.resolved +++ b/Package.resolved @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/duckduckgo/duckduckgo-autofill.git", "state" : { - "revision" : "88982a3802ac504e2f1a118a73bfdf2d8f4a7735", - "version" : "16.0.0" + "revision" : "47c26dc32b94cdbcef3e6157497147917678c25c", + "version" : "16.1.0" } }, { diff --git a/Package.swift b/Package.swift index 21a162064..37035e5d2 100644 --- a/Package.swift +++ b/Package.swift @@ -50,7 +50,7 @@ let package = Package( .library(name: "PrivacyStats", targets: ["PrivacyStats"]), ], dependencies: [ - .package(url: "https://github.com/duckduckgo/duckduckgo-autofill.git", exact: "16.0.0"), + .package(url: "https://github.com/duckduckgo/duckduckgo-autofill.git", exact: "16.1.0"), .package(url: "https://github.com/duckduckgo/GRDB.swift.git", exact: "2.4.2"), .package(url: "https://github.com/duckduckgo/TrackerRadarKit", exact: "3.0.0"), .package(url: "https://github.com/duckduckgo/sync_crypto", exact: "0.3.0"),