diff --git a/package-lock.json b/package-lock.json index f1187b04d0c0..1ca6cc479d4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@duckduckgo/autoconsent": "^14.33.0", "@duckduckgo/autofill": "github:duckduckgo/duckduckgo-autofill#18.4.0", - "@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#11.41.0", + "@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#11.43.0", "@duckduckgo/privacy-dashboard": "github:duckduckgo/privacy-dashboard#9.0.0", "@duckduckgo/privacy-reference-tests": "github:duckduckgo/privacy-reference-tests#1760787856" }, @@ -37,9 +37,9 @@ } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz", - "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz", + "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==", "dev": true, "license": "MIT", "engines": { @@ -47,9 +47,9 @@ } }, "node_modules/@duckduckgo/autoconsent": { - "version": "14.33.0", - "resolved": "https://registry.npmjs.org/@duckduckgo/autoconsent/-/autoconsent-14.33.0.tgz", - "integrity": "sha512-A83hwYOI1P1hUy8R/xGsHupIEOCyW1Ud8gnkTIHAlUzTnfhi6UgtkIkot5370T6JdRAQIj3TG9Xhbnuuv7gMRg==", + "version": "14.33.1", + "resolved": "https://registry.npmjs.org/@duckduckgo/autoconsent/-/autoconsent-14.33.1.tgz", + "integrity": "sha512-YRcSMcHyroA3vSPDeaXTWLMvizff1udDL9Czf1mEtLKzUy1nemdlymYpVG+SJ5aubqzOb0i4B/Sno2Vm3Hqn3w==", "license": "MPL-2.0", "dependencies": { "@ghostery/adblocker": "^2.0.4", @@ -63,7 +63,7 @@ "license": "Apache-2.0" }, "node_modules/@duckduckgo/content-scope-scripts": { - "resolved": "git+ssh://git@github.com/duckduckgo/content-scope-scripts.git#78e092d182bf1ad15bb14ee8e0b0c4cc959415bb", + "resolved": "git+ssh://git@github.com/duckduckgo/content-scope-scripts.git#ed4ac5a4eea7503f0fa993370523fc16f07290a6", "license": "Apache-2.0", "workspaces": [ "injected", @@ -542,7 +542,6 @@ "integrity": "sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==", "dev": true, "license": "MIT", - "peer": true, "bin": { "rollup": "dist/bin/rollup" }, diff --git a/package.json b/package.json index 5ef849a22aff..13045f186477 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "@duckduckgo/autoconsent": "^14.33.0", "@duckduckgo/autofill": "github:duckduckgo/duckduckgo-autofill#18.4.0", - "@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#11.41.0", + "@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#11.43.0", "@duckduckgo/privacy-dashboard": "github:duckduckgo/privacy-dashboard#9.0.0", "@duckduckgo/privacy-reference-tests": "github:duckduckgo/privacy-reference-tests#1760787856" }