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