This repository was archived by the owner on May 17, 2023. It is now read-only.
File tree 2 files changed +13
-6
lines changed
2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 44
44
"highlight.js" : " ^11.7.0" ,
45
45
"husky" : " ^8.0.3" ,
46
46
"lint-staged" : " ^13.2.0" ,
47
- "ora" : " ^6.1.2 " ,
47
+ "ora" : " ^6.2.0 " ,
48
48
"postcss" : " ^8.4.21" ,
49
49
"prettier" : " ^2.8.4" ,
50
50
"pretty-quick" : " ^3.1.3" ,
Original file line number Diff line number Diff line change @@ -3582,18 +3582,18 @@ optionator@^0.9.1:
3582
3582
type-check "^0.4.0"
3583
3583
word-wrap "^1.2.3"
3584
3584
3585
- ora@^6.1.2 :
3586
- version "6.1.2 "
3587
- resolved "https://registry.yarnpkg.com/ora/-/ora-6.1.2. tgz#7b3c1356b42fd90fb1dad043d5dbe649388a0bf5 "
3588
- integrity sha512-EJQ3NiP5Xo94wJXIzAyOtSb0QEIAUu7m8t6UZ9krbz0vAJqr92JpcK/lEXg91q6B9pEGqrykkd2EQplnifDSBw ==
3585
+ ora@^6.2.0 :
3586
+ version "6.2.0 "
3587
+ resolved "https://registry.yarnpkg.com/ora/-/ora-6.2.0. tgz#6d727902151d5b1badc599ace4df45a34d53f556 "
3588
+ integrity sha512-c1qb/1rdE+EFDYiLXh10VY459uMh7DN9zlgd8mZJLoeiPpYllN8eAOiih2Rkah5ywxRm5tHN5C9zPheDq8d1MA ==
3589
3589
dependencies :
3590
- bl "^5.0.0"
3591
3590
chalk "^5.0.0"
3592
3591
cli-cursor "^4.0.0"
3593
3592
cli-spinners "^2.6.1"
3594
3593
is-interactive "^2.0.0"
3595
3594
is-unicode-supported "^1.1.0"
3596
3595
log-symbols "^5.1.0"
3596
+ stdin-discarder "^0.1.0"
3597
3597
strip-ansi "^7.0.1"
3598
3598
wcwidth "^1.0.1"
3599
3599
@@ -4213,6 +4213,13 @@ split2@^3.0.0:
4213
4213
dependencies :
4214
4214
readable-stream "^3.0.0"
4215
4215
4216
+ stdin-discarder@^0.1.0 :
4217
+ version "0.1.0"
4218
+ resolved "https://registry.yarnpkg.com/stdin-discarder/-/stdin-discarder-0.1.0.tgz#22b3e400393a8e28ebf53f9958f3880622efde21"
4219
+ integrity sha512-xhV7w8S+bUwlPTb4bAOUQhv8/cSS5offJuX8GQGq32ONF0ZtDWKfkdomM3HMRA+LhX6um/FZ0COqlwsjD53LeQ==
4220
+ dependencies :
4221
+ bl "^5.0.0"
4222
+
4216
4223
string-argv@^0.3.1 :
4217
4224
version "0.3.1"
4218
4225
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.1.tgz#95e2fbec0427ae19184935f816d74aaa4c5c19da"
You can’t perform that action at this time.
0 commit comments