Skip to content

Commit 6c5d0fb

Browse files
Update dependency cli-truncate to v5
1 parent 31122cb commit 6c5d0fb

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

packages/listr-smart-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"chalk": "5.6.2",
34-
"cli-truncate": "4.0.0",
34+
"cli-truncate": "5.1.0",
3535
"elegant-spinner": "3.0.0",
3636
"indent-string": "5.0.0",
3737
"listr2": "6.6.1",

yarn.lock

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5672,6 +5672,14 @@ [email protected]:
56725672
slice-ansi "^5.0.0"
56735673
string-width "^7.0.0"
56745674

5675+
5676+
version "5.1.0"
5677+
resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-5.1.0.tgz#bb12607a62f0e4bb91a54aa4653b23347900bb55"
5678+
integrity sha512-7JDGG+4Zp0CsknDCedl0DYdaeOhc46QNpXi3NLQblkZpXXgA6LncLDUUyvrjSvZeF3VRQa+KiMGomazQrC1V8g==
5679+
dependencies:
5680+
slice-ansi "^7.1.0"
5681+
string-width "^8.0.0"
5682+
56755683
cli-truncate@^0.2.1:
56765684
version "0.2.1"
56775685
resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-0.2.1.tgz#9f15cfbb0705005369216c626ac7d05ab90dd574"
@@ -7413,7 +7421,7 @@ get-caller-file@^2.0.5:
74137421
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
74147422
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
74157423

7416-
get-east-asian-width@^1.0.0, get-east-asian-width@^1.3.1:
7424+
get-east-asian-width@^1.0.0, get-east-asian-width@^1.3.0, get-east-asian-width@^1.3.1:
74177425
version "1.4.0"
74187426
resolved "https://registry.yarnpkg.com/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz#9bc4caa131702b4b61729cb7e42735bc550c9ee6"
74197427
integrity sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==
@@ -12052,6 +12060,14 @@ string-width@^7.0.0, string-width@^7.2.0:
1205212060
get-east-asian-width "^1.0.0"
1205312061
strip-ansi "^7.1.0"
1205412062

12063+
string-width@^8.0.0:
12064+
version "8.1.0"
12065+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-8.1.0.tgz#9e9fb305174947cf45c30529414b5da916e9e8d1"
12066+
integrity sha512-Kxl3KJGb/gxkaUMOjRsQ8IrXiGW75O4E3RPjFIINOVH8AMl2SQ/yWdTzWwF3FevIX9LcMAjJW+GRwAlAbTSXdg==
12067+
dependencies:
12068+
get-east-asian-width "^1.3.0"
12069+
strip-ansi "^7.1.0"
12070+
1205512071
string.prototype.matchall@^4.0.6:
1205612072
version "4.0.12"
1205712073
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz#6c88740e49ad4956b1332a911e949583a275d4c0"

0 commit comments

Comments
 (0)