diff --git a/package-lock.json b/package-lock.json index 0636504..f3e7ccb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "privacy-test-pages", "dependencies": { - "@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#4.11.1", + "@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#4.12.0", "body-parser": "^1.20.2", "express": "^4.18.2", "node-cache": "^5.1.2", @@ -128,7 +128,8 @@ } }, "node_modules/@duckduckgo/content-scope-scripts": { - "resolved": "git+ssh://git@github.com/duckduckgo/content-scope-scripts.git#1cbf542101104b1ee059a348e7c622cd0f52fb42", + "resolved": "git+ssh://git@github.com/duckduckgo/content-scope-scripts.git#bfc93515d3164c2ec04a9be00a61dd294ed44630", + "integrity": "sha512-Qw8aTEjBPOf2u4E6TTfMcRc0pOVJyec5dvDkSUOIJ86ZBjlY2OCXjON4frraozreKCOhv7lEZszn4lqtW+gSTQ==", "hasInstallScript": true, "license": "Apache-2.0", "workspaces": [ @@ -3172,8 +3173,9 @@ } }, "@duckduckgo/content-scope-scripts": { - "version": "git+ssh://git@github.com/duckduckgo/content-scope-scripts.git#1cbf542101104b1ee059a348e7c622cd0f52fb42", - "from": "@duckduckgo/content-scope-scripts@github:duckduckgo/content-scope-scripts#4.11.1", + "version": "git+ssh://git@github.com/duckduckgo/content-scope-scripts.git#bfc93515d3164c2ec04a9be00a61dd294ed44630", + "integrity": "sha512-Qw8aTEjBPOf2u4E6TTfMcRc0pOVJyec5dvDkSUOIJ86ZBjlY2OCXjON4frraozreKCOhv7lEZszn4lqtW+gSTQ==", + "from": "@duckduckgo/content-scope-scripts@github:duckduckgo/content-scope-scripts#bfc93515d3164c2ec04a9be00a61dd294ed44630", "requires": { "immutable-json-patch": "^5.1.2", "seedrandom": "^3.0.5", diff --git a/package.json b/package.json index 3e34cfc..e15de63 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/duckduckgo/privacy-test-pages#readme", "dependencies": { - "@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#4.11.1", + "@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#4.12.0", "body-parser": "^1.20.2", "express": "^4.18.2", "node-cache": "^5.1.2",