diff --git a/package-lock.json b/package-lock.json index 0636504..29b57f5 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.13.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#9a07d092c4d8dcad08d61aecb66607a0abc83654", + "integrity": "sha512-CWL/+43oKIprA4qoD8QTa/ikroWEMOg30xR4/0+j7S0D5cAYx6qbBDUcImEpod48PoO31uc+3OXkKWyLPflV9Q==", "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#9a07d092c4d8dcad08d61aecb66607a0abc83654", + "integrity": "sha512-CWL/+43oKIprA4qoD8QTa/ikroWEMOg30xR4/0+j7S0D5cAYx6qbBDUcImEpod48PoO31uc+3OXkKWyLPflV9Q==", + "from": "@duckduckgo/content-scope-scripts@github:duckduckgo/content-scope-scripts#9a07d092c4d8dcad08d61aecb66607a0abc83654", "requires": { "immutable-json-patch": "^5.1.2", "seedrandom": "^3.0.5", diff --git a/package.json b/package.json index 3e34cfc..6d038fd 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.13.0", "body-parser": "^1.20.2", "express": "^4.18.2", "node-cache": "^5.1.2",