Skip to content

Commit 0e60fad

Browse files
fix(deps): update dependency chalk to v5
1 parent 81bd611 commit 0e60fad

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"dependencies": {
4848
"axios": "^1.6.7",
49-
"chalk": "^4.1.2",
49+
"chalk": "^5.0.0",
5050
"commander": "^11.1.0",
5151
"fs-directory": "^1.0.0",
5252
"xml2js": "^0.6.0"

yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -377,14 +377,19 @@ callsites@^3.0.0:
377377
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
378378
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
379379

380-
chalk@^4.0.0, chalk@^4.1.2:
380+
chalk@^4.0.0:
381381
version "4.1.2"
382382
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
383383
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
384384
dependencies:
385385
ansi-styles "^4.1.0"
386386
supports-color "^7.1.0"
387387

388+
chalk@^5.0.0:
389+
version "5.3.0"
390+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
391+
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
392+
388393
color-convert@^2.0.1:
389394
version "2.0.1"
390395
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"

0 commit comments

Comments
 (0)