From 6db5de6b0861da2f29e1b826f0dab79c9f981eb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 10:57:23 +0000 Subject: [PATCH] Bump @duckduckgo/content-scope-scripts from 5.21.0 to 6.0.0 Bumps [@duckduckgo/content-scope-scripts](https://github.com/duckduckgo/content-scope-scripts) from 5.21.0 to 6.0.0. - [Release notes](https://github.com/duckduckgo/content-scope-scripts/releases) - [Commits](https://github.com/duckduckgo/content-scope-scripts/compare/4689746e42b24c40c18896d697ea02b854e90d35...9c65477457126ab7ad963a32b7f85ce08e6bd1a7) --- updated-dependencies: - dependency-name: "@duckduckgo/content-scope-scripts" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index b5b36aaf8..443aa406a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ ], "dependencies": { "@duckduckgo/autofill": "github:duckduckgo/duckduckgo-autofill#12.0.1", - "@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#5.21.0", + "@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#6.0.0", "@duckduckgo/ddg2dnr": "file:packages/ddg2dnr", "@duckduckgo/jsbloom": "^1.0.2", "@duckduckgo/privacy-dashboard": "github:duckduckgo/privacy-dashboard#4.1.0", @@ -180,8 +180,8 @@ "hasInstallScript": true }, "node_modules/@duckduckgo/content-scope-scripts": { - "resolved": "git+ssh://git@github.com/duckduckgo/content-scope-scripts.git#4689746e42b24c40c18896d697ea02b854e90d35", - "integrity": "sha512-MRpNEmXR7mDECbfMUvCN3W139RmpqYM5lHKut7+n/bw39ewtO4kYPNryeQzXIB+Tkc8tP5Zon0G0FVOoPY5FJw==", + "resolved": "git+ssh://git@github.com/duckduckgo/content-scope-scripts.git#9c65477457126ab7ad963a32b7f85ce08e6bd1a7", + "integrity": "sha512-or03++bbEykUhZEtZFyn47NbLlYuKcF/+oy4LGNL/IWfwI7hqBElSrg0vMB7kvr7hUNNul6borMAv59CMda5Bg==", "hasInstallScript": true, "license": "Apache-2.0", "workspaces": [ @@ -11186,9 +11186,9 @@ "from": "@duckduckgo/autofill@github:duckduckgo/duckduckgo-autofill#12.0.1" }, "@duckduckgo/content-scope-scripts": { - "version": "git+ssh://git@github.com/duckduckgo/content-scope-scripts.git#4689746e42b24c40c18896d697ea02b854e90d35", - "integrity": "sha512-MRpNEmXR7mDECbfMUvCN3W139RmpqYM5lHKut7+n/bw39ewtO4kYPNryeQzXIB+Tkc8tP5Zon0G0FVOoPY5FJw==", - "from": "@duckduckgo/content-scope-scripts@github:duckduckgo/content-scope-scripts#5.21.0", + "version": "git+ssh://git@github.com/duckduckgo/content-scope-scripts.git#9c65477457126ab7ad963a32b7f85ce08e6bd1a7", + "integrity": "sha512-or03++bbEykUhZEtZFyn47NbLlYuKcF/+oy4LGNL/IWfwI7hqBElSrg0vMB7kvr7hUNNul6borMAv59CMda5Bg==", + "from": "@duckduckgo/content-scope-scripts@github:duckduckgo/content-scope-scripts#9c65477457126ab7ad963a32b7f85ce08e6bd1a7", "requires": { "immutable-json-patch": "^5.1.3", "parse-address": "^1.1.2", diff --git a/package.json b/package.json index 98373c413..588d6895f 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ }, "dependencies": { "@duckduckgo/autofill": "github:duckduckgo/duckduckgo-autofill#12.0.1", - "@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#5.21.0", + "@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#6.0.0", "@duckduckgo/ddg2dnr": "file:packages/ddg2dnr", "@duckduckgo/jsbloom": "^1.0.2", "@duckduckgo/privacy-dashboard": "github:duckduckgo/privacy-dashboard#4.1.0",