@@ -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.2"
5626
+ resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.2.tgz#965b10af56597b631da15872c17a405e86c1fd46"
5627
+ integrity sha512-YoKuru3Lyoy7yVTBSH2j7UxTqe/je3dWAruC0sHvZX1GNd5zX8SSLvQqEgO9b3Ex8IW+goFI9arEEsFIbulhOw==
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 .0:
5793
+ version "7.18 .0"
5794
+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.18 .0.tgz#2317831284d005b30aff8afb7c4e906f13fa8e7e "
5795
+ integrity sha512-p+PGoGeV4SaZRDsXqdj9OWcOrOpZn8gXoGPcIQTzo2IDMbAKhNDnME9myZWqO3Ic4R3YmwAZ1lDjWl2R2hMUVQ ==
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 "
5769
5806
5770
5807
5771
5808
version "3.7.1"
@@ -7093,6 +7130,11 @@ has-symbols@^1.0.0:
7093
7130
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
7094
7131
integrity sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=
7095
7132
7133
+ has-symbols@^1.0.1:
7134
+ version "1.0.1"
7135
+ resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
7136
+ integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==
7137
+
7096
7138
has-unicode@^2.0.0:
7097
7139
version "2.0.1"
7098
7140
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -7844,6 +7886,11 @@ is-callable@^1.1.3, is-callable@^1.1.4:
7844
7886
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
7845
7887
integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==
7846
7888
7889
+ is-callable@^1.1.5:
7890
+ version "1.1.5"
7891
+ resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
7892
+ integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==
7893
+
7847
7894
is-ci@^1.0.10:
7848
7895
version "1.2.1"
7849
7896
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.2.1.tgz#e3779c8ee17fccf428488f6e281187f2e632841c"
@@ -8118,6 +8165,13 @@ is-regex@^1.0.4:
8118
8165
dependencies:
8119
8166
has "^1.0.1"
8120
8167
8168
+ is-regex@^1.0.5:
8169
+ version "1.0.5"
8170
+ resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.5.tgz#39d589a358bf18967f726967120b8fc1aed74eae"
8171
+ integrity sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==
8172
+ dependencies:
8173
+ has "^1.0.3"
8174
+
8121
8175
is-regexp@^1.0.0:
8122
8176
version "1.0.0"
8123
8177
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
@@ -8148,6 +8202,11 @@ is-string@^1.0.4:
8148
8202
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.4.tgz#cc3a9b69857d621e963725a24caeec873b826e64"
8149
8203
integrity sha1-zDqbaYV9Yh6WNyWiTK7shzuCbmQ=
8150
8204
8205
+ is-string@^1.0.5:
8206
+ version "1.0.5"
8207
+ resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
8208
+ integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
8209
+
8151
8210
is-subset@^0.1.1:
8152
8211
version "0.1.1"
8153
8212
resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6"
@@ -8893,12 +8952,13 @@ jsx-ast-utils@^2.0.1:
8893
8952
dependencies:
8894
8953
array-includes "^3.0.3"
8895
8954
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 ==
8955
+ jsx-ast-utils@^2.2.3 :
8956
+ version "2.2.3 "
8957
+ resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.3 .tgz#8a9364e402448a3ce7f14d357738310d9248054f "
8958
+ integrity sha512-EdIHFMm+1BPynpKOpdPqiOsvnIrInRGJD7bzPZdPkjitQEqpdpUuFpq4T0npZFKTiB3RhWFdGN+oqOJIdhDhQA ==
8900
8959
dependencies:
8901
8960
array-includes "^3.0.3"
8961
+ object.assign "^4.1.0"
8902
8962
8903
8963
just-extend@^4.0.2:
8904
8964
version "4.0.2"
@@ -10332,6 +10392,11 @@ object-inspect@^1.6.0:
10332
10392
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
10333
10393
integrity sha512-GJzfBZ6DgDAmnuaM3104jR4s1Myxr3Y3zfIyN4z3UdqN69oSRacNK8UhnobDdC+7J2AHCjGwxQubNJfE70SXXQ==
10334
10394
10395
+ object-inspect@^1.7.0:
10396
+ version "1.7.0"
10397
+ resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
10398
+ integrity sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==
10399
+
10335
10400
object-is@^1.0.1:
10336
10401
version "1.0.1"
10337
10402
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.0.1.tgz#0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6"
@@ -10342,6 +10407,11 @@ object-keys@^1.0.11, object-keys@^1.0.12:
10342
10407
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"
10343
10408
integrity sha512-FTMyFUm2wBcGHnH2eXmz7tC6IwlqQZ6mVZ+6dm6vZ4IQIHjs6FdNsQBuKGPuUUUY6NfJw2PshC08Tn6LzLDOag==
10344
10409
10410
+ object-keys@^1.1.1:
10411
+ version "1.1.1"
10412
+ resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
10413
+ integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
10414
+
10345
10415
object-visit@^1.0.0:
10346
10416
version "1.0.1"
10347
10417
resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb"
@@ -10369,6 +10439,16 @@ object.entries@^1.0.4, object.entries@^1.1.0:
10369
10439
function-bind "^1.1.1"
10370
10440
has "^1.0.3"
10371
10441
10442
+ object.entries@^1.1.1:
10443
+ version "1.1.1"
10444
+ resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.1.tgz#ee1cf04153de02bb093fec33683900f57ce5399b"
10445
+ integrity sha512-ilqR7BgdyZetJutmDPfXCDffGa0/Yzl2ivVNpbx/g4UeWrCdRnFDUBrKJGLhGieRHDATnyZXWBeCb29k9CJysQ==
10446
+ dependencies:
10447
+ define-properties "^1.1.3"
10448
+ es-abstract "^1.17.0-next.1"
10449
+ function-bind "^1.1.1"
10450
+ has "^1.0.3"
10451
+
10372
10452
object.fromentries@^1.0.0:
10373
10453
version "1.0.0"
10374
10454
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-1.0.0.tgz#e90ec27445ec6e37f48be9af9077d9aa8bef0d40"
@@ -10389,6 +10469,16 @@ object.fromentries@^2.0.0:
10389
10469
function-bind "^1.1.1"
10390
10470
has "^1.0.1"
10391
10471
10472
+ object.fromentries@^2.0.2:
10473
+ version "2.0.2"
10474
+ resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.2.tgz#4a09c9b9bb3843dd0f89acdb517a794d4f355ac9"
10475
+ integrity sha512-r3ZiBH7MQppDJVLx6fhD618GKNG40CZYH9wgwdhKxBDDbQgjeWGGd4AtkZad84d291YxvWe7bJGuE65Anh0dxQ==
10476
+ dependencies:
10477
+ define-properties "^1.1.3"
10478
+ es-abstract "^1.17.0-next.1"
10479
+ function-bind "^1.1.1"
10480
+ has "^1.0.3"
10481
+
10392
10482
object.getownpropertydescriptors@^2.0.3:
10393
10483
version "2.0.3"
10394
10484
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"
@@ -10429,6 +10519,16 @@ object.values@^1.0.4, object.values@^1.1.0:
10429
10519
function-bind "^1.1.1"
10430
10520
has "^1.0.3"
10431
10521
10522
+ object.values@^1.1.1:
10523
+ version "1.1.1"
10524
+ resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
10525
+ integrity sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==
10526
+ dependencies:
10527
+ define-properties "^1.1.3"
10528
+ es-abstract "^1.17.0-next.1"
10529
+ function-bind "^1.1.1"
10530
+ has "^1.0.3"
10531
+
10432
10532
obuf@^1.0.0, obuf@^1.1.1:
10433
10533
version "1.1.2"
10434
10534
resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e"
@@ -13375,10 +13475,10 @@ resolve@^1.1.6, resolve@^1.10.0, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.6.0,
13375
13475
dependencies:
13376
13476
path-parse "^1.0.6"
13377
13477
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 ==
13478
+ resolve@^1.14.2 :
13479
+ version "1.14.2 "
13480
+ resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.14.2 .tgz#dbf31d0fa98b1f29aa5169783b9c290cb865fea2 "
13481
+ integrity sha512-EjlOBLBO1kxsUxsKjLt7TAECyKW6fOh1VRkykQkKGzcBbjjPIxBqGh0jf7GJ3k/f5mxMqW3htMD3WdTUVtW8HQ ==
13382
13482
dependencies:
13383
13483
path-parse "^1.0.6"
13384
13484
@@ -14364,6 +14464,22 @@ string.prototype.trim@^1.1.2:
14364
14464
es-abstract "^1.5.0"
14365
14465
function-bind "^1.0.2"
14366
14466
14467
+ string.prototype.trimleft@^2.1.1:
14468
+ version "2.1.1"
14469
+ resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74"
14470
+ integrity sha512-iu2AGd3PuP5Rp7x2kEZCrB2Nf41ehzh+goo8TV7z8/XDBbsvc6HQIlUl9RjkZ4oyrW1XM5UwlGl1oVEaDjg6Ag==
14471
+ dependencies:
14472
+ define-properties "^1.1.3"
14473
+ function-bind "^1.1.1"
14474
+
14475
+ string.prototype.trimright@^2.1.1:
14476
+ version "2.1.1"
14477
+ resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz#440314b15996c866ce8a0341894d45186200c5d9"
14478
+ integrity sha512-qFvWL3/+QIgZXVmJBfpHmxLB7xsUXz6HsUmP8+5dRaC3Q7oKUv9Vo6aMCRZC1smrtyECFsIT30PqBJ1gTjAs+g==
14479
+ dependencies:
14480
+ define-properties "^1.1.3"
14481
+ function-bind "^1.1.1"
14482
+
14367
14483
string_decoder@^1.0.0, string_decoder@^1.1.1:
14368
14484
version "1.2.0"
14369
14485
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.2.0.tgz#fe86e738b19544afe70469243b2a1ee9240eae8d"
0 commit comments