@@ -4357,7 +4357,7 @@ array.prototype.flat@^1.3.1:
4357
4357
es-abstract "^1.20.4"
4358
4358
es-shim-unscopables "^1.0.0"
4359
4359
4360
- array.prototype.flatmap@^1.3.0, array.prototype.flatmap@^1.3. 1:
4360
+ array.prototype.flatmap@^1.3.1:
4361
4361
version "1.3.1"
4362
4362
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183"
4363
4363
integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==
@@ -4367,6 +4367,17 @@ array.prototype.flatmap@^1.3.0, array.prototype.flatmap@^1.3.1:
4367
4367
es-abstract "^1.20.4"
4368
4368
es-shim-unscopables "^1.0.0"
4369
4369
4370
+ array.prototype.tosorted@^1.1.1:
4371
+ version "1.1.1"
4372
+ resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz#ccf44738aa2b5ac56578ffda97c03fd3e23dd532"
4373
+ integrity sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==
4374
+ dependencies:
4375
+ call-bind "^1.0.2"
4376
+ define-properties "^1.1.4"
4377
+ es-abstract "^1.20.4"
4378
+ es-shim-unscopables "^1.0.0"
4379
+ get-intrinsic "^1.1.3"
4380
+
4370
4381
arrify@^1.0.1:
4371
4382
version "1.0.1"
4372
4383
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -6404,7 +6415,7 @@ error-ex@^1.3.1:
6404
6415
dependencies:
6405
6416
is-arrayish "^0.2.1"
6406
6417
6407
- es-abstract@^1.19.0, es-abstract@^1.19.1, es-abstract@^1.19.5, es-abstract@^1. 20.4:
6418
+ es-abstract@^1.19.0, es-abstract@^1.20.4:
6408
6419
version "1.21.2"
6409
6420
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.21.2.tgz#a56b9695322c8a185dc25975aa3b8ec31d0e7eff"
6410
6421
integrity sha512-y/B5POM2iBnIxCiernH1G7rC9qQoM77lLIMQLuob0zhp8C56Po81+2Nj0WFKnd0pNReDTnkYryc+zhOzpEIROg==
@@ -6680,24 +6691,25 @@ eslint-plugin-react-hooks@^4.5.0:
6680
6691
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
6681
6692
6682
6693
eslint-plugin-react@^7.29.4:
6683
- version "7.31.8 "
6684
- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.8 .tgz#3a4f80c10be1bcbc8197be9e8b641b2a3ef219bf "
6685
- integrity sha512-5lBTZmgQmARLLSYiwI71tiGVTLUuqXantZM6vlSY39OaDSV0M7+32K5DnLkmFrwTe+Ksz0ffuLUC91RUviVZfw ==
6694
+ version "7.32.2 "
6695
+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.2 .tgz#e71f21c7c265ebce01bcbc9d0955170c55571f10 "
6696
+ integrity sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg ==
6686
6697
dependencies:
6687
- array-includes "^3.1.5"
6688
- array.prototype.flatmap "^1.3.0"
6698
+ array-includes "^3.1.6"
6699
+ array.prototype.flatmap "^1.3.1"
6700
+ array.prototype.tosorted "^1.1.1"
6689
6701
doctrine "^2.1.0"
6690
6702
estraverse "^5.3.0"
6691
6703
jsx-ast-utils "^2.4.1 || ^3.0.0"
6692
6704
minimatch "^3.1.2"
6693
- object.entries "^1.1.5 "
6694
- object.fromentries "^2.0.5 "
6695
- object.hasown "^1.1.1 "
6696
- object.values "^1.1.5 "
6705
+ object.entries "^1.1.6 "
6706
+ object.fromentries "^2.0.6 "
6707
+ object.hasown "^1.1.2 "
6708
+ object.values "^1.1.6 "
6697
6709
prop-types "^15.8.1"
6698
- resolve "^2.0.0-next.3 "
6710
+ resolve "^2.0.0-next.4 "
6699
6711
semver "^6.3.0"
6700
- string.prototype.matchall "^4.0.7 "
6712
+ string.prototype.matchall "^4.0.8 "
6701
6713
6702
6714
eslint-plugin-simple-import-sort@^10.0.0:
6703
6715
version "10.0.0"
8415
8427
dependencies:
8416
8428
ci-info "^2.0.0"
8417
8429
8418
- is-core-module@^2.1.0, is-core-module@^2.11.0, is-core-module@^2.2.0, is-core-module@^2. 5.0, is-core-module@^2.8.1, is-core-module@^2.9.0:
8430
+ is-core-module@^2.1.0, is-core-module@^2.11.0, is-core-module@^2.5.0, is-core-module@^2.8.1, is-core-module@^2.9.0:
8419
8431
version "2.11.0"
8420
8432
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144"
8421
8433
integrity sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==
@@ -10656,7 +10668,7 @@ object.assign@^4.1.0, object.assign@^4.1.3, object.assign@^4.1.4:
10656
10668
has-symbols "^1.0.3"
10657
10669
object-keys "^1.1.1"
10658
10670
10659
- object.entries@^1.1.5, object.entries@^1.1. 6:
10671
+ object.entries@^1.1.6:
10660
10672
version "1.1.6"
10661
10673
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.6.tgz#9737d0e5b8291edd340a3e3264bb8a3b00d5fa23"
10662
10674
integrity sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==
@@ -10665,7 +10677,7 @@ object.entries@^1.1.5, object.entries@^1.1.6:
10665
10677
define-properties "^1.1.4"
10666
10678
es-abstract "^1.20.4"
10667
10679
10668
- object.fromentries@^2.0.5, object.fromentries@^2.0. 6:
10680
+ object.fromentries@^2.0.6:
10669
10681
version "2.0.6"
10670
10682
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.6.tgz#cdb04da08c539cffa912dcd368b886e0904bfa73"
10671
10683
integrity sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==
@@ -10674,15 +10686,15 @@ object.fromentries@^2.0.5, object.fromentries@^2.0.6:
10674
10686
define-properties "^1.1.4"
10675
10687
es-abstract "^1.20.4"
10676
10688
10677
- object.hasown@^1.1.1 :
10678
- version "1.1.1 "
10679
- resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.1 .tgz#ad1eecc60d03f49460600430d97f23882cf592a3 "
10680
- integrity sha512-LYLe4tivNQzq4JdaWW6WO3HMZZJWzkkH8fnI6EebWl0VZth2wL2Lovm74ep2/gZzlaTdV62JZHEqHQ2yVn8Q/A ==
10689
+ object.hasown@^1.1.2 :
10690
+ version "1.1.2 "
10691
+ resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.2 .tgz#f919e21fad4eb38a57bc6345b3afd496515c3f92 "
10692
+ integrity sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw ==
10681
10693
dependencies:
10682
10694
define-properties "^1.1.4"
10683
- es-abstract "^1.19.5 "
10695
+ es-abstract "^1.20.4 "
10684
10696
10685
- object.values@^1.1.5, object.values@^1.1. 6:
10697
+ object.values@^1.1.6:
10686
10698
version "1.1.6"
10687
10699
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.6.tgz#4abbaa71eba47d63589d402856f908243eea9b1d"
10688
10700
integrity sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==
@@ -12068,7 +12080,7 @@ regexp-tree@^0.1.24, regexp-tree@~0.1.1:
12068
12080
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.24.tgz#3d6fa238450a4d66e5bc9c4c14bb720e2196829d"
12069
12081
integrity sha512-s2aEVuLhvnVJW6s/iPgEGK6R+/xngd2jNQ+xy4bXNDKxZKJH6jpPHY6kVeVv1IeLCHgswRj+Kl3ELaDjG6V1iw==
12070
12082
12071
- regexp.prototype.flags@^1.4.1, regexp.prototype.flags@^1.4. 3:
12083
+ regexp.prototype.flags@^1.4.3:
12072
12084
version "1.4.3"
12073
12085
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz#87cab30f80f66660181a3bb7bf5981a872b367ac"
12074
12086
integrity sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==
@@ -12271,13 +12283,14 @@ resolve@^1.1.6, resolve@^1.10.0, resolve@^1.14.2, resolve@^1.19.0, resolve@^1.20
12271
12283
path-parse "^1.0.7"
12272
12284
supports-preserve-symlinks-flag "^1.0.0"
12273
12285
12274
- resolve@^2.0.0-next.3 :
12275
- version "2.0.0-next.3 "
12276
- resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.3 .tgz#d41016293d4a8586a39ca5d9b5f15cbea1f55e46 "
12277
- integrity sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q ==
12286
+ resolve@^2.0.0-next.4 :
12287
+ version "2.0.0-next.4 "
12288
+ resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.4 .tgz#3d37a113d6429f496ec4752d2a2e58efb1fd4660 "
12289
+ integrity sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ ==
12278
12290
dependencies:
12279
- is-core-module "^2.2.0"
12280
- path-parse "^1.0.6"
12291
+ is-core-module "^2.9.0"
12292
+ path-parse "^1.0.7"
12293
+ supports-preserve-symlinks-flag "^1.0.0"
12281
12294
12282
12295
resolve@~1.19.0:
12283
12296
version "1.19.0"
@@ -13000,18 +13013,18 @@ string-width@^5.0.0, string-width@^5.0.1:
13000
13013
emoji-regex "^9.2.2"
13001
13014
strip-ansi "^7.0.1"
13002
13015
13003
- string.prototype.matchall@^4.0.6, string.prototype.matchall@^4.0.7 :
13004
- version "4.0.7 "
13005
- resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.7 .tgz#8e6ecb0d8a1fb1fda470d81acecb2dba057a481d "
13006
- integrity sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg ==
13016
+ string.prototype.matchall@^4.0.6, string.prototype.matchall@^4.0.8 :
13017
+ version "4.0.8 "
13018
+ resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.8 .tgz#3bf85722021816dcd1bf38bb714915887ca79fd3 "
13019
+ integrity sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg ==
13007
13020
dependencies:
13008
13021
call-bind "^1.0.2"
13009
- define-properties "^1.1.3 "
13010
- es-abstract "^1.19.1 "
13011
- get-intrinsic "^1.1.1 "
13022
+ define-properties "^1.1.4 "
13023
+ es-abstract "^1.20.4 "
13024
+ get-intrinsic "^1.1.3 "
13012
13025
has-symbols "^1.0.3"
13013
13026
internal-slot "^1.0.3"
13014
- regexp.prototype.flags "^1.4.1 "
13027
+ regexp.prototype.flags "^1.4.3 "
13015
13028
side-channel "^1.0.4"
13016
13029
13017
13030
string.prototype.trim@^1.2.7:
0 commit comments