File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 46
46
},
47
47
"dependencies" : {
48
48
"axios" : " ^1.4.0" ,
49
- "chalk" : " ^4.1.2 " ,
49
+ "chalk" : " ^5.0.0 " ,
50
50
"commander" : " ^10.0.1" ,
51
51
"fs-directory" : " ^1.0.0" ,
52
52
"xml2js" : " ^0.6.0"
Original file line number Diff line number Diff line change @@ -318,14 +318,19 @@ callsites@^3.0.0:
318
318
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
319
319
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
320
320
321
- chalk@^4.0.0, chalk@^4.1.2 :
321
+ chalk@^4.0.0 :
322
322
version "4.1.2"
323
323
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
324
324
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
325
325
dependencies :
326
326
ansi-styles "^4.1.0"
327
327
supports-color "^7.1.0"
328
328
329
+ chalk@^5.0.0 :
330
+ version "5.2.0"
331
+ resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.2.0.tgz#249623b7d66869c673699fb66d65723e54dfcfb3"
332
+ integrity sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==
333
+
329
334
color-convert@^2.0.1 :
330
335
version "2.0.1"
331
336
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
You can’t perform that action at this time.
0 commit comments