Skip to content

Commit 2807326

Browse files
Update dependency @tryghost/listr-smart-renderer to v0.5.21
1 parent 5336f4f commit 2807326

File tree

2 files changed

+40
-8
lines changed

2 files changed

+40
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"@inquirer/confirm": "3.2.0",
3232
"@tryghost/admin-api": "1.14.2",
33-
"@tryghost/listr-smart-renderer": "0.5.15",
33+
"@tryghost/listr-smart-renderer": "0.5.21",
3434
"@tryghost/logging": "2.5.0",
3535
"@tryghost/mg-assetscraper": "0.4.16",
3636
"@tryghost/mg-fs-utils": "0.15.1",

yarn.lock

Lines changed: 39 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1855,6 +1855,20 @@
18551855
log-update "6.1.0"
18561856
strip-ansi "7.1.0"
18571857

1858+
"@tryghost/listr-smart-renderer@0.5.21":
1859+
version "0.5.21"
1860+
resolved "https://registry.yarnpkg.com/@tryghost/listr-smart-renderer/-/listr-smart-renderer-0.5.21.tgz#bb9f98e1cafe2c880db3c65ba00442a9b7240f20"
1861+
integrity sha512-YoXdkoD+DHeIAc4lRP4EuRQlyqDtId7VUOuQk/ePCHlQEDnu39RkiYBU5Sps2iMPE2T3JUzwJ5NfeIKDl9cTYw==
1862+
dependencies:
1863+
chalk "5.6.2"
1864+
cli-truncate "4.0.0"
1865+
elegant-spinner "3.0.0"
1866+
indent-string "5.0.0"
1867+
listr2 "6.6.1"
1868+
log-symbols "7.0.1"
1869+
log-update "6.1.0"
1870+
strip-ansi "7.1.2"
1871+
18581872
"@tryghost/logging@2.4.19":
18591873
version "2.4.19"
18601874
resolved "https://registry.yarnpkg.com/@tryghost/logging/-/logging-2.4.19.tgz#8aab372486268b6fc8e31615b6e79d59b299a44f"
@@ -5381,6 +5395,11 @@ is-unicode-supported@^1.3.0:
53815395
resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz#d824984b616c292a2e198207d4a609983842f714"
53825396
integrity sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==
53835397

5398+
is-unicode-supported@^2.0.0:
5399+
version "2.1.0"
5400+
resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz#09f0ab0de6d3744d48d265ebb98f65d11f2a9b3a"
5401+
integrity sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==
5402+
53845403
is-weakmap@^2.0.2:
53855404
version "2.0.2"
53865405
resolved "https://registry.yarnpkg.com/is-weakmap/-/is-weakmap-2.0.2.tgz#bf72615d649dfe5f699079c54b83e47d1ae19cfd"
@@ -6229,6 +6248,14 @@ log-symbols@6.0.0:
62296248
chalk "^5.3.0"
62306249
is-unicode-supported "^1.3.0"
62316250

6251+
log-symbols@7.0.1:
6252+
version "7.0.1"
6253+
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-7.0.1.tgz#f52e68037d96f589fc572ff2193dc424d48c195b"
6254+
integrity sha512-ja1E3yCr9i/0hmBVaM0bfwDjnGy8I/s6PP4DFp+yP+a+mrHO4Rm7DtmnqROTUkHIkqffC84YY7AeqX6oFk0WFg==
6255+
dependencies:
6256+
is-unicode-supported "^2.0.0"
6257+
yoctocolors "^2.1.1"
6258+
62326259
log-symbols@^1.0.2:
62336260
version "1.0.2"
62346261
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-1.0.2.tgz#376ff7b58ea3086a0f09facc74617eca501e1a18"
@@ -7954,6 +7981,13 @@ strip-ansi@7.1.0:
79547981
dependencies:
79557982
ansi-regex "^6.0.1"
79567983

7984+
strip-ansi@7.1.2, strip-ansi@^7.0.1, strip-ansi@^7.1.0:
7985+
version "7.1.2"
7986+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.2.tgz#132875abde678c7ea8d691533f2e7e22bb744dba"
7987+
integrity sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==
7988+
dependencies:
7989+
ansi-regex "^6.0.1"
7990+
79577991
strip-ansi@^3.0.0, strip-ansi@^3.0.1:
79587992
version "3.0.1"
79597993
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
@@ -7975,13 +8009,6 @@ strip-ansi@^6.0.0, strip-ansi@^6.0.1:
79758009
dependencies:
79768010
ansi-regex "^5.0.1"
79778011

7978-
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
7979-
version "7.1.2"
7980-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.2.tgz#132875abde678c7ea8d691533f2e7e22bb744dba"
7981-
integrity sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==
7982-
dependencies:
7983-
ansi-regex "^6.0.1"
7984-
79858012
strip-bom@^4.0.0:
79868013
version "4.0.0"
79878014
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-4.0.0.tgz#9c3505c1db45bcedca3d9cf7a16f5c5aa3901878"
@@ -8738,6 +8765,11 @@ yoctocolors-cjs@^2.1.2:
87388765
resolved "https://registry.yarnpkg.com/yoctocolors-cjs/-/yoctocolors-cjs-2.1.3.tgz#7e4964ea8ec422b7a40ac917d3a344cfd2304baa"
87398766
integrity sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==
87408767

8768+
yoctocolors@^2.1.1:
8769+
version "2.1.2"
8770+
resolved "https://registry.yarnpkg.com/yoctocolors/-/yoctocolors-2.1.2.tgz#d795f54d173494e7d8db93150cec0ed7f678c83a"
8771+
integrity sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==
8772+
87418773
zip-stream@^4.1.0:
87428774
version "4.1.1"
87438775
resolved "https://registry.yarnpkg.com/zip-stream/-/zip-stream-4.1.1.tgz#1337fe974dbaffd2fa9a1ba09662a66932bd7135"

0 commit comments

Comments
 (0)