@@ -2657,6 +2657,15 @@ array-includes@^3.0.3:
2657
2657
define-properties "^1.1.2"
2658
2658
es-abstract "^1.7.0"
2659
2659
2660
+ array-includes@^3.1.1:
2661
+ version "3.1.1"
2662
+ resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1.tgz#cdd67e6852bdf9c1215460786732255ed2459348"
2663
+ integrity sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ==
2664
+ dependencies:
2665
+ define-properties "^1.1.3"
2666
+ es-abstract "^1.17.0"
2667
+ is-string "^1.0.5"
2668
+
2660
2669
array-map@~0.0.0:
2661
2670
version "0.0.0"
2662
2671
resolved "https://registry.yarnpkg.com/array-map/-/array-map-0.0.0.tgz#88a2bab73d1cf7bcd5c1b118a003f66f665fa662"
@@ -5612,6 +5621,23 @@ es-abstract@^1.10.0, es-abstract@^1.11.0, es-abstract@^1.12.0, es-abstract@^1.4.
5612
5621
is-regex "^1.0.4"
5613
5622
object-keys "^1.0.12"
5614
5623
5624
+ es-abstract@^1.17.0, es-abstract@^1.17.0-next.1:
5625
+ version "1.17.4"
5626
+ resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.4.tgz#e3aedf19706b20e7c2594c35fc0d57605a79e184"
5627
+ integrity sha512-Ae3um/gb8F0mui/jPL+QiqmglkUsaQf7FwBEHYIFkztkneosu9imhqHpBzQ3h1vit8t5iQ74t6PEVvphBZiuiQ==
5628
+ dependencies:
5629
+ es-to-primitive "^1.2.1"
5630
+ function-bind "^1.1.1"
5631
+ has "^1.0.3"
5632
+ has-symbols "^1.0.1"
5633
+ is-callable "^1.1.5"
5634
+ is-regex "^1.0.5"
5635
+ object-inspect "^1.7.0"
5636
+ object-keys "^1.1.1"
5637
+ object.assign "^4.1.0"
5638
+ string.prototype.trimleft "^2.1.1"
5639
+ string.prototype.trimright "^2.1.1"
5640
+
5615
5641
es-to-primitive@^1.2.0:
5616
5642
version "1.2.0"
5617
5643
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
@@ -5621,6 +5647,15 @@ es-to-primitive@^1.2.0:
5621
5647
is-date-object "^1.0.1"
5622
5648
is-symbol "^1.0.2"
5623
5649
5650
+ es-to-primitive@^1.2.1:
5651
+ version "1.2.1"
5652
+ resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
5653
+ integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==
5654
+ dependencies:
5655
+ is-callable "^1.1.4"
5656
+ is-date-object "^1.0.1"
5657
+ is-symbol "^1.0.2"
5658
+
5624
5659
es5-shim@^4.5.10:
5625
5660
version "4.5.12"
5626
5661
resolved "https://registry.yarnpkg.com/es5-shim/-/es5-shim-4.5.12.tgz#508c13dda1c87dd3df1b50e69e7b96b82149b649"
5754
5789
jsx-ast-utils "^2.0.1"
5755
5790
prop-types "^15.6.2"
5756
5791
5757
- eslint-plugin-react@7.13.0 :
5758
- version "7.13.0 "
5759
- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.13.0 .tgz#bc13fd7101de67996ea51b33873cd9dc2b7e5758 "
5760
- integrity sha512-uA5LrHylu8lW/eAH3bEQe9YdzpPaFd9yAJTwTi/i/BKTD7j6aQMKVAdGM/ML72zD6womuSK7EiGtMKuK06lWjQ ==
5792
+ eslint-plugin-react@7.18.3 :
5793
+ version "7.18.3 "
5794
+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.18.3 .tgz#8be671b7f6be095098e79d27ac32f9580f599bc8 "
5795
+ integrity sha512-Bt56LNHAQCoou88s8ViKRjMB2+36XRejCQ1VoLj716KI1MoE99HpTVvIThJ0rvFmG4E4Gsq+UgToEjn+j044Bg ==
5761
5796
dependencies:
5762
- array-includes "^3.0.3 "
5797
+ array-includes "^3.1.1 "
5763
5798
doctrine "^2.1.0"
5764
5799
has "^1.0.3"
5765
- jsx-ast-utils "^2.1.0"
5766
- object.fromentries "^2.0.0"
5800
+ jsx-ast-utils "^2.2.3"
5801
+ object.entries "^1.1.1"
5802
+ object.fromentries "^2.0.2"
5803
+ object.values "^1.1.1"
5767
5804
prop-types "^15.7.2"
5768
- resolve "^1.10.1"
5805
+ resolve "^1.14.2"
5806
+ string.prototype.matchall "^4.0.2"
5769
5807
5770
5808
5771
5809
version "3.7.1"
@@ -7093,6 +7131,11 @@ has-symbols@^1.0.0:
7093
7131
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
7094
7132
integrity sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=
7095
7133
7134
+ has-symbols@^1.0.1:
7135
+ version "1.0.1"
7136
+ resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
7137
+ integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==
7138
+
7096
7139
has-unicode@^2.0.0:
7097
7140
version "2.0.1"
7098
7141
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -7709,6 +7752,15 @@ internal-ip@^3.0.1:
7709
7752
default-gateway "^2.6.0"
7710
7753
ipaddr.js "^1.5.2"
7711
7754
7755
+ internal-slot@^1.0.2:
7756
+ version "1.0.2"
7757
+ resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.2.tgz#9c2e9fb3cd8e5e4256c6f45fe310067fcfa378a3"
7758
+ integrity sha512-2cQNfwhAfJIkU4KZPkDI+Gj5yNNnbqi40W9Gge6dfnk4TocEVm00B3bdiL+JINrbGJil2TeHvM4rETGzk/f/0g==
7759
+ dependencies:
7760
+ es-abstract "^1.17.0-next.1"
7761
+ has "^1.0.3"
7762
+ side-channel "^1.0.2"
7763
+
7712
7764
interpret@^1.0.0, interpret@^1.2.0:
7713
7765
version "1.2.0"
7714
7766
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.2.0.tgz#d5061a6224be58e8083985f5014d844359576296"
@@ -7844,6 +7896,11 @@ is-callable@^1.1.3, is-callable@^1.1.4:
7844
7896
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
7845
7897
integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==
7846
7898
7899
+ is-callable@^1.1.5:
7900
+ version "1.1.5"
7901
+ resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
7902
+ integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==
7903
+
7847
7904
is-ci@^1.0.10:
7848
7905
version "1.2.1"
7849
7906
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.2.1.tgz#e3779c8ee17fccf428488f6e281187f2e632841c"
@@ -8118,6 +8175,13 @@ is-regex@^1.0.4:
8118
8175
dependencies:
8119
8176
has "^1.0.1"
8120
8177
8178
+ is-regex@^1.0.5:
8179
+ version "1.0.5"
8180
+ resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.5.tgz#39d589a358bf18967f726967120b8fc1aed74eae"
8181
+ integrity sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==
8182
+ dependencies:
8183
+ has "^1.0.3"
8184
+
8121
8185
is-regexp@^1.0.0:
8122
8186
version "1.0.0"
8123
8187
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
@@ -8148,6 +8212,11 @@ is-string@^1.0.4:
8148
8212
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.4.tgz#cc3a9b69857d621e963725a24caeec873b826e64"
8149
8213
integrity sha1-zDqbaYV9Yh6WNyWiTK7shzuCbmQ=
8150
8214
8215
+ is-string@^1.0.5:
8216
+ version "1.0.5"
8217
+ resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
8218
+ integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
8219
+
8151
8220
is-subset@^0.1.1:
8152
8221
version "0.1.1"
8153
8222
resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6"
@@ -8893,12 +8962,13 @@ jsx-ast-utils@^2.0.1:
8893
8962
dependencies:
8894
8963
array-includes "^3.0.3"
8895
8964
8896
- jsx-ast-utils@^2.1.0 :
8897
- version "2.1.0 "
8898
- resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.1.0 .tgz#0ee4e2c971fb9601c67b5641b71be80faecf0b36 "
8899
- integrity sha512-yDGDG2DS4JcqhA6blsuYbtsT09xL8AoLuUR2Gb5exrw7UEM19sBcOTq+YBBhrNbl0PUC4R4LnFu+dHg2HKeVvA ==
8965
+ jsx-ast-utils@^2.2.3 :
8966
+ version "2.2.3 "
8967
+ resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.3 .tgz#8a9364e402448a3ce7f14d357738310d9248054f "
8968
+ integrity sha512-EdIHFMm+1BPynpKOpdPqiOsvnIrInRGJD7bzPZdPkjitQEqpdpUuFpq4T0npZFKTiB3RhWFdGN+oqOJIdhDhQA ==
8900
8969
dependencies:
8901
8970
array-includes "^3.0.3"
8971
+ object.assign "^4.1.0"
8902
8972
8903
8973
just-extend@^4.0.2:
8904
8974
version "4.0.2"
@@ -10332,6 +10402,11 @@ object-inspect@^1.6.0:
10332
10402
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
10333
10403
integrity sha512-GJzfBZ6DgDAmnuaM3104jR4s1Myxr3Y3zfIyN4z3UdqN69oSRacNK8UhnobDdC+7J2AHCjGwxQubNJfE70SXXQ==
10334
10404
10405
+ object-inspect@^1.7.0:
10406
+ version "1.7.0"
10407
+ resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
10408
+ integrity sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==
10409
+
10335
10410
object-is@^1.0.1:
10336
10411
version "1.0.1"
10337
10412
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.0.1.tgz#0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6"
@@ -10342,6 +10417,11 @@ object-keys@^1.0.11, object-keys@^1.0.12:
10342
10417
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"
10343
10418
integrity sha512-FTMyFUm2wBcGHnH2eXmz7tC6IwlqQZ6mVZ+6dm6vZ4IQIHjs6FdNsQBuKGPuUUUY6NfJw2PshC08Tn6LzLDOag==
10344
10419
10420
+ object-keys@^1.1.1:
10421
+ version "1.1.1"
10422
+ resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
10423
+ integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
10424
+
10345
10425
object-visit@^1.0.0:
10346
10426
version "1.0.1"
10347
10427
resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb"
@@ -10369,6 +10449,16 @@ object.entries@^1.0.4, object.entries@^1.1.0:
10369
10449
function-bind "^1.1.1"
10370
10450
has "^1.0.3"
10371
10451
10452
+ object.entries@^1.1.1:
10453
+ version "1.1.1"
10454
+ resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.1.tgz#ee1cf04153de02bb093fec33683900f57ce5399b"
10455
+ integrity sha512-ilqR7BgdyZetJutmDPfXCDffGa0/Yzl2ivVNpbx/g4UeWrCdRnFDUBrKJGLhGieRHDATnyZXWBeCb29k9CJysQ==
10456
+ dependencies:
10457
+ define-properties "^1.1.3"
10458
+ es-abstract "^1.17.0-next.1"
10459
+ function-bind "^1.1.1"
10460
+ has "^1.0.3"
10461
+
10372
10462
object.fromentries@^1.0.0:
10373
10463
version "1.0.0"
10374
10464
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-1.0.0.tgz#e90ec27445ec6e37f48be9af9077d9aa8bef0d40"
@@ -10389,6 +10479,16 @@ object.fromentries@^2.0.0:
10389
10479
function-bind "^1.1.1"
10390
10480
has "^1.0.1"
10391
10481
10482
+ object.fromentries@^2.0.2:
10483
+ version "2.0.2"
10484
+ resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.2.tgz#4a09c9b9bb3843dd0f89acdb517a794d4f355ac9"
10485
+ integrity sha512-r3ZiBH7MQppDJVLx6fhD618GKNG40CZYH9wgwdhKxBDDbQgjeWGGd4AtkZad84d291YxvWe7bJGuE65Anh0dxQ==
10486
+ dependencies:
10487
+ define-properties "^1.1.3"
10488
+ es-abstract "^1.17.0-next.1"
10489
+ function-bind "^1.1.1"
10490
+ has "^1.0.3"
10491
+
10392
10492
object.getownpropertydescriptors@^2.0.3:
10393
10493
version "2.0.3"
10394
10494
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"
@@ -10429,6 +10529,16 @@ object.values@^1.0.4, object.values@^1.1.0:
10429
10529
function-bind "^1.1.1"
10430
10530
has "^1.0.3"
10431
10531
10532
+ object.values@^1.1.1:
10533
+ version "1.1.1"
10534
+ resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
10535
+ integrity sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==
10536
+ dependencies:
10537
+ define-properties "^1.1.3"
10538
+ es-abstract "^1.17.0-next.1"
10539
+ function-bind "^1.1.1"
10540
+ has "^1.0.3"
10541
+
10432
10542
obuf@^1.0.0, obuf@^1.1.1:
10433
10543
version "1.1.2"
10434
10544
resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e"
@@ -13107,6 +13217,14 @@ regexp.prototype.flags@^1.2.0:
13107
13217
dependencies:
13108
13218
define-properties "^1.1.2"
13109
13219
13220
+ regexp.prototype.flags@^1.3.0:
13221
+ version "1.3.0"
13222
+ resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz#7aba89b3c13a64509dabcf3ca8d9fbb9bdf5cb75"
13223
+ integrity sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ==
13224
+ dependencies:
13225
+ define-properties "^1.1.3"
13226
+ es-abstract "^1.17.0-next.1"
13227
+
13110
13228
regexpp@^2.0.0:
13111
13229
version "2.0.1"
13112
13230
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
@@ -13375,10 +13493,10 @@ resolve@^1.1.6, resolve@^1.10.0, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.6.0,
13375
13493
dependencies:
13376
13494
path-parse "^1.0.6"
13377
13495
13378
- resolve@^1.10.1 :
13379
- version "1.10 .1"
13380
- resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.10 .1.tgz#664842ac960795bbe758221cdccda61fb64b5f18 "
13381
- integrity sha512-KuIe4mf++td/eFb6wkaPbMDnP6kObCaEtIDuHOUED6MNUo4K670KZUHuuvYPZDxNF0WVLw49n06M2m2dXphEzA ==
13496
+ resolve@^1.14.2 :
13497
+ version "1.15 .1"
13498
+ resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.15 .1.tgz#27bdcdeffeaf2d6244b95bb0f9f4b4653451f3e8 "
13499
+ integrity sha512-84oo6ZTtoTUpjgNEr5SJyzQhzL72gaRodsSfyxC/AXRvwu0Yse9H8eF9IpGo7b8YetZhlI6v7ZQ6bKBFV/6S7w ==
13382
13500
dependencies:
13383
13501
path-parse "^1.0.6"
13384
13502
@@ -13872,6 +13990,14 @@ shellwords@^0.1.1:
13872
13990
resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
13873
13991
integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==
13874
13992
13993
+ side-channel@^1.0.2:
13994
+ version "1.0.2"
13995
+ resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.2.tgz#df5d1abadb4e4bf4af1cd8852bf132d2f7876947"
13996
+ integrity sha512-7rL9YlPHg7Ancea1S96Pa8/QWb4BtXL/TZvS6B8XFetGBeuhAsfmUspK6DokBeZ64+Kj9TCNRD/30pVz1BvQNA==
13997
+ dependencies:
13998
+ es-abstract "^1.17.0-next.1"
13999
+ object-inspect "^1.7.0"
14000
+
13875
14001
sigmund@^1.0.1:
13876
14002
version "1.0.1"
13877
14003
resolved "https://registry.yarnpkg.com/sigmund/-/sigmund-1.0.1.tgz#3ff21f198cad2175f9f3b781853fd94d0d19b590"
@@ -14337,6 +14463,18 @@ string.prototype.matchall@^3.0.0:
14337
14463
has-symbols "^1.0.0"
14338
14464
regexp.prototype.flags "^1.2.0"
14339
14465
14466
+ string.prototype.matchall@^4.0.2:
14467
+ version "4.0.2"
14468
+ resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.2.tgz#48bb510326fb9fdeb6a33ceaa81a6ea04ef7648e"
14469
+ integrity sha512-N/jp6O5fMf9os0JU3E72Qhf590RSRZU/ungsL/qJUYVTNv7hTG0P/dbPjxINVN9jpscu3nzYwKESU3P3RY5tOg==
14470
+ dependencies:
14471
+ define-properties "^1.1.3"
14472
+ es-abstract "^1.17.0"
14473
+ has-symbols "^1.0.1"
14474
+ internal-slot "^1.0.2"
14475
+ regexp.prototype.flags "^1.3.0"
14476
+ side-channel "^1.0.2"
14477
+
14340
14478
string.prototype.padend@^3.0.0:
14341
14479
version "3.0.0"
14342
14480
resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.0.0.tgz#f3aaef7c1719f170c5eab1c32bf780d96e21f2f0"
@@ -14364,6 +14502,22 @@ string.prototype.trim@^1.1.2:
14364
14502
es-abstract "^1.5.0"
14365
14503
function-bind "^1.0.2"
14366
14504
14505
+ string.prototype.trimleft@^2.1.1:
14506
+ version "2.1.1"
14507
+ resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74"
14508
+ integrity sha512-iu2AGd3PuP5Rp7x2kEZCrB2Nf41ehzh+goo8TV7z8/XDBbsvc6HQIlUl9RjkZ4oyrW1XM5UwlGl1oVEaDjg6Ag==
14509
+ dependencies:
14510
+ define-properties "^1.1.3"
14511
+ function-bind "^1.1.1"
14512
+
14513
+ string.prototype.trimright@^2.1.1:
14514
+ version "2.1.1"
14515
+ resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz#440314b15996c866ce8a0341894d45186200c5d9"
14516
+ integrity sha512-qFvWL3/+QIgZXVmJBfpHmxLB7xsUXz6HsUmP8+5dRaC3Q7oKUv9Vo6aMCRZC1smrtyECFsIT30PqBJ1gTjAs+g==
14517
+ dependencies:
14518
+ define-properties "^1.1.3"
14519
+ function-bind "^1.1.1"
14520
+
14367
14521
string_decoder@^1.0.0, string_decoder@^1.1.1:
14368
14522
version "1.2.0"
14369
14523
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.2.0.tgz#fe86e738b19544afe70469243b2a1ee9240eae8d"
0 commit comments