File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 34
34
"async" : " 3.2.2" ,
35
35
"bunyan" : " 1.8.15" ,
36
36
"bunyan-debug-stream" : " 2.0.0" ,
37
- "chalk" : " 4.1.2 " ,
37
+ "chalk" : " 5.0.0 " ,
38
38
"dtrace-provider" : " 0.8.8" ,
39
39
"escape-html" : " 1.0.3" ,
40
40
"got" : " 11.8.3" ,
Original file line number Diff line number Diff line change @@ -2078,13 +2078,10 @@ caseless@~0.12.0:
2078
2078
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
2079
2079
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
2080
2080
2081
- chalk@4.1.2, chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2 :
2082
- version "4.1.2"
2083
- resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
2084
- integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
2085
- dependencies :
2086
- ansi-styles "^4.1.0"
2087
- supports-color "^7.1.0"
2081
+ chalk@5.0.0 :
2082
+ version "5.0.0"
2083
+ resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.0.0.tgz#bd96c6bb8e02b96e08c0c3ee2a9d90e050c7b832"
2084
+ integrity sha512-/duVOqst+luxCQRKEo4bNxinsOQtMP80ZYm7mMqzuh5PociNL0PvmHFvREJ9ueYL2TxlHjBcmLCdmocx9Vg+IQ==
2088
2085
2089
2086
chalk@^2.0.0, chalk@^2.3.2 :
2090
2087
version "2.4.2"
@@ -2095,6 +2092,14 @@ chalk@^2.0.0, chalk@^2.3.2:
2095
2092
escape-string-regexp "^1.0.5"
2096
2093
supports-color "^5.3.0"
2097
2094
2095
+ chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2 :
2096
+ version "4.1.2"
2097
+ resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
2098
+ integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
2099
+ dependencies :
2100
+ ansi-styles "^4.1.0"
2101
+ supports-color "^7.1.0"
2102
+
2098
2103
char-regex@^1.0.2 :
2099
2104
version "1.0.2"
2100
2105
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"
You can’t perform that action at this time.
0 commit comments