From 00795582146b25249e61c90580af79cfae25c7c5 Mon Sep 17 00:00:00 2001 From: Dax Mobile <44842493+daxmobile@users.noreply.github.com> Date: Mon, 27 Jan 2025 21:08:34 +1100 Subject: [PATCH] Update reference tests to version 1737732449 (#5539) Task/Issue URL: https://app.asana.com/0/488551667048375/1209239539307487/f - Automated reference tests dependency update This PR updates the reference tests dependency to the latest available version and copies the necessary files. If tests have failed, see https://app.asana.com/0/0/1203766026095653/f for further information on what to do next. - [x] All tests must pass Co-authored-by: daxmobile --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9b3209a3a520..40a3c8b030e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@duckduckgo/autofill": "github:duckduckgo/duckduckgo-autofill#16.1.0", "@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#7.10.0", "@duckduckgo/privacy-dashboard": "github:duckduckgo/privacy-dashboard#8.1.0", - "@duckduckgo/privacy-reference-tests": "github:duckduckgo/privacy-reference-tests#1734514764" + "@duckduckgo/privacy-reference-tests": "github:duckduckgo/privacy-reference-tests#1737732449" }, "devDependencies": { "@rollup/plugin-json": "^4.1.0", @@ -84,7 +84,7 @@ } }, "node_modules/@duckduckgo/privacy-reference-tests": { - "resolved": "git+ssh://git@github.com/duckduckgo/privacy-reference-tests.git#a75e09ff6bfff0709e6a457f1c3478326cbb3dc5", + "resolved": "git+ssh://git@github.com/duckduckgo/privacy-reference-tests.git#fad22791be3968a3d80fee6ef1e978520118556e", "license": "Apache-2.0" }, "node_modules/@ghostery/adblocker": { diff --git a/package.json b/package.json index ccce1b870073..3762387c2816 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,6 @@ "@duckduckgo/autofill": "github:duckduckgo/duckduckgo-autofill#16.1.0", "@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#7.10.0", "@duckduckgo/privacy-dashboard": "github:duckduckgo/privacy-dashboard#8.1.0", - "@duckduckgo/privacy-reference-tests": "github:duckduckgo/privacy-reference-tests#1734514764" + "@duckduckgo/privacy-reference-tests": "github:duckduckgo/privacy-reference-tests#1737732449" } }