From 19501cfd77f7e27f302bebb1750401907d8d4292 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 21:11:06 +0000 Subject: [PATCH] chore(deps): update dependency camoufox-js to ^0.11.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 e9a4b69f8..b36f2cb3d 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.11.0", "@crawlee/playwright": "^3.15.3", "playwright": "1.60.0" }, diff --git a/templates/ts-crawlee-playwright-camoufox/package.json b/templates/ts-crawlee-playwright-camoufox/package.json index 15032bea0..8d2b322e3 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.11.0", "@crawlee/playwright": "^3.15.3", "playwright": "1.60.0" },