From 5acac39b298a5bd5bf34283451f31473428ea5a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 12:15:41 +0000 Subject: [PATCH] Bump @duckduckgo/content-scope-scripts from 4.50.0 to 4.51.0 (#2356) Bumps [@duckduckgo/content-scope-scripts](https://github.com/duckduckgo/content-scope-scripts) from 4.50.0 to 4.51.0. - [Release notes](https://github.com/duckduckgo/content-scope-scripts/releases) - [Commits](https://github.com/duckduckgo/content-scope-scripts/compare/9429cd28247d2a47c6adb279f86eb8b2e8d5fee4...25f6eea8d76318e7b260fffbe45e487529cc2c11) --- updated-dependencies: - dependency-name: "@duckduckgo/content-scope-scripts" dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 29ece405e..e2a03d9fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ ], "dependencies": { "@duckduckgo/autofill": "github:duckduckgo/duckduckgo-autofill#10.0.0", - "@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#4.50.0", + "@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#4.51.0", "@duckduckgo/ddg2dnr": "file:packages/ddg2dnr", "@duckduckgo/jsbloom": "^1.0.2", "@duckduckgo/privacy-dashboard": "github:duckduckgo/privacy-dashboard#3.0.0", @@ -180,8 +180,8 @@ "license": "Apache-2.0" }, "node_modules/@duckduckgo/content-scope-scripts": { - "resolved": "git+ssh://git@github.com/duckduckgo/content-scope-scripts.git#9429cd28247d2a47c6adb279f86eb8b2e8d5fee4", - "integrity": "sha512-Z22YkbTLFZADa4hcx7PBaNhGKY6hnMYG1bTmpigUGxHUAyvKykpoHOxq0dgRePDps9j7x2fEcfWRyffRM0C30g==", + "resolved": "git+ssh://git@github.com/duckduckgo/content-scope-scripts.git#25f6eea8d76318e7b260fffbe45e487529cc2c11", + "integrity": "sha512-tOZ7yES5Vim8ufm9fvdAFP4+a5JAyNcp9RseUPj98WvOkSVD4qHCgyIi684ZnTe6LGO1h5rk1NK8sJjJ30UrFQ==", "hasInstallScript": true, "license": "Apache-2.0", "workspaces": [ @@ -11263,9 +11263,9 @@ "from": "@duckduckgo/autofill@github:duckduckgo/duckduckgo-autofill#10.0.0" }, "@duckduckgo/content-scope-scripts": { - "version": "git+ssh://git@github.com/duckduckgo/content-scope-scripts.git#9429cd28247d2a47c6adb279f86eb8b2e8d5fee4", - "integrity": "sha512-Z22YkbTLFZADa4hcx7PBaNhGKY6hnMYG1bTmpigUGxHUAyvKykpoHOxq0dgRePDps9j7x2fEcfWRyffRM0C30g==", - "from": "@duckduckgo/content-scope-scripts@github:duckduckgo/content-scope-scripts#9429cd28247d2a47c6adb279f86eb8b2e8d5fee4", + "version": "git+ssh://git@github.com/duckduckgo/content-scope-scripts.git#25f6eea8d76318e7b260fffbe45e487529cc2c11", + "integrity": "sha512-tOZ7yES5Vim8ufm9fvdAFP4+a5JAyNcp9RseUPj98WvOkSVD4qHCgyIi684ZnTe6LGO1h5rk1NK8sJjJ30UrFQ==", + "from": "@duckduckgo/content-scope-scripts@github:duckduckgo/content-scope-scripts#25f6eea8d76318e7b260fffbe45e487529cc2c11", "requires": { "immutable-json-patch": "^5.1.3", "seedrandom": "^3.0.5", diff --git a/package.json b/package.json index 8da445e8b..a35d9c5ae 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ }, "dependencies": { "@duckduckgo/autofill": "github:duckduckgo/duckduckgo-autofill#10.0.0", - "@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#4.50.0", + "@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#4.51.0", "@duckduckgo/ddg2dnr": "file:packages/ddg2dnr", "@duckduckgo/jsbloom": "^1.0.2", "@duckduckgo/privacy-dashboard": "github:duckduckgo/privacy-dashboard#3.0.0",