From 348da524da2d08947d7b571bcdf155836c0f9337 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 12:02:21 +0000 Subject: [PATCH] chore(deps): update dependency camoufox-js to ^0.12.0 --- templates/js-crawlee-playwright-camoufox/package.json | 2 +- templates/ts-crawlee-playwright-camoufox/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/js-crawlee-playwright-camoufox/package.json b/templates/js-crawlee-playwright-camoufox/package.json index 2d5377749..76a975508 100644 --- a/templates/js-crawlee-playwright-camoufox/package.json +++ b/templates/js-crawlee-playwright-camoufox/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "apify": "^3.7.0", - "camoufox-js": "^0.9.0", + "camoufox-js": "^0.12.0", "@crawlee/playwright": "^3.15.3", "playwright": "1.59.1" }, diff --git a/templates/ts-crawlee-playwright-camoufox/package.json b/templates/ts-crawlee-playwright-camoufox/package.json index c88b09e7d..1f9b2d1ae 100644 --- a/templates/ts-crawlee-playwright-camoufox/package.json +++ b/templates/ts-crawlee-playwright-camoufox/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "apify": "^3.7.0", - "camoufox-js": "^0.9.0", + "camoufox-js": "^0.12.0", "@crawlee/playwright": "^3.15.3", "playwright": "1.59.1" },