From ef646a11389eb2c0a56541de53ab22c607968906 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 14:20:45 +0000 Subject: [PATCH] Bump @duckduckgo/content-scope-scripts from 1.3.0 to 4.63.0 Bumps [@duckduckgo/content-scope-scripts](https://github.com/duckduckgo/content-scope-scripts) from 1.3.0 to 4.63.0. - [Release notes](https://github.com/duckduckgo/content-scope-scripts/releases) - [Commits](https://github.com/duckduckgo/content-scope-scripts/compare/d223cda1694277bac328fef2b1ad0a8b79dc72e0...2c0a563f28a2357f93d459c9ab88450f021125d3) --- updated-dependencies: - dependency-name: "@duckduckgo/content-scope-scripts" dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 62 +++++++++++++++++++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 58 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 23d79b023..8822b7333 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@babel/core": "^7.23.0", "@babel/eslint-parser": "^7.22.15", "@babel/preset-env": "^7.22.20", - "@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#1.3.0", + "@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#4.63.0", "@duckduckgo/privacy-test-pages": "github:duckduckgo/privacy-test-pages#1.3.0", "@playwright/test": "^1.41.1", "@types/jest": "^29.5.11", @@ -1848,11 +1848,18 @@ "dev": true }, "node_modules/@duckduckgo/content-scope-scripts": { - "version": "1.1.2", - "resolved": "git+ssh://git@github.com/duckduckgo/content-scope-scripts.git#d223cda1694277bac328fef2b1ad0a8b79dc72e0", + "resolved": "git+ssh://git@github.com/duckduckgo/content-scope-scripts.git#2c0a563f28a2357f93d459c9ab88450f021125d3", + "integrity": "sha512-m0Q6N3G9EdNooIS1tuPiiUjNUYqACjNHLG9xzqg3jrx4QM3ruCB8K8vGLqXbmN5JwHqms8HHHGl1q657mhmmeg==", "dev": true, "hasInstallScript": true, + "license": "Apache-2.0", + "workspaces": [ + "packages/special-pages", + "packages/messaging" + ], "dependencies": { + "immutable-json-patch": "^5.1.3", + "parse-address": "^1.1.2", "seedrandom": "^3.0.5", "sjcl": "^1.0.8" } @@ -8415,6 +8422,12 @@ "node": ">= 4" } }, + "node_modules/immutable-json-patch": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/immutable-json-patch/-/immutable-json-patch-5.1.3.tgz", + "integrity": "sha512-95AsF9hJTPpwtBGAnHmw57PASL672tb+vGHR5xLhH2VPuHSsLho7grjlfgQ65DIhHP+UmLCjdmuuA6L1ndJbZg==", + "dev": true + }, "node_modules/import-fresh": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", @@ -12236,6 +12249,15 @@ "path-platform": "~0.11.15" } }, + "node_modules/parse-address": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/parse-address/-/parse-address-1.1.2.tgz", + "integrity": "sha512-EnqetXieqyTlDzuuy+oT/pjjkWoI80MgFawDA/Z9LZBAMy+Iy6piURuX+Lr1iZNm7exD+V/B9IRjHaSj33adJw==", + "dev": true, + "dependencies": { + "xregexp": "^3.1.1" + } + }, "node_modules/parse-asn1": { "version": "5.1.6", "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.6.tgz", @@ -15032,6 +15054,12 @@ "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", "dev": true }, + "node_modules/xregexp": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/xregexp/-/xregexp-3.2.0.tgz", + "integrity": "sha512-tWodXkrdYZPGadukpkmhKAbyp37CV5ZiFHacIVPhRZ4/sSt7qtOYHLv2dAqcPN0mBsViY2Qai9JkO7v2TBP6hg==", + "dev": true + }, "node_modules/xtend": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", @@ -16369,10 +16397,13 @@ "dev": true }, "@duckduckgo/content-scope-scripts": { - "version": "git+ssh://git@github.com/duckduckgo/content-scope-scripts.git#d223cda1694277bac328fef2b1ad0a8b79dc72e0", + "version": "git+ssh://git@github.com/duckduckgo/content-scope-scripts.git#2c0a563f28a2357f93d459c9ab88450f021125d3", + "integrity": "sha512-m0Q6N3G9EdNooIS1tuPiiUjNUYqACjNHLG9xzqg3jrx4QM3ruCB8K8vGLqXbmN5JwHqms8HHHGl1q657mhmmeg==", "dev": true, - "from": "@duckduckgo/content-scope-scripts@github:duckduckgo/content-scope-scripts#1.3.0", + "from": "@duckduckgo/content-scope-scripts@github:duckduckgo/content-scope-scripts#2c0a563f28a2357f93d459c9ab88450f021125d3", "requires": { + "immutable-json-patch": "^5.1.3", + "parse-address": "^1.1.2", "seedrandom": "^3.0.5", "sjcl": "^1.0.8" } @@ -21543,6 +21574,12 @@ "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", "dev": true }, + "immutable-json-patch": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/immutable-json-patch/-/immutable-json-patch-5.1.3.tgz", + "integrity": "sha512-95AsF9hJTPpwtBGAnHmw57PASL672tb+vGHR5xLhH2VPuHSsLho7grjlfgQ65DIhHP+UmLCjdmuuA6L1ndJbZg==", + "dev": true + }, "import-fresh": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", @@ -24422,6 +24459,15 @@ "path-platform": "~0.11.15" } }, + "parse-address": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/parse-address/-/parse-address-1.1.2.tgz", + "integrity": "sha512-EnqetXieqyTlDzuuy+oT/pjjkWoI80MgFawDA/Z9LZBAMy+Iy6piURuX+Lr1iZNm7exD+V/B9IRjHaSj33adJw==", + "dev": true, + "requires": { + "xregexp": "^3.1.1" + } + }, "parse-asn1": { "version": "5.1.6", "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.6.tgz", @@ -26629,6 +26675,12 @@ "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", "dev": true }, + "xregexp": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/xregexp/-/xregexp-3.2.0.tgz", + "integrity": "sha512-tWodXkrdYZPGadukpkmhKAbyp37CV5ZiFHacIVPhRZ4/sSt7qtOYHLv2dAqcPN0mBsViY2Qai9JkO7v2TBP6hg==", + "dev": true + }, "xtend": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", diff --git a/package.json b/package.json index 68b0a60cb..c1c436d7d 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@babel/core": "^7.23.0", "@babel/eslint-parser": "^7.22.15", "@babel/preset-env": "^7.22.20", - "@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#1.3.0", + "@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#4.63.0", "@duckduckgo/privacy-test-pages": "github:duckduckgo/privacy-test-pages#1.3.0", "@playwright/test": "^1.41.1", "@types/jest": "^29.5.11",