Skip to content

Commit 1089c99

Browse files
Update dependency cli-truncate to v5
1 parent b893cf9 commit 1089c99

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
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: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5382,6 +5382,14 @@ [email protected]:
53825382
slice-ansi "^5.0.0"
53835383
string-width "^7.0.0"
53845384

5385+
5386+
version "5.1.0"
5387+
resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-5.1.0.tgz#bb12607a62f0e4bb91a54aa4653b23347900bb55"
5388+
integrity sha512-7JDGG+4Zp0CsknDCedl0DYdaeOhc46QNpXi3NLQblkZpXXgA6LncLDUUyvrjSvZeF3VRQa+KiMGomazQrC1V8g==
5389+
dependencies:
5390+
slice-ansi "^7.1.0"
5391+
string-width "^8.0.0"
5392+
53855393
cli-truncate@^0.2.1:
53865394
version "0.2.1"
53875395
resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-0.2.1.tgz#9f15cfbb0705005369216c626ac7d05ab90dd574"
@@ -7079,10 +7087,10 @@ get-caller-file@^2.0.5:
70797087
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
70807088
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
70817089

7082-
get-east-asian-width@^1.0.0, get-east-asian-width@^1.3.1:
7083-
version "1.3.1"
7084-
resolved "https://registry.yarnpkg.com/get-east-asian-width/-/get-east-asian-width-1.3.1.tgz#b85889d779881a651dfde71d3796ddbe9549012b"
7085-
integrity sha512-R1QfovbPsKmosqTnPoRFiJ7CF9MLRgb53ChvMZm+r4p76/+8yKDy17qLL2PKInORy2RkZZekuK0efYgmzTkXyQ==
7090+
get-east-asian-width@^1.0.0, get-east-asian-width@^1.3.0, get-east-asian-width@^1.3.1:
7091+
version "1.4.0"
7092+
resolved "https://registry.yarnpkg.com/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz#9bc4caa131702b4b61729cb7e42735bc550c9ee6"
7093+
integrity sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==
70867094

70877095
get-intrinsic@^1.2.4, get-intrinsic@^1.2.5, get-intrinsic@^1.2.6, get-intrinsic@^1.2.7, get-intrinsic@^1.3.0:
70887096
version "1.3.0"
@@ -11649,6 +11657,14 @@ string-width@^7.0.0, string-width@^7.2.0:
1164911657
get-east-asian-width "^1.0.0"
1165011658
strip-ansi "^7.1.0"
1165111659

11660+
string-width@^8.0.0:
11661+
version "8.1.0"
11662+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-8.1.0.tgz#9e9fb305174947cf45c30529414b5da916e9e8d1"
11663+
integrity sha512-Kxl3KJGb/gxkaUMOjRsQ8IrXiGW75O4E3RPjFIINOVH8AMl2SQ/yWdTzWwF3FevIX9LcMAjJW+GRwAlAbTSXdg==
11664+
dependencies:
11665+
get-east-asian-width "^1.3.0"
11666+
strip-ansi "^7.1.0"
11667+
1165211668
string.prototype.matchall@^4.0.6:
1165311669
version "4.0.12"
1165411670
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz#6c88740e49ad4956b1332a911e949583a275d4c0"

0 commit comments

Comments
 (0)