Skip to content

Commit c5157c9

Browse files
committed
deps: chalk@5.6.2
1 parent 46035db commit c5157c9

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

node_modules/chalk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chalk",
3-
"version": "5.4.1",
3+
"version": "5.6.2",
44
"description": "Terminal string styling done right",
55
"license": "MIT",
66
"repository": "chalk/chalk",

node_modules/chalk/source/vendor/supports-color/index.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,14 @@ function _supportsColor(haveStream, {streamIsTTY, sniffFlags = true} = {}) {
135135
return 3;
136136
}
137137

138+
if (env.TERM === 'xterm-ghostty') {
139+
return 3;
140+
}
141+
142+
if (env.TERM === 'wezterm') {
143+
return 3;
144+
}
145+
138146
if ('TERM_PROGRAM' in env) {
139147
const version = Number.parseInt((env.TERM_PROGRAM_VERSION || '').split('.')[0], 10);
140148

package-lock.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"abbrev": "^3.0.1",
9898
"archy": "~1.0.0",
9999
"cacache": "^20.0.1",
100-
"chalk": "^5.4.1",
100+
"chalk": "^5.6.2",
101101
"ci-info": "^4.3.0",
102102
"cli-columns": "^4.0.0",
103103
"fastest-levenshtein": "^1.0.16",
@@ -5580,7 +5580,9 @@
55805580
}
55815581
},
55825582
"node_modules/chalk": {
5583-
"version": "5.4.1",
5583+
"version": "5.6.2",
5584+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
5585+
"integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
55845586
"inBundle": true,
55855587
"license": "MIT",
55865588
"engines": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"abbrev": "^3.0.1",
6565
"archy": "~1.0.0",
6666
"cacache": "^20.0.1",
67-
"chalk": "^5.4.1",
67+
"chalk": "^5.6.2",
6868
"ci-info": "^4.3.0",
6969
"cli-columns": "^4.0.0",
7070
"fastest-levenshtein": "^1.0.16",

0 commit comments

Comments
 (0)