Skip to content

Commit 67ebb81

Browse files
Update dependency chalk to v5.5.0 (#4531)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [chalk](https://redirect.github.com/chalk/chalk) | [`5.4.1` -> `5.5.0`](https://renovatebot.com/diffs/npm/chalk/5.3.0/5.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/chalk/5.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/chalk/5.3.0/5.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>chalk/chalk (chalk)</summary> ### [`v5.5.0`](https://redirect.github.com/chalk/chalk/compare/v5.4.1...67db246ae0a2bbcc57c190d641c5d767e5275160) [Compare Source](https://redirect.github.com/chalk/chalk/compare/v5.4.1...v5.5.0) ### [`v5.4.1`](https://redirect.github.com/chalk/chalk/releases/tag/v5.4.1) [Compare Source](https://redirect.github.com/chalk/chalk/compare/v5.4.0...v5.4.1) - Fix `navigator` not defined `ReferenceError` ([#&#8203;642](https://redirect.github.com/chalk/chalk/issues/642)) [`4ebb62d`](https://redirect.github.com/chalk/chalk/commit/4ebb62d) ### [`v5.4.0`](https://redirect.github.com/chalk/chalk/releases/tag/v5.4.0) [Compare Source](https://redirect.github.com/chalk/chalk/compare/v5.3.0...v5.4.0) - Update `CIRCLECI` environments to return level 3 color support [`f838120`](https://redirect.github.com/chalk/chalk/commit/f838120) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 these updates 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/X-oss-byte/Nextjs).
1 parent 452cc1a commit 67ebb81

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"async-sema": "3.1.1",
115115
"browserslist": "4.25.1",
116116
"buffer": "6.0.3",
117-
"chalk": "5.4.1",
117+
"chalk": "5.5.0",
118118
"cheerio": "1.1.0",
119119
"cookie": "0.7.2",
120120
"cors": "2.8.5",

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
"browserslist": "4.25.1",
207207
"buffer": "6.0.3",
208208
"bytes": "3.1.2",
209-
"chalk": "5.4.1",
209+
"chalk": "5.5.0",
210210
"ci-info": "watson/ci-info#688b9c25d246ee129ddd49f8e83449031f886ab6",
211211
"cli-select": "1.1.2",
212212
"client-only": "0.0.1",

packages/react-dev-overlay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@babel/code-frame": "7.27.1",
2222
"@types/babel__code-frame": "7.0.6",
2323
"anser": "2.3.2",
24-
"chalk": "5.4.1",
24+
"chalk": "5.5.0",
2525
"css.escape": "1.5.1",
2626
"data-uri-to-buffer": "6.0.2",
2727
"platform": "1.3.6",

0 commit comments

Comments
 (0)