@@ -343,6 +343,11 @@ ansi-regex@^4.1.0:
343
343
version "4.1.0"
344
344
resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997"
345
345
346
+ ansi-regex@^5.0.1 :
347
+ version "5.0.1"
348
+ resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
349
+ integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
350
+
346
351
ansi-styles@^2.2.1 :
347
352
version "2.2.1"
348
353
resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
@@ -353,6 +358,13 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1:
353
358
dependencies :
354
359
color-convert "^1.9.0"
355
360
361
+ ansi-styles@^4.1.0 :
362
+ version "4.3.0"
363
+ resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
364
+ integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
365
+ dependencies :
366
+ color-convert "^2.0.1"
367
+
356
368
ansi-to-html@^0.6.3 :
357
369
version "0.6.11"
358
370
resolved "https://registry.npmjs.org/ansi-to-html/-/ansi-to-html-0.6.11.tgz#5093fc4962186c0e9343dec572a4f71abdc93439"
@@ -374,6 +386,19 @@ aproba@^1.0.3, aproba@^1.1.1:
374
386
version "1.2.0"
375
387
resolved "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
376
388
389
+ " aproba@^1.0.3 || ^2.0.0 " :
390
+ version "2.0.0"
391
+ resolved "https://registry.yarnpkg.com/aproba/-/aproba-2.0.0.tgz#52520b8ae5b569215b354efc0caa3fe1e45a8adc"
392
+ integrity sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==
393
+
394
+ are-we-there-yet@^2.0.0 :
395
+ version "2.0.0"
396
+ resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz#372e0e7bd279d8e94c653aaa1f67200884bf3e1c"
397
+ integrity sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==
398
+ dependencies :
399
+ delegates "^1.0.0"
400
+ readable-stream "^3.6.0"
401
+
377
402
are-we-there-yet@~1.1.2 :
378
403
version "1.1.5"
379
404
resolved "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz#4b35c2944f062a8bfcda66410760350fe9ddfc21"
@@ -1723,6 +1748,14 @@ chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3:
1723
1748
strip-ansi "^3.0.0"
1724
1749
supports-color "^2.0.0"
1725
1750
1751
+ chalk@^4.1.2 :
1752
+ version "4.1.2"
1753
+ resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
1754
+ integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
1755
+ dependencies :
1756
+ ansi-styles "^4.1.0"
1757
+ supports-color "^7.1.0"
1758
+
1726
1759
chardet@^0.4.0 :
1727
1760
version "0.4.2"
1728
1761
resolved "https://registry.npmjs.org/chardet/-/chardet-0.4.2.tgz#b5473b33dc97c424e5d98dc87d55d4d8a29c8bf2"
@@ -1894,11 +1927,18 @@ color-convert@^1.3.0, color-convert@^1.9.0:
1894
1927
dependencies :
1895
1928
color-name "1.1.3"
1896
1929
1930
+ color-convert@^2.0.1 :
1931
+ version "2.0.1"
1932
+ resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
1933
+ integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==
1934
+ dependencies :
1935
+ color-name "~1.1.4"
1936
+
1897
1937
color-name@1.1.3 :
1898
1938
version "1.1.3"
1899
1939
resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
1900
1940
1901
- color-name@^1.0.0 :
1941
+ color-name@^1.0.0, color-name@~1.1.4 :
1902
1942
version "1.1.4"
1903
1943
resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
1904
1944
@@ -1908,6 +1948,11 @@ color-string@^0.3.0:
1908
1948
dependencies :
1909
1949
color-name "^1.0.0"
1910
1950
1951
+ color-support@^1.1.2 :
1952
+ version "1.1.3"
1953
+ resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2"
1954
+ integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==
1955
+
1911
1956
color@^0.11.0 :
1912
1957
version "0.11.4"
1913
1958
resolved "https://registry.npmjs.org/color/-/color-0.11.4.tgz#6d7b5c74fb65e841cd48792ad1ed5e07b904d764"
@@ -2011,7 +2056,7 @@ console-browserify@^1.1.0:
2011
2056
dependencies :
2012
2057
date-now "^0.1.4"
2013
2058
2014
- console-control-strings@^1.0.0, console-control-strings@~1.1.0 :
2059
+ console-control-strings@^1.0.0, console-control-strings@^1.1.0, console-control-strings@ ~1.1.0 :
2015
2060
version "1.1.0"
2016
2061
resolved "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
2017
2062
@@ -2668,6 +2713,11 @@ emoji-regex@^7.0.1:
2668
2713
version "7.0.3"
2669
2714
resolved "https://registry.npmmirror.com/emoji-regex/download/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
2670
2715
2716
+ emoji-regex@^8.0.0 :
2717
+ version "8.0.0"
2718
+ resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
2719
+ integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
2720
+
2671
2721
emojis-list@^2.0.0 :
2672
2722
version "2.1.0"
2673
2723
resolved "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389"
@@ -3509,6 +3559,21 @@ functional-red-black-tree@^1.0.1:
3509
3559
version "1.0.1"
3510
3560
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
3511
3561
3562
+ gauge@^3.0.0 :
3563
+ version "3.0.2"
3564
+ resolved "https://registry.yarnpkg.com/gauge/-/gauge-3.0.2.tgz#03bf4441c044383908bcfa0656ad91803259b395"
3565
+ integrity sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==
3566
+ dependencies :
3567
+ aproba "^1.0.3 || ^2.0.0"
3568
+ color-support "^1.1.2"
3569
+ console-control-strings "^1.0.0"
3570
+ has-unicode "^2.0.1"
3571
+ object-assign "^4.1.1"
3572
+ signal-exit "^3.0.0"
3573
+ string-width "^4.2.3"
3574
+ strip-ansi "^6.0.1"
3575
+ wide-align "^1.1.2"
3576
+
3512
3577
gauge@~2.7.3 :
3513
3578
version "2.7.4"
3514
3579
resolved "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7"
@@ -3596,18 +3661,7 @@ glob-to-regexp@^0.3.0:
3596
3661
version "0.3.0"
3597
3662
resolved "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
3598
3663
3599
- glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3 :
3600
- version "7.1.4"
3601
- resolved "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
3602
- dependencies :
3603
- fs.realpath "^1.0.0"
3604
- inflight "^1.0.4"
3605
- inherits "2"
3606
- minimatch "^3.0.4"
3607
- once "^1.3.0"
3608
- path-is-absolute "^1.0.0"
3609
-
3610
- glob@^7.1.4 :
3664
+ glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4 :
3611
3665
version "7.2.0"
3612
3666
resolved "https://registry.npmmirror.com/glob/download/glob-7.2.0.tgz?cache=0&sync_timestamp=1632353796482&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fglob%2Fdownload%2Fglob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
3613
3667
dependencies :
@@ -3799,11 +3853,16 @@ has-flag@^3.0.0:
3799
3853
version "3.0.0"
3800
3854
resolved "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
3801
3855
3856
+ has-flag@^4.0.0 :
3857
+ version "4.0.0"
3858
+ resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
3859
+ integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
3860
+
3802
3861
has-symbols@^1.0.0 :
3803
3862
version "1.0.0"
3804
3863
resolved "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
3805
3864
3806
- has-unicode@^2.0.0 :
3865
+ has-unicode@^2.0.0, has-unicode@^2.0.1 :
3807
3866
version "2.0.1"
3808
3867
resolved "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
3809
3868
@@ -4276,6 +4335,11 @@ is-fullwidth-code-point@^2.0.0:
4276
4335
version "2.0.0"
4277
4336
resolved "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
4278
4337
4338
+ is-fullwidth-code-point@^3.0.0 :
4339
+ version "3.0.0"
4340
+ resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
4341
+ integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==
4342
+
4279
4343
is-glob@^2.0.0, is-glob@^2.0.1 :
4280
4344
version "2.0.1"
4281
4345
resolved "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863"
@@ -4876,11 +4940,7 @@ lodash.uniq@^4.5.0:
4876
4940
version "4.5.0"
4877
4941
resolved "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
4878
4942
4879
- lodash@^4.0.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0 :
4880
- version "4.17.20"
4881
- resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
4882
-
4883
- lodash@^4.17.15, lodash@^4.2.0, lodash@~4.17.10 :
4943
+ lodash@^4.0.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.3.0, lodash@~4.17.10 :
4884
4944
version "4.17.21"
4885
4945
resolved "https://registry.nlark.com/lodash/download/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
4886
4946
@@ -5296,11 +5356,7 @@ mute-stream@0.0.7:
5296
5356
version "0.0.7"
5297
5357
resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab"
5298
5358
5299
- nan@^2.12.1 :
5300
- version "2.14.0"
5301
- resolved "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c"
5302
-
5303
- nan@^2.13.2 :
5359
+ nan@^2.12.1, nan@^2.13.2 :
5304
5360
version "2.15.0"
5305
5361
resolved "https://registry.nlark.com/nan/download/nan-2.15.0.tgz?cache=0&sync_timestamp=1628093656744&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fnan%2Fdownload%2Fnan-2.15.0.tgz#3f34a473ff18e15c1b5626b62903b5ad6e665fee"
5306
5362
@@ -5421,12 +5477,13 @@ node-pre-gyp@^0.12.0:
5421
5477
semver "^5.3.0"
5422
5478
tar "^4"
5423
5479
5424
- node-sass@^6.0.1 :
5425
- version "6.0.1"
5426
- resolved "https://registry.nlark.com/node-sass/download/node-sass-6.0.1.tgz#cad1ccd0ce63e35c7181f545d8b986f3a9a887fe"
5480
+ node-sass@^7.0.0 :
5481
+ version "7.0.0"
5482
+ resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-7.0.0.tgz#33ee7c2df299d51f682f13d79f3d2a562225788e"
5483
+ integrity sha512-6yUnsD3L8fVbgMX6nKQqZkjRcG7a/PpmF0pEyeWf+BgbTj2ToJlCYrnUifL2KbjV5gIY22I3oppahBWA3B+jUg==
5427
5484
dependencies :
5428
5485
async-foreach "^0.1.3"
5429
- chalk "^1 .1.1 "
5486
+ chalk "^4 .1.2 "
5430
5487
cross-spawn "^7.0.3"
5431
5488
gaze "^1.0.0"
5432
5489
get-stdin "^4.0.1"
@@ -5435,7 +5492,7 @@ node-sass@^6.0.1:
5435
5492
meow "^9.0.0"
5436
5493
nan "^2.13.2"
5437
5494
node-gyp "^7.1.0"
5438
- npmlog "^4 .0.0"
5495
+ npmlog "^5 .0.0"
5439
5496
request "^2.88.0"
5440
5497
sass-graph "2.2.5"
5441
5498
stdout-stream "^1.4.0"
@@ -5530,7 +5587,7 @@ npm-which@^3.0.1:
5530
5587
npm-path "^2.0.2"
5531
5588
which "^1.2.10"
5532
5589
5533
- npmlog@^4.0.0, npmlog@^4.0. 2, npmlog@^4.1.2 :
5590
+ npmlog@^4.0.2, npmlog@^4.1.2 :
5534
5591
version "4.1.2"
5535
5592
resolved "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b"
5536
5593
dependencies :
@@ -5539,6 +5596,16 @@ npmlog@^4.0.0, npmlog@^4.0.2, npmlog@^4.1.2:
5539
5596
gauge "~2.7.3"
5540
5597
set-blocking "~2.0.0"
5541
5598
5599
+ npmlog@^5.0.0 :
5600
+ version "5.0.1"
5601
+ resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-5.0.1.tgz#f06678e80e29419ad67ab964e0fa69959c1eb8b0"
5602
+ integrity sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==
5603
+ dependencies :
5604
+ are-we-there-yet "^2.0.0"
5605
+ console-control-strings "^1.1.0"
5606
+ gauge "^3.0.0"
5607
+ set-blocking "^2.0.0"
5608
+
5542
5609
nth-check@~1.0.1 :
5543
5610
version "1.0.2"
5544
5611
resolved "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz#b2bd295c37e3dd58a3bf0700376663ba4d9cf05c"
@@ -6564,7 +6631,7 @@ read-pkg@^5.2.0:
6564
6631
string_decoder "~1.1.1"
6565
6632
util-deprecate "~1.0.1"
6566
6633
6567
- readable-stream@^3.1.1 :
6634
+ readable-stream@^3.1.1, readable-stream@^3.6.0 :
6568
6635
version "3.6.0"
6569
6636
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198"
6570
6637
dependencies :
@@ -7407,6 +7474,15 @@ string-width@^1.0.1:
7407
7474
is-fullwidth-code-point "^2.0.0"
7408
7475
strip-ansi "^4.0.0"
7409
7476
7477
+ " string-width@^1.0.2 || 2 || 3 || 4" , string-width@^4.2.3:
7478
+ version "4.2.3"
7479
+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
7480
+ integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
7481
+ dependencies :
7482
+ emoji-regex "^8.0.0"
7483
+ is-fullwidth-code-point "^3.0.0"
7484
+ strip-ansi "^6.0.1"
7485
+
7410
7486
string-width@^3.0.0, string-width@^3.1.0 :
7411
7487
version "3.1.0"
7412
7488
resolved "https://registry.npmmirror.com/string-width/download/string-width-3.1.0.tgz?cache=0&sync_timestamp=1632421309919&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fstring-width%2Fdownload%2Fstring-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961"
@@ -7451,6 +7527,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
7451
7527
dependencies :
7452
7528
ansi-regex "^4.1.0"
7453
7529
7530
+ strip-ansi@^6.0.1 :
7531
+ version "6.0.1"
7532
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7533
+ integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7534
+ dependencies :
7535
+ ansi-regex "^5.0.1"
7536
+
7454
7537
strip-bom@^2.0.0 :
7455
7538
version "2.0.0"
7456
7539
resolved "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e"
@@ -7510,6 +7593,13 @@ supports-color@^5.3.0, supports-color@^5.4.0:
7510
7593
dependencies :
7511
7594
has-flag "^3.0.0"
7512
7595
7596
+ supports-color@^7.1.0 :
7597
+ version "7.2.0"
7598
+ resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
7599
+ integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
7600
+ dependencies :
7601
+ has-flag "^4.0.0"
7602
+
7513
7603
svg-sprite-loader@^0.3.0 :
7514
7604
version "0.3.1"
7515
7605
resolved "https://registry.npmjs.org/svg-sprite-loader/-/svg-sprite-loader-0.3.1.tgz#44b22c7724bc77256c306b1796257ae6efee515a"
@@ -8268,6 +8358,13 @@ wide-align@^1.1.0:
8268
8358
dependencies :
8269
8359
string-width "^1.0.2 || 2"
8270
8360
8361
+ wide-align@^1.1.2 :
8362
+ version "1.1.5"
8363
+ resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.5.tgz#df1d4c206854369ecf3c9a4898f1b23fbd9d15d3"
8364
+ integrity sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==
8365
+ dependencies :
8366
+ string-width "^1.0.2 || 2 || 3 || 4"
8367
+
8271
8368
widest-line@^2.0.0 :
8272
8369
version "2.0.1"
8273
8370
resolved "https://registry.npmjs.org/widest-line/-/widest-line-2.0.1.tgz#7438764730ec7ef4381ce4df82fb98a53142a3fc"
0 commit comments