Skip to content

Commit c3e0211

Browse files
fix(deps): update dependency chalk to v5
1 parent 7bc273d commit c3e0211

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@nestjs/platform-express": "^11.0.16",
8686
"@nuxtjs/opencollective": "0.3.2",
8787
"axios": "^1.12.0",
88-
"chalk": "4.1.2",
88+
"chalk": "5.6.2",
8989
"commander": "8.3.0",
9090
"compare-versions": "4.1.4",
9191
"concurrently": "^9.0.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4127,6 +4127,11 @@ [email protected], chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
41274127
ansi-styles "^4.1.0"
41284128
supports-color "^7.1.0"
41294129

4130+
[email protected], chalk@^5.3.0, chalk@^5.4.1:
4131+
version "5.6.2"
4132+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.6.2.tgz#b1238b6e23ea337af71c7f8a295db5af0c158aea"
4133+
integrity sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==
4134+
41304135
chalk@^2.3.2:
41314136
version "2.4.2"
41324137
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
@@ -4136,11 +4141,6 @@ chalk@^2.3.2:
41364141
escape-string-regexp "^1.0.5"
41374142
supports-color "^5.3.0"
41384143

4139-
chalk@^5.3.0, chalk@^5.4.1:
4140-
version "5.6.2"
4141-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.6.2.tgz#b1238b6e23ea337af71c7f8a295db5af0c158aea"
4142-
integrity sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==
4143-
41444144
char-regex@^1.0.2:
41454145
version "1.0.2"
41464146
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"

0 commit comments

Comments
 (0)