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" },