From 0ee5a9105004e7815d3724aec52029741b505d1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 10:57:24 +0000 Subject: [PATCH] Bump github.com/duckduckgo/content-scope-scripts from 6.36.0 to 6.37.0 Bumps [github.com/duckduckgo/content-scope-scripts](https://github.com/duckduckgo/content-scope-scripts) from 6.36.0 to 6.37.0. - [Release notes](https://github.com/duckduckgo/content-scope-scripts/releases) - [Commits](https://github.com/duckduckgo/content-scope-scripts/compare/6.36.0...6.37.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 e6f405a33..9d8e1103a 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" : "4ff181786561417620fc00346ad9f42e81fc1766", + "version" : "6.37.0" } }, { diff --git a/Package.swift b/Package.swift index 36703767e..7e5ca10c5 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.37.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"),