Skip to content

Commit ef10c6a

Browse files
committed
fix(deps): update log-symbols -> 5 - dependencies
1 parent ff11c9f commit ef10c6a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"execa": "^5.1.1",
6868
"exit": "^0.1.2",
6969
"fs-extra": "^10.0.0",
70-
"log-symbols": "^4.1.0",
70+
"log-symbols": "^5.0.0",
7171
"param-case": "^3.0.4",
7272
"pascal-case": "^3.1.2",
7373
"please-upgrade-node": "^3.2.0",

yarn.lock

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3963,6 +3963,11 @@ is-unicode-supported@^0.1.0:
39633963
resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7"
39643964
integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==
39653965

3966+
is-unicode-supported@^1.0.0:
3967+
version "1.1.0"
3968+
resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-1.1.0.tgz#9127b71f9fa82f52ca5c20e982e7bec0ee31ee1e"
3969+
integrity sha512-lDcxivp8TJpLG75/DpatAqNzOpDPSpED8XNtrpBHTdQ2InQ1PbW78jhwSxyxhhu+xbVSast2X38bwj8atwoUQA==
3970+
39663971
is-whitespace-character@^1.0.0:
39673972
version "1.0.4"
39683973
resolved "https://registry.yarnpkg.com/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz#0858edd94a95594c7c9dd0b5c174ec6e45ee4aa7"
@@ -4847,6 +4852,14 @@ log-symbols@^4.1.0:
48474852
chalk "^4.1.0"
48484853
is-unicode-supported "^0.1.0"
48494854

4855+
log-symbols@^5.0.0:
4856+
version "5.0.0"
4857+
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-5.0.0.tgz#7720d3c6a56c365e1f658916069ba18d941092ca"
4858+
integrity sha512-zBsSKauX7sM0kcqrf8VpMRPqcWzU6a/Wi7iEl0QlVSCiIZ4CctaLdfVdiZUn6q2/nenyt392qJqpw9FhNAwqxQ==
4859+
dependencies:
4860+
chalk "^4.1.0"
4861+
is-unicode-supported "^1.0.0"
4862+
48504863
logkitty@^0.7.1:
48514864
version "0.7.1"
48524865
resolved "https://registry.yarnpkg.com/logkitty/-/logkitty-0.7.1.tgz#8e8d62f4085a826e8d38987722570234e33c6aa7"

0 commit comments

Comments
 (0)