@@ -4131,6 +4131,24 @@ es-abstract@^1.17.0, es-abstract@^1.17.0-next.1, es-abstract@^1.17.2, es-abstrac
4131
4131
string.prototype.trimleft "^2.1.1"
4132
4132
string.prototype.trimright "^2.1.1"
4133
4133
4134
+ es-abstract@^1.18.0-next.0 :
4135
+ version "1.18.0-next.1"
4136
+ resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.0-next.1.tgz#6e3a0a4bda717e5023ab3b8e90bec36108d22c68"
4137
+ integrity sha512-I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA==
4138
+ dependencies :
4139
+ es-to-primitive "^1.2.1"
4140
+ function-bind "^1.1.1"
4141
+ has "^1.0.3"
4142
+ has-symbols "^1.0.1"
4143
+ is-callable "^1.2.2"
4144
+ is-negative-zero "^2.0.0"
4145
+ is-regex "^1.1.1"
4146
+ object-inspect "^1.8.0"
4147
+ object-keys "^1.1.1"
4148
+ object.assign "^4.1.1"
4149
+ string.prototype.trimend "^1.0.1"
4150
+ string.prototype.trimstart "^1.0.1"
4151
+
4134
4152
es-to-primitive@^1.2.1 :
4135
4153
version "1.2.1"
4136
4154
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
4352
4370
string.prototype.matchall "^4.0.2"
4353
4371
xregexp "^4.3.0"
4354
4372
4355
-
4356
- version "7.21.3 "
4357
- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.21.3 .tgz#71655d2af5155b19285ec929dd2cdc67a4470b52 "
4358
- integrity sha512-OI4GwTCqyIb4ipaOEGLWdaOHCXZZydStAsBEPB2e1ZfNM37bojpgO1BoOQbFb0eLVz3QLDx7b+6kYcrxCuJfhw ==
4373
+
4374
+ version "7.21.4 "
4375
+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.21.4 .tgz#31060b2e5ff82b12e24a3cc33edb7d12f904775c "
4376
+ integrity sha512-uHeQ8A0hg0ltNDXFu3qSfFqTNPXm1XithH6/SY318UX76CMj7Q599qWpgmMhVQyvhq36pm7qvoN3pb6/3jsTFg ==
4359
4377
dependencies :
4360
4378
array-includes "^3.1.1"
4361
4379
array.prototype.flatmap "^1.2.3"
4362
4380
doctrine "^2.1.0"
4363
4381
has "^1.0.3"
4364
- jsx-ast-utils "^2.4.1"
4382
+ jsx-ast-utils "^2.4.1 || ^3.0.0 "
4365
4383
object.entries "^1.1.2"
4366
4384
object.fromentries "^2.0.2"
4367
4385
object.values "^1.1.1"
@@ -5744,6 +5762,11 @@ is-callable@^1.1.4, is-callable@^1.1.5:
5744
5762
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
5745
5763
integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==
5746
5764
5765
+ is-callable@^1.2.2 :
5766
+ version "1.2.2"
5767
+ resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.2.tgz#c7c6715cd22d4ddb48d3e19970223aceabb080d9"
5768
+ integrity sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==
5769
+
5747
5770
is-ci@^2.0.0 :
5748
5771
version "2.0.0"
5749
5772
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
@@ -5856,6 +5879,11 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
5856
5879
dependencies :
5857
5880
is-extglob "^2.1.1"
5858
5881
5882
+ is-negative-zero@^2.0.0 :
5883
+ version "2.0.0"
5884
+ resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.0.tgz#9553b121b0fac28869da9ed459e20c7543788461"
5885
+ integrity sha1-lVOxIbD6wohp2p7UWeIMdUN4hGE=
5886
+
5859
5887
is-number@^3.0.0 :
5860
5888
version "3.0.0"
5861
5889
resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195"
@@ -5921,6 +5949,13 @@ is-regex@^1.0.4, is-regex@^1.0.5:
5921
5949
dependencies :
5922
5950
has "^1.0.3"
5923
5951
5952
+ is-regex@^1.1.1 :
5953
+ version "1.1.1"
5954
+ resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.1.tgz#c6f98aacc546f6cec5468a07b7b153ab564a57b9"
5955
+ integrity sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==
5956
+ dependencies :
5957
+ has-symbols "^1.0.1"
5958
+
5924
5959
is-regexp@^1.0.0 :
5925
5960
version "1.0.0"
5926
5961
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
@@ -6637,13 +6672,13 @@ jsx-ast-utils@^2.2.1, jsx-ast-utils@^2.2.3:
6637
6672
array-includes "^3.0.3"
6638
6673
object.assign "^4.1.0"
6639
6674
6640
- jsx-ast-utils@^2.4.1 :
6641
- version "2.4.1 "
6642
- resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.4.1 .tgz#1114a4c1209481db06c690c2b4f488cc665f657e "
6643
- integrity sha512-z1xSldJ6imESSzOjd3NNkieVJKRlKYSOtMG8SFyCj2FIrvSaSuli/WjpBkEzCBoR9bYYYFgqJw61Xhu7Lcgk+w ==
6675
+ " jsx-ast-utils@^2.4.1 || ^3.0.0 " :
6676
+ version "3.0.0 "
6677
+ resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.0.0 .tgz#0f49d5093bafa4b45d3fe02147d8b40ffc6c7438 "
6678
+ integrity sha512-sPuicm6EPKYI/UnWpOatvg4pI50qaBo4dSOMGUPutmJ26ttedFKXr0It0XXPk4HKnQ/1X0st4eSS2w2jhFk9Ow ==
6644
6679
dependencies :
6645
6680
array-includes "^3.1.1"
6646
- object.assign "^4.1.0 "
6681
+ object.assign "^4.1.1 "
6647
6682
6648
6683
killable@^1.0.1 :
6649
6684
version "1.0.1"
@@ -7408,6 +7443,11 @@ object-inspect@^1.7.0:
7408
7443
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
7409
7444
integrity sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==
7410
7445
7446
+ object-inspect@^1.8.0 :
7447
+ version "1.8.0"
7448
+ resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz#df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0"
7449
+ integrity sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==
7450
+
7411
7451
object-is@^1.0.1 :
7412
7452
version "1.1.2"
7413
7453
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.2.tgz#c5d2e87ff9e119f78b7a088441519e2eec1573b6"
@@ -7443,6 +7483,16 @@ object.assign@^4.1.0:
7443
7483
has-symbols "^1.0.0"
7444
7484
object-keys "^1.0.11"
7445
7485
7486
+ object.assign@^4.1.1 :
7487
+ version "4.1.1"
7488
+ resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.1.tgz#303867a666cdd41936ecdedfb1f8f3e32a478cdd"
7489
+ integrity sha512-VT/cxmx5yaoHSOTSyrCygIDFco+RsibY2NM0a4RdEeY/4KgqezwFtK1yr3U67xYhqJSlASm2pKhLVzPj2lr4bA==
7490
+ dependencies :
7491
+ define-properties "^1.1.3"
7492
+ es-abstract "^1.18.0-next.0"
7493
+ has-symbols "^1.0.1"
7494
+ object-keys "^1.1.1"
7495
+
7446
7496
object.entries@^1.1.0, object.entries@^1.1.1 :
7447
7497
version "1.1.1"
7448
7498
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.1.tgz#ee1cf04153de02bb093fec33683900f57ce5399b"
@@ -10108,7 +10158,7 @@ string.prototype.matchall@^4.0.2:
10108
10158
regexp.prototype.flags "^1.3.0"
10109
10159
side-channel "^1.0.2"
10110
10160
10111
- string.prototype.trimend@^1.0.0 :
10161
+ string.prototype.trimend@^1.0.0, string.prototype.trimend@^1.0.1 :
10112
10162
version "1.0.1"
10113
10163
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz#85812a6b847ac002270f5808146064c995fb6913"
10114
10164
integrity sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==
@@ -10134,7 +10184,7 @@ string.prototype.trimright@^2.1.1:
10134
10184
es-abstract "^1.17.5"
10135
10185
string.prototype.trimend "^1.0.0"
10136
10186
10137
- string.prototype.trimstart@^1.0.0 :
10187
+ string.prototype.trimstart@^1.0.0, string.prototype.trimstart@^1.0.1 :
10138
10188
version "1.0.1"
10139
10189
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz#14af6d9f34b053f7cfc89b72f8f2ee14b9039a54"
10140
10190
integrity sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==
0 commit comments