diff --git a/package-lock.json b/package-lock.json index bc6cdac0c..680124078 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.41.0", "@playwright/test": "^1.38.1", "@types/jest": "^29.5.5", "@types/node": "^18.17.19", @@ -1847,11 +1847,17 @@ "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#e467598d20d55b5b32a8988f2ad6df336331d2b9", + "integrity": "sha512-Esb4Dtb/pHG7IwWeq0a0k58uem5PqPwYQaU8QgR6o7u/ZrbV5GpvPkf9GttQI2Em0SmtohSFzYEGNc5DjUTdfA==", "dev": true, "hasInstallScript": true, + "license": "Apache-2.0", + "workspaces": [ + "packages/special-pages", + "packages/messaging" + ], "dependencies": { + "immutable-json-patch": "^5.1.3", "seedrandom": "^3.0.5", "sjcl": "^1.0.8" } @@ -8000,6 +8006,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", @@ -15706,10 +15718,12 @@ "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#e467598d20d55b5b32a8988f2ad6df336331d2b9", + "integrity": "sha512-Esb4Dtb/pHG7IwWeq0a0k58uem5PqPwYQaU8QgR6o7u/ZrbV5GpvPkf9GttQI2Em0SmtohSFzYEGNc5DjUTdfA==", "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#e467598d20d55b5b32a8988f2ad6df336331d2b9", "requires": { + "immutable-json-patch": "^5.1.3", "seedrandom": "^3.0.5", "sjcl": "^1.0.8" } @@ -20560,6 +20574,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", diff --git a/package.json b/package.json index 5c10cd499..5edc7d915 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.41.0", "@playwright/test": "^1.38.1", "@types/jest": "^29.5.5", "@types/node": "^18.17.19",