From e1bcbb3aa9e3acda2b4d64854634d71bc58cc0c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 11:35:08 +0200 Subject: [PATCH] chore(deps): update dependency camoufox-js to ^0.11.0 (#3720) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [camoufox-js](https://redirect.github.com/apify/camoufox-js) | [`^0.10.0` → `^0.11.0`](https://renovatebot.com/diffs/npm/camoufox-js/0.10.2/0.11.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/camoufox-js/0.11.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/camoufox-js/0.10.2/0.11.0?slim=true) | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "every weekday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apify/crawlee). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/templates/templates/camoufox-ts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/templates/templates/camoufox-ts/package.json b/packages/templates/templates/camoufox-ts/package.json index a6f322150e1b..4d4f4bceaebd 100644 --- a/packages/templates/templates/camoufox-ts/package.json +++ b/packages/templates/templates/camoufox-ts/package.json @@ -6,7 +6,7 @@ "description": "This is an example of a Crawlee project.", "dependencies": { "@crawlee/impit-client": "^3.0.0", - "camoufox-js": "^0.10.0", + "camoufox-js": "^0.11.0", "crawlee": "^3.0.0", "playwright": "1.60.0" },