Skip to content

Commit 49025ae

Browse files
committed
1 parent 64601cd commit 49025ae

4 files changed

Lines changed: 14 additions & 6 deletions

File tree

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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"abbrev": "^3.0.1",
100100
"archy": "~1.0.0",
101101
"cacache": "^19.0.1",
102-
"chalk": "^5.4.1",
102+
"chalk": "^5.6.2",
103103
"ci-info": "^4.2.0",
104104
"cli-columns": "^4.0.0",
105105
"fastest-levenshtein": "^1.0.16",
@@ -4390,9 +4390,9 @@
43904390
}
43914391
},
43924392
"node_modules/chalk": {
4393-
"version": "5.4.1",
4394-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
4395-
"integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
4393+
"version": "5.6.2",
4394+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
4395+
"integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
43964396
"inBundle": true,
43974397
"license": "MIT",
43984398
"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": "^19.0.1",
67-
"chalk": "^5.4.1",
67+
"chalk": "^5.6.2",
6868
"ci-info": "^4.2.0",
6969
"cli-columns": "^4.0.0",
7070
"fastest-levenshtein": "^1.0.16",

0 commit comments

Comments
 (0)