@@ -2836,13 +2836,13 @@ array.prototype.flat@^1.2.1:
2836
2836
es-abstract "^1.15.0"
2837
2837
function-bind "^1.1.1"
2838
2838
2839
- array.prototype.flatmap@^1.2.1:
2840
- version "1.2.2 "
2841
- resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.2 .tgz#28d621d351c19a62b84331b01669395ef6cef4c4 "
2842
- integrity sha512-ZZtPLE74KNE+0XcPv/vQmcivxN+8FhwOLvt2udHauO0aDEpsXDQrmd5HuJGpgPVyaV8HvkDPWnJ2iaem0oCKtA ==
2839
+ array.prototype.flatmap@^1.2.1, array.prototype.flatmap@^1.2.3 :
2840
+ version "1.2.3 "
2841
+ resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.3 .tgz#1c13f84a178566042dd63de4414440db9222e443 "
2842
+ integrity sha512-OOEk+lkePcg+ODXIpvuU9PAryCikCJyo7GlDG1upleEpQRx6mzL9puEBkozQ5iAx20KV0l3DbyQwqciJtqe5Pg ==
2843
2843
dependencies:
2844
2844
define-properties "^1.1.3"
2845
- es-abstract "^1.15.0 "
2845
+ es-abstract "^1.17.0-next.1 "
2846
2846
function-bind "^1.1.1"
2847
2847
2848
2848
arrify@^1.0.1:
@@ -5727,6 +5727,23 @@ es-abstract@^1.17.0, es-abstract@^1.17.0-next.1:
5727
5727
string.prototype.trimleft "^2.1.1"
5728
5728
string.prototype.trimright "^2.1.1"
5729
5729
5730
+ es-abstract@^1.17.5:
5731
+ version "1.17.6"
5732
+ resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.6.tgz#9142071707857b2cacc7b89ecb670316c3e2d52a"
5733
+ integrity sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw==
5734
+ dependencies:
5735
+ es-to-primitive "^1.2.1"
5736
+ function-bind "^1.1.1"
5737
+ has "^1.0.3"
5738
+ has-symbols "^1.0.1"
5739
+ is-callable "^1.2.0"
5740
+ is-regex "^1.1.0"
5741
+ object-inspect "^1.7.0"
5742
+ object-keys "^1.1.1"
5743
+ object.assign "^4.1.0"
5744
+ string.prototype.trimend "^1.0.1"
5745
+ string.prototype.trimstart "^1.0.1"
5746
+
5730
5747
es-to-primitive@^1.2.0, es-to-primitive@^1.2.1:
5731
5748
version "1.2.1"
5732
5749
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -5867,19 +5884,20 @@ eslint-plugin-jsx-a11y@^6.2.3:
5867
5884
jsx-ast-utils "^2.2.1"
5868
5885
5869
5886
eslint-plugin-react@^7.16.0:
5870
- version "7.18.3 "
5871
- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.18.3 .tgz#8be671b7f6be095098e79d27ac32f9580f599bc8 "
5872
- integrity sha512-Bt56LNHAQCoou88s8ViKRjMB2+36XRejCQ1VoLj716KI1MoE99HpTVvIThJ0rvFmG4E4Gsq+UgToEjn+j044Bg ==
5887
+ version "7.20.5 "
5888
+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.20.5 .tgz#29480f3071f64a04b2c3d99d9b460ce0f76fb857 "
5889
+ integrity sha512-ajbJfHuFnpVNJjhyrfq+pH1C0gLc2y94OiCbAXT5O0J0YCKaFEHDV8+3+mDOr+w8WguRX+vSs1bM2BDG0VLvCw ==
5873
5890
dependencies:
5874
5891
array-includes "^3.1.1"
5892
+ array.prototype.flatmap "^1.2.3"
5875
5893
doctrine "^2.1.0"
5876
5894
has "^1.0.3"
5877
- jsx-ast-utils "^2.2.3 "
5878
- object.entries "^1.1.1 "
5895
+ jsx-ast-utils "^2.4.1 "
5896
+ object.entries "^1.1.2 "
5879
5897
object.fromentries "^2.0.2"
5880
5898
object.values "^1.1.1"
5881
5899
prop-types "^15.7.2"
5882
- resolve "^1.14.2 "
5900
+ resolve "^1.17.0 "
5883
5901
string.prototype.matchall "^4.0.2"
5884
5902
5885
5903
eslint-scope@^4.0.3:
@@ -7753,6 +7771,11 @@ is-callable@^1.1.5:
7753
7771
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
7754
7772
integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==
7755
7773
7774
+ is-callable@^1.2.0:
7775
+ version "1.2.0"
7776
+ resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.0.tgz#83336560b54a38e35e3a2df7afd0454d691468bb"
7777
+ integrity sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==
7778
+
7756
7779
is-ci@^1.0.10:
7757
7780
version "1.2.1"
7758
7781
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.2.1.tgz#e3779c8ee17fccf428488f6e281187f2e632841c"
@@ -8012,6 +8035,13 @@ is-regex@^1.0.5:
8012
8035
dependencies:
8013
8036
has "^1.0.3"
8014
8037
8038
+ is-regex@^1.1.0:
8039
+ version "1.1.0"
8040
+ resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.0.tgz#ece38e389e490df0dc21caea2bd596f987f767ff"
8041
+ integrity sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==
8042
+ dependencies:
8043
+ has-symbols "^1.0.1"
8044
+
8015
8045
is-resolvable@^1.0.0:
8016
8046
version "1.1.0"
8017
8047
resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88"
@@ -8783,12 +8813,12 @@ jsprim@^1.2.2:
8783
8813
json-schema "0.2.3"
8784
8814
verror "1.10.0"
8785
8815
8786
- jsx-ast-utils@^2.2.1, jsx-ast-utils@^2.2.3 :
8787
- version "2.2.3 "
8788
- resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.3 .tgz#8a9364e402448a3ce7f14d357738310d9248054f "
8789
- integrity sha512-EdIHFMm+1BPynpKOpdPqiOsvnIrInRGJD7bzPZdPkjitQEqpdpUuFpq4T0npZFKTiB3RhWFdGN+oqOJIdhDhQA ==
8816
+ jsx-ast-utils@^2.2.1, jsx-ast-utils@^2.4.1 :
8817
+ version "2.4.1 "
8818
+ resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.4.1 .tgz#1114a4c1209481db06c690c2b4f488cc665f657e "
8819
+ integrity sha512-z1xSldJ6imESSzOjd3NNkieVJKRlKYSOtMG8SFyCj2FIrvSaSuli/WjpBkEzCBoR9bYYYFgqJw61Xhu7Lcgk+w ==
8790
8820
dependencies:
8791
- array-includes "^3.0.3 "
8821
+ array-includes "^3.1.1 "
8792
8822
object.assign "^4.1.0"
8793
8823
8794
8824
kind-of@^2.0.1:
@@ -10084,14 +10114,13 @@ object.assign@^4.1.0:
10084
10114
has-symbols "^1.0.0"
10085
10115
object-keys "^1.0.11"
10086
10116
10087
- object.entries@^1.0.4, object.entries@^1.1.0, object.entries@^1.1.1 :
10088
- version "1.1.1 "
10089
- resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.1 .tgz#ee1cf04153de02bb093fec33683900f57ce5399b "
10090
- integrity sha512-ilqR7BgdyZetJutmDPfXCDffGa0/Yzl2ivVNpbx/g4UeWrCdRnFDUBrKJGLhGieRHDATnyZXWBeCb29k9CJysQ ==
10117
+ object.entries@^1.0.4, object.entries@^1.1.0, object.entries@^1.1.2 :
10118
+ version "1.1.2 "
10119
+ resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.2 .tgz#bc73f00acb6b6bb16c203434b10f9a7e797d3add "
10120
+ integrity sha512-BQdB9qKmb/HyNdMNWVr7O3+z5MUIx3aiegEIJqjMBbBf0YT9RRxTJSim4mzFqtyr7PDAHigq0N9dO0m0tRakQA ==
10091
10121
dependencies:
10092
10122
define-properties "^1.1.3"
10093
- es-abstract "^1.17.0-next.1"
10094
- function-bind "^1.1.1"
10123
+ es-abstract "^1.17.5"
10095
10124
has "^1.0.3"
10096
10125
10097
10126
"object.fromentries@^2.0.0 || ^1.0.0", object.fromentries@^2.0.2:
12351
12380
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
12352
12381
integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=
12353
12382
12354
- resolve@^1.1.5, resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.14.2 , resolve@^1.3.2, resolve@^1.4.0, resolve@^1.5.0:
12355
- version "1.15 .0"
12356
- resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.15 .0.tgz#1b7ca96073ebb52e741ffd799f6b39ea462c67f5 "
12357
- integrity sha512-+hTmAldEGE80U2wJJDC1lebb5jWqvTYAfm3YZ1ckk1gBr0MnCqUKlwK1e+anaFljIl+F5tR5IoZcm4ZDA1zMQw ==
12383
+ resolve@^1.1.5, resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.17.0 , resolve@^1.3.2, resolve@^1.4.0, resolve@^1.5.0:
12384
+ version "1.17 .0"
12385
+ resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17 .0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444 "
12386
+ integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w ==
12358
12387
dependencies:
12359
12388
path-parse "^1.0.6"
12360
12389
@@ -13297,6 +13326,14 @@ string.prototype.trim@^1.1.2:
13297
13326
es-abstract "^1.13.0"
13298
13327
function-bind "^1.1.1"
13299
13328
13329
+ string.prototype.trimend@^1.0.1:
13330
+ version "1.0.1"
13331
+ resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz#85812a6b847ac002270f5808146064c995fb6913"
13332
+ integrity sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==
13333
+ dependencies:
13334
+ define-properties "^1.1.3"
13335
+ es-abstract "^1.17.5"
13336
+
13300
13337
string.prototype.trimleft@^2.1.0:
13301
13338
version "2.1.0"
13302
13339
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz#6cc47f0d7eb8d62b0f3701611715a3954591d634"
@@ -13329,6 +13366,14 @@ string.prototype.trimright@^2.1.1:
13329
13366
define-properties "^1.1.3"
13330
13367
function-bind "^1.1.1"
13331
13368
13369
+ string.prototype.trimstart@^1.0.1:
13370
+ version "1.0.1"
13371
+ resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz#14af6d9f34b053f7cfc89b72f8f2ee14b9039a54"
13372
+ integrity sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==
13373
+ dependencies:
13374
+ define-properties "^1.1.3"
13375
+ es-abstract "^1.17.5"
13376
+
13332
13377
string_decoder@^1.0.0, string_decoder@^1.1.1:
13333
13378
version "1.3.0"
13334
13379
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
0 commit comments