File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 48
48
"execa" : " ^5.0.0" ,
49
49
"fs-extra" : " ^9.1.0" ,
50
50
"jsonfile" : " ^6.1.0" ,
51
- "log-symbols" : " ^4.0 .0" ,
51
+ "log-symbols" : " ^4.1 .0" ,
52
52
"node-emoji" : " ^1.10.0" ,
53
53
"outdent" : " ^0.8.0" ,
54
54
"param-case" : " ^3.0.4" ,
Original file line number Diff line number Diff line change @@ -3739,6 +3739,11 @@ is-typedarray@^1.0.0, is-typedarray@~1.0.0:
3739
3739
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
3740
3740
integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
3741
3741
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
+
3742
3747
is-windows@^1.0.2 :
3743
3748
version "1.0.2"
3744
3749
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
@@ -4544,12 +4549,13 @@ log-symbols@^2.2.0:
4544
4549
dependencies :
4545
4550
chalk "^2.0.1"
4546
4551
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 ==
4551
4556
dependencies :
4552
- chalk "^4.0.0"
4557
+ chalk "^4.1.0"
4558
+ is-unicode-supported "^0.1.0"
4553
4559
4554
4560
4555
4561
version "6.2.1"
You can’t perform that action at this time.
0 commit comments