@@ -868,6 +868,13 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1:
868
868
dependencies :
869
869
color-convert "^1.9.0"
870
870
871
+ ansi-styles@^4.0.0 :
872
+ version "4.0.0"
873
+ resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.0.0.tgz#f6b84e8fc97ea7add7a53b7530ef28f3fde0e048"
874
+ integrity sha512-8zjUtFJ3db/QoPXuuEMloS2AUf79/yeyttJ7Abr3hteopJu9HK8vsgGviGUMq+zyA6cZZO6gAyZoMTF6TgaEjA==
875
+ dependencies :
876
+ color-convert "^2.0.0"
877
+
871
878
any-observable@^0.3.0 :
872
879
version "0.3.0"
873
880
resolved "https://registry.yarnpkg.com/any-observable/-/any-observable-0.3.0.tgz#af933475e5806a67d0d7df090dd5e8bef65d119b"
@@ -2191,11 +2198,23 @@ color-convert@^1.9.0:
2191
2198
dependencies :
2192
2199
color-name "1.1.3"
2193
2200
2201
+ color-convert@^2.0.0 :
2202
+ version "2.0.0"
2203
+ resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.0.tgz#9851ac61cc0d3898a8a3088650d5bf447bf69d97"
2204
+ integrity sha512-hzTicsCJIHdxih9+2aLR1tNGZX5qSJGRHDPVwSY26tVrEf55XNajLOBWz2UuWSIergszA09/bqnOiHyqx9fxQg==
2205
+ dependencies :
2206
+ color-name "~1.1.4"
2207
+
2194
2208
color-name@1.1.3 :
2195
2209
version "1.1.3"
2196
2210
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
2197
2211
integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
2198
2212
2213
+ color-name@~1.1.4 :
2214
+ version "1.1.4"
2215
+ resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
2216
+ integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
2217
+
2199
2218
combined-stream@^1.0.6, combined-stream@~1.0.6 :
2200
2219
version "1.0.7"
2201
2220
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.7.tgz#2d1d24317afb8abe95d6d2c0b07b57813539d828"
@@ -3078,6 +3097,11 @@ emoji-regex@^7.0.1:
3078
3097
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
3079
3098
integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==
3080
3099
3100
+ emoji-regex@^8.0.0 :
3101
+ version "8.0.0"
3102
+ resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
3103
+ integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
3104
+
3081
3105
emojis-list@^2.0.0 :
3082
3106
version "2.1.0"
3083
3107
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389"
@@ -4564,6 +4588,11 @@ is-fullwidth-code-point@^2.0.0:
4564
4588
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
4565
4589
integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=
4566
4590
4591
+ is-fullwidth-code-point@^3.0.0 :
4592
+ version "3.0.0"
4593
+ resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
4594
+ integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==
4595
+
4567
4596
is-generator-fn@^2.0.0 :
4568
4597
version "2.1.0"
4569
4598
resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118"
@@ -7838,6 +7867,15 @@ string-width@^3.0.0, string-width@^3.1.0:
7838
7867
is-fullwidth-code-point "^2.0.0"
7839
7868
strip-ansi "^5.1.0"
7840
7869
7870
+ string-width@^4.1.0 :
7871
+ version "4.1.0"
7872
+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.1.0.tgz#ba846d1daa97c3c596155308063e075ed1c99aff"
7873
+ integrity sha512-NrX+1dVVh+6Y9dnQ19pR0pP4FiEIlUvdTGn8pw6CKTNq5sgib2nIhmUNT5TAmhWmvKr3WcxBcP3E8nWezuipuQ==
7874
+ dependencies :
7875
+ emoji-regex "^8.0.0"
7876
+ is-fullwidth-code-point "^3.0.0"
7877
+ strip-ansi "^5.2.0"
7878
+
7841
7879
string_decoder@^1.0.0, string_decoder@^1.1.1 :
7842
7880
version "1.2.0"
7843
7881
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.2.0.tgz#fe86e738b19544afe70469243b2a1ee9240eae8d"
@@ -8599,6 +8637,15 @@ wrap-ansi@^5.1.0:
8599
8637
string-width "^3.0.0"
8600
8638
strip-ansi "^5.0.0"
8601
8639
8640
+ wrap-ansi@^6.0.0 :
8641
+ version "6.0.0"
8642
+ resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.0.0.tgz#47c7b7329e0b8000f5756b0693a861e357e4043e"
8643
+ integrity sha512-8YwLklVkHe4QNpGFrK6Mxm+BaMY7da6C9GlDED3xs3XwThyJHSbVwg9qC4s1N8tBFcnM1S0s8I390RC6SgGe+g==
8644
+ dependencies :
8645
+ ansi-styles "^4.0.0"
8646
+ string-width "^4.1.0"
8647
+ strip-ansi "^5.0.0"
8648
+
8602
8649
wrappy@1 :
8603
8650
version "1.0.2"
8604
8651
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
0 commit comments