From c7cfee39984ac9aeb14751349f14c7c4d1aafa8c Mon Sep 17 00:00:00 2001 From: Dax Mobile <44842493+daxmobile@users.noreply.github.com> Date: Fri, 1 Mar 2024 14:13:06 +0530 Subject: [PATCH] Update content scope scripts to version 5.1.0 (#4227) Task/Issue URL: https://app.asana.com/0/488551667048375/1206733226973439/f ----- - Automated content scope scripts dependency update This PR updates the content scope scripts dependency to the latest available version and copies the necessary files. If tests have failed, see https://app.asana.com/0/1202561462274611/1203986899650836/f for further information on what to do next. - [x] All tests must pass Co-authored-by: daxmobile --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b20e5e9de84f..4cf52434b352 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@duckduckgo/autoconsent": "^9.7.2", "@duckduckgo/autofill": "github:duckduckgo/duckduckgo-autofill#10.1.0", - "@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#5.0.0", + "@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#5.1.0", "@duckduckgo/privacy-dashboard": "github:duckduckgo/privacy-dashboard#3.0.0", "@duckduckgo/privacy-reference-tests": "github:duckduckgo/privacy-reference-tests#1708702034" }, @@ -69,7 +69,7 @@ "license": "Apache-2.0" }, "node_modules/@duckduckgo/content-scope-scripts": { - "resolved": "git+ssh://git@github.com/duckduckgo/content-scope-scripts.git#a3690b7666a3617693383d948cb492513f6aa569", + "resolved": "git+ssh://git@github.com/duckduckgo/content-scope-scripts.git#2263c7ab00f321b2786fb3191b09e8e1ff643554", "hasInstallScript": true, "license": "Apache-2.0", "workspaces": [ @@ -118,9 +118,9 @@ } }, "node_modules/@jridgewell/set-array": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", - "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", + "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", "dev": true, "engines": { "node": ">=6.0.0" @@ -268,9 +268,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.11.22", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.22.tgz", - "integrity": "sha512-/G+IxWxma6V3E+pqK1tSl2Fo1kl41pK1yeCyDsgkF9WlVAme4j5ISYM2zR11bgLFJGLN5sVK40T4RJNuiZbEjA==", + "version": "20.11.24", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.24.tgz", + "integrity": "sha512-Kza43ewS3xoLgCEpQrsT+xRo/EJej1y0kVYGiLFE1NEODXGzTfwiC6tXTLMQskn1X4/Rjlh0MQUvx9W+L9long==", "dev": true, "dependencies": { "undici-types": "~5.26.4" diff --git a/package.json b/package.json index 47c4563f98fd..70db25e2e946 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "@duckduckgo/autoconsent": "^9.7.2", "@duckduckgo/autofill": "github:duckduckgo/duckduckgo-autofill#10.1.0", - "@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#5.0.0", + "@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#5.1.0", "@duckduckgo/privacy-dashboard": "github:duckduckgo/privacy-dashboard#3.0.0", "@duckduckgo/privacy-reference-tests": "github:duckduckgo/privacy-reference-tests#1708702034" }