Skip to content

Commit 24bf740

Browse files
committed
fix(deps): update dependency chalk to v5
1 parent 3e60d0c commit 24bf740

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@nestjs/core": "8.2.6",
8686
"@nestjs/platform-express": "8.2.6",
8787
"@nuxtjs/opencollective": "0.3.2",
88-
"chalk": "4.1.2",
88+
"chalk": "5.0.1",
8989
"commander": "8.3.0",
9090
"compare-versions": "3.6.0",
9191
"concurrently": "6.5.1",

yarn.lock

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3263,13 +3263,10 @@ chalk@4.1.0, chalk@^4.0.0, chalk@^4.1.0:
32633263
ansi-styles "^4.1.0"
32643264
supports-color "^7.1.0"
32653265

3266-
chalk@4.1.2:
3267-
version "4.1.2"
3268-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
3269-
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
3270-
dependencies:
3271-
ansi-styles "^4.1.0"
3272-
supports-color "^7.1.0"
3266+
chalk@5.0.1:
3267+
version "5.0.1"
3268+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.0.1.tgz#ca57d71e82bb534a296df63bbacc4a1c22b2a4b6"
3269+
integrity sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==
32733270

32743271
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.3.0, chalk@^2.3.2, chalk@^2.4.1, chalk@^2.4.2:
32753272
version "2.4.2"

0 commit comments

Comments
 (0)