From ef597c834a36d28494e79026740f10b5e1a7506d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 10:48:37 +0000 Subject: [PATCH] Bump github.com/duckduckgo/content-scope-scripts from 7.18.0 to 7.20.0 Bumps [github.com/duckduckgo/content-scope-scripts](https://github.com/duckduckgo/content-scope-scripts) from 7.18.0 to 7.20.0. - [Release notes](https://github.com/duckduckgo/content-scope-scripts/releases) - [Commits](https://github.com/duckduckgo/content-scope-scripts/compare/7.18.0...7.20.0) --- updated-dependencies: - dependency-name: github.com/duckduckgo/content-scope-scripts 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 c2ffa4c33..d21313cc9 100644 --- a/Package.resolved +++ b/Package.resolved @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/duckduckgo/content-scope-scripts", "state" : { - "revision" : "874b27ad51d1784c934760c85493f78e609c4409", - "version" : "7.18.0" + "revision" : "695df496504a9a98ee15a32ad1be25c94a5bb532", + "version" : "7.20.0" } }, { diff --git a/Package.swift b/Package.swift index a06efdbd5..fa3b2b553 100644 --- a/Package.swift +++ b/Package.swift @@ -56,7 +56,7 @@ let package = Package( .package(url: "https://github.com/duckduckgo/TrackerRadarKit.git", exact: "3.0.0"), .package(url: "https://github.com/duckduckgo/sync_crypto", exact: "0.4.0"), .package(url: "https://github.com/gumob/PunycodeSwift.git", exact: "3.0.0"), - .package(url: "https://github.com/duckduckgo/content-scope-scripts", exact: "7.18.0"), + .package(url: "https://github.com/duckduckgo/content-scope-scripts", exact: "7.20.0"), .package(url: "https://github.com/duckduckgo/privacy-dashboard", exact: "8.4.0"), .package(url: "https://github.com/httpswift/swifter.git", exact: "1.5.0"), .package(url: "https://github.com/duckduckgo/bloom_cpp.git", exact: "3.0.0"),