Skip to content

Commit 01bfc1b

Browse files
fix(deps): update log-symbols -> ^4.1.0 - dependency (#438)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 310ec78 commit 01bfc1b

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"execa": "^5.0.0",
4949
"fs-extra": "^9.1.0",
5050
"jsonfile": "^6.1.0",
51-
"log-symbols": "^4.0.0",
51+
"log-symbols": "^4.1.0",
5252
"node-emoji": "^1.10.0",
5353
"outdent": "^0.8.0",
5454
"param-case": "^3.0.4",

yarn.lock

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3739,6 +3739,11 @@ is-typedarray@^1.0.0, is-typedarray@~1.0.0:
37393739
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
37403740
integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
37413741

3742+
is-unicode-supported@^0.1.0:
3743+
version "0.1.0"
3744+
resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7"
3745+
integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==
3746+
37423747
is-windows@^1.0.2:
37433748
version "1.0.2"
37443749
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
@@ -4544,12 +4549,13 @@ log-symbols@^2.2.0:
45444549
dependencies:
45454550
chalk "^2.0.1"
45464551

4547-
log-symbols@^4.0.0:
4548-
version "4.0.0"
4549-
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.0.0.tgz#69b3cc46d20f448eccdb75ea1fa733d9e821c920"
4550-
integrity sha512-FN8JBzLx6CzeMrB0tg6pqlGU1wCrXW+ZXGH481kfsBqer0hToTIiHdjH4Mq8xJUbvATujKCvaREGWpGUionraA==
4552+
log-symbols@^4.1.0:
4553+
version "4.1.0"
4554+
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503"
4555+
integrity sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==
45514556
dependencies:
4552-
chalk "^4.0.0"
4557+
chalk "^4.1.0"
4558+
is-unicode-supported "^0.1.0"
45534559

45544560
45554561
version "6.2.1"

0 commit comments

Comments
 (0)