From e0432934233260042bcfe3932df7bfc0a6be0d5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:03:14 +0000 Subject: [PATCH] Bump github.com/duckduckgo/content-scope-scripts from 6.25.0 to 6.27.0 Bumps [github.com/duckduckgo/content-scope-scripts](https://github.com/duckduckgo/content-scope-scripts) from 6.25.0 to 6.27.0. - [Release notes](https://github.com/duckduckgo/content-scope-scripts/releases) - [Commits](https://github.com/duckduckgo/content-scope-scripts/compare/6.25.0...6.27.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 32abe9c26..b35674597 100644 --- a/Package.resolved +++ b/Package.resolved @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/duckduckgo/content-scope-scripts", "state" : { - "revision" : "b74549bd869fdecc16fad851f2f608b1724764df", - "version" : "6.25.0" + "revision" : "fc1746b00ae81ade09eccba7496d145b014b2327", + "version" : "6.27.0" } }, { diff --git a/Package.swift b/Package.swift index eee36a46b..7ddc60091 100644 --- a/Package.swift +++ b/Package.swift @@ -52,7 +52,7 @@ let package = Package( .package(url: "https://github.com/duckduckgo/sync_crypto", exact: "0.2.0"), .package(url: "https://github.com/gumob/PunycodeSwift.git", exact: "3.0.0"), .package(url: "https://github.com/duckduckgo/privacy-dashboard", exact: "5.3.0"), - .package(url: "https://github.com/duckduckgo/content-scope-scripts", exact: "6.25.0"), + .package(url: "https://github.com/duckduckgo/content-scope-scripts", exact: "6.27.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"), .package(url: "https://github.com/1024jp/GzipSwift.git", exact: "6.0.1")