Skip to content

Commit 9f97dcc

Browse files
committed
fix(deps): update dependency chalk to v5
1 parent 24f06d4 commit 9f97dcc

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": "4.1.3",
9191
"concurrently": "6.5.1",

yarn.lock

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3273,13 +3273,10 @@ chalk@4.1.0, chalk@^4.0.0, chalk@^4.1.0:
32733273
ansi-styles "^4.1.0"
32743274
supports-color "^7.1.0"
32753275

3276-
chalk@4.1.2:
3277-
version "4.1.2"
3278-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
3279-
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
3280-
dependencies:
3281-
ansi-styles "^4.1.0"
3282-
supports-color "^7.1.0"
3276+
chalk@5.0.1:
3277+
version "5.0.1"
3278+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.0.1.tgz#ca57d71e82bb534a296df63bbacc4a1c22b2a4b6"
3279+
integrity sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==
32833280

32843281
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.3.0, chalk@^2.3.2, chalk@^2.4.1, chalk@^2.4.2:
32853282
version "2.4.2"

0 commit comments

Comments
 (0)