Skip to content

Commit 3bf505d

Browse files
chore(deps): Bump log-symbols from 4.1.0 to 5.1.0
Bumps [log-symbols](https://github.com/sindresorhus/log-symbols) from 4.1.0 to 5.1.0. - [Release notes](https://github.com/sindresorhus/log-symbols/releases) - [Commits](sindresorhus/log-symbols@v4.1.0...v5.1.0) --- updated-dependencies: - dependency-name: log-symbols dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d6ff733 commit 3bf505d

3 files changed

Lines changed: 28 additions & 45 deletions

File tree

packages/checkup-formatter-pretty/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"ink-table": "^3.0.0",
2222
"ink-task-list": "^1.1.0",
2323
"lodash.startcase": "^4.4.0",
24-
"log-symbols": "^4.0.0",
24+
"log-symbols": "^5.1.0",
2525
"object-path": "^0.11.8",
2626
"react": "^17.0.2",
2727
"strip-ansi": "^6.0.0"

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"inquirer": "^8.0.0",
4141
"json-stable-stringify": "^1.0.1",
4242
"lodash": "^4.17.21",
43-
"log-symbols": "^4.0.0",
43+
"log-symbols": "^5.1.0",
4444
"ora": "^5.3.0",
4545
"p-map": "^4.0.0",
4646
"recast": "^0.20.5",

yarn.lock

Lines changed: 26 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -3117,13 +3117,10 @@ chai@^4.3.6:
31173117
pathval "^1.1.1"
31183118
type-detect "^4.0.5"
31193119

3120-
chalk@*, chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
3121-
version "4.1.2"
3122-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
3123-
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
3124-
dependencies:
3125-
ansi-styles "^4.1.0"
3126-
supports-color "^7.1.0"
3120+
chalk@*, chalk@^5.0.0:
3121+
version "5.0.1"
3122+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.0.1.tgz#ca57d71e82bb534a296df63bbacc4a1c22b2a4b6"
3123+
integrity sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==
31273124

31283125
chalk@4.1.1:
31293126
version "4.1.1"
@@ -3161,6 +3158,14 @@ chalk@^3.0.0:
31613158
ansi-styles "^4.1.0"
31623159
supports-color "^7.1.0"
31633160

3161+
chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
3162+
version "4.1.2"
3163+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
3164+
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
3165+
dependencies:
3166+
ansi-styles "^4.1.0"
3167+
supports-color "^7.1.0"
3168+
31643169
char-regex@^1.0.2:
31653170
version "1.0.2"
31663171
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"
@@ -6551,6 +6556,11 @@ is-unicode-supported@^0.1.0:
65516556
resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7"
65526557
integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==
65536558

6559+
is-unicode-supported@^1.1.0:
6560+
version "1.2.0"
6561+
resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-1.2.0.tgz#f4f54f34d8ebc84a46b93559a036763b6d3e1014"
6562+
integrity sha512-wH+U77omcRzevfIG8dDhTS0V9zZyweakfD01FULl97+0EHiJTTZtJqxPSkIIo/SDPv/i07k/C9jAPY+jwLLeUQ==
6563+
65546564
is-utf8@^0.2.0, is-utf8@^0.2.1:
65556565
version "0.2.1"
65566566
resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
@@ -7496,6 +7506,14 @@ log-symbols@^4.0.0, log-symbols@^4.1.0:
74967506
chalk "^4.1.0"
74977507
is-unicode-supported "^0.1.0"
74987508

7509+
log-symbols@^5.1.0:
7510+
version "5.1.0"
7511+
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-5.1.0.tgz#a20e3b9a5f53fac6aeb8e2bb22c07cf2c8f16d93"
7512+
integrity sha512-l0x2DvrW294C9uDCoQe1VSU4gf529FkSZ6leBl4TiqZH/e+0R7hSfHQBNut2mNygDgHwvYHfFLn6Oxb3VWj2rA==
7513+
dependencies:
7514+
chalk "^5.0.0"
7515+
is-unicode-supported "^1.1.0"
7516+
74997517
loose-envify@^1.1.0, loose-envify@^1.4.0:
75007518
version "1.4.0"
75017519
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
@@ -10923,46 +10941,11 @@ type-detect@4.0.8, type-detect@^4.0.0, type-detect@^4.0.5, type-detect@^4.0.8:
1092310941
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"
1092410942
integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==
1092510943

10926-
type-fest@^0.11.0:
10927-
version "0.11.0"
10928-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.11.0.tgz#97abf0872310fed88a5c466b25681576145e33f1"
10929-
integrity sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ==
10930-
10931-
type-fest@^0.12.0:
10932-
version "0.12.0"
10933-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.12.0.tgz#f57a27ab81c68d136a51fd71467eff94157fa1ee"
10934-
integrity sha512-53RyidyjvkGpnWPMF9bQgFtWp+Sl8O2Rp13VavmJgfAP9WWG6q6TkrKU8iyJdnwnfgHI6k2hTlgqH4aSdjoTbg==
10935-
10936-
type-fest@^0.18.0:
10937-
version "0.18.1"
10938-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.18.1.tgz#db4bc151a4a2cf4eebf9add5db75508db6cc841f"
10939-
integrity sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==
10940-
10941-
type-fest@^0.20.2:
10944+
type-fest@^0.11.0, type-fest@^0.12.0, type-fest@^0.18.0, type-fest@^0.20.2, type-fest@^0.6.0, type-fest@^0.8.1, type-fest@^1.0.2, type-fest@^2.3.4:
1094210945
version "0.20.2"
1094310946
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
1094410947
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
1094510948

10946-
type-fest@^0.6.0:
10947-
version "0.6.0"
10948-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"
10949-
integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==
10950-
10951-
type-fest@^0.8.1:
10952-
version "0.8.1"
10953-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
10954-
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
10955-
10956-
type-fest@^1.0.2:
10957-
version "1.4.0"
10958-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-1.4.0.tgz#e9fb813fe3bf1744ec359d55d1affefa76f14be1"
10959-
integrity sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==
10960-
10961-
type-fest@^2.3.4:
10962-
version "2.13.0"
10963-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.13.0.tgz#d1ecee38af29eb2e863b22299a3d68ef30d2abfb"
10964-
integrity sha512-lPfAm42MxE4/456+QyIaaVBAwgpJb6xZ8PRu09utnhPdWwcyj9vgy6Sq0Z5yNbJ21EdxB5dRU/Qg8bsyAMtlcw==
10965-
1096610949
typedarray-to-buffer@^3.1.5:
1096710950
version "3.1.5"
1096810951
resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz#a97ee7a9ff42691b9f783ff1bc5112fe3fca9080"

0 commit comments

Comments
 (0)