From 7891971a89973488aa28ada36a639449230bf68f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 06:04:30 +0000 Subject: [PATCH] Bump @duckduckgo/content-scope-scripts from 4.11.1 to 4.11.2 Bumps [@duckduckgo/content-scope-scripts](https://github.com/duckduckgo/content-scope-scripts) from 4.11.1 to 4.11.2. - [Release notes](https://github.com/duckduckgo/content-scope-scripts/releases) - [Commits](https://github.com/duckduckgo/content-scope-scripts/compare/1cbf542101104b1ee059a348e7c622cd0f52fb42...e33364f7ae5443cfddb72151ab1d5aace4750190) --- updated-dependencies: - dependency-name: "@duckduckgo/content-scope-scripts" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 ++++++---- package.json | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0636504..a1b523c 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.11.2", "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#e33364f7ae5443cfddb72151ab1d5aace4750190", + "integrity": "sha512-Dt7Q350mx6pMP1mORBTTlsGh+bWiIEd9VVdtdQbqc4ZzcKfrRuQYByJMUPXQjYeS324eEvJBg6ITf8kCm+qCGw==", "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#e33364f7ae5443cfddb72151ab1d5aace4750190", + "integrity": "sha512-Dt7Q350mx6pMP1mORBTTlsGh+bWiIEd9VVdtdQbqc4ZzcKfrRuQYByJMUPXQjYeS324eEvJBg6ITf8kCm+qCGw==", + "from": "@duckduckgo/content-scope-scripts@github:duckduckgo/content-scope-scripts#e33364f7ae5443cfddb72151ab1d5aace4750190", "requires": { "immutable-json-patch": "^5.1.2", "seedrandom": "^3.0.5", diff --git a/package.json b/package.json index 3e34cfc..12c7976 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.11.2", "body-parser": "^1.20.2", "express": "^4.18.2", "node-cache": "^5.1.2",