From 5423764a3d9e5e79a805f237eb4ff5c0c8bb52a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 14:48:21 +0000 Subject: [PATCH] Bump @duckduckgo/content-scope-scripts from 1.3.0 to 4.53.0 Bumps [@duckduckgo/content-scope-scripts](https://github.com/duckduckgo/content-scope-scripts) from 1.3.0 to 4.53.0. - [Release notes](https://github.com/duckduckgo/content-scope-scripts/releases) - [Commits](https://github.com/duckduckgo/content-scope-scripts/compare/d223cda1694277bac328fef2b1ad0a8b79dc72e0...27163de217ad2beeea791112a2568576b73389d9) --- 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 94b62b4ae..afe4029c5 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.53.0", "@playwright/test": "^1.38.1", "@types/jest": "^29.5.5", "@types/node": "^18.17.19", @@ -1847,11 +1847,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#27163de217ad2beeea791112a2568576b73389d9", + "integrity": "sha512-CwC4KrBmeQcuWJakbs5Cpz4BzgH2hQPWQ65gDnUM2lxWweSWKoKefBXWQ3U5VvWmQMllRneF9nc0W1a8/rGMMg==", "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" } @@ -8000,6 +8007,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", @@ -11737,6 +11750,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", @@ -14369,6 +14391,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", @@ -15706,10 +15734,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#27163de217ad2beeea791112a2568576b73389d9", + "integrity": "sha512-CwC4KrBmeQcuWJakbs5Cpz4BzgH2hQPWQ65gDnUM2lxWweSWKoKefBXWQ3U5VvWmQMllRneF9nc0W1a8/rGMMg==", "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#27163de217ad2beeea791112a2568576b73389d9", "requires": { + "immutable-json-patch": "^5.1.3", + "parse-address": "^1.1.2", "seedrandom": "^3.0.5", "sjcl": "^1.0.8" } @@ -20560,6 +20591,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", @@ -23377,6 +23414,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", @@ -25452,6 +25498,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 f0bb8a36e..cdae8b645 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,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.53.0", "@playwright/test": "^1.38.1", "@types/jest": "^29.5.5", "@types/node": "^18.17.19",