From ce0223a5cc5e404867be5e691f5df1de9ea24387 Mon Sep 17 00:00:00 2001 From: Dominik Kapusta Date: Thu, 21 Nov 2024 12:25:57 +0100 Subject: [PATCH] Update Content Scope Scripts to 6.38.0 (#1087) Task/Issue URL: https://app.asana.com/0/72649045549333/1208814396151376/f Description: This release adds new APIs for HTML New Tab Page. --- Package.resolved | 4 ++-- Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.resolved b/Package.resolved index e6f405a33..3529f7bd8 100644 --- a/Package.resolved +++ b/Package.resolved @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/duckduckgo/content-scope-scripts", "state" : { - "revision" : "f2caf4ff814f4714d07d6fc2cf02498cb54a1389", - "version" : "6.36.0" + "revision" : "6f8b28d98bee6e15c4020d46577143d49619c248", + "version" : "6.38.0" } }, { diff --git a/Package.swift b/Package.swift index 36703767e..0041de97b 100644 --- a/Package.swift +++ b/Package.swift @@ -53,7 +53,7 @@ let package = Package( .package(url: "https://github.com/duckduckgo/TrackerRadarKit", exact: "3.0.0"), .package(url: "https://github.com/duckduckgo/sync_crypto", exact: "0.3.0"), .package(url: "https://github.com/gumob/PunycodeSwift.git", exact: "3.0.0"), - .package(url: "https://github.com/duckduckgo/content-scope-scripts", exact: "6.36.0"), + .package(url: "https://github.com/duckduckgo/content-scope-scripts", exact: "6.38.0"), .package(url: "https://github.com/duckduckgo/privacy-dashboard", exact: "7.2.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"),