Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 85a417d

Browse files
chore(deps): update dependency eslint-plugin-react to v7.32.2 (typescript-eslint#6712)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 75eb5b5 commit 85a417d

File tree

1 file changed

+50
-37
lines changed

1 file changed

+50
-37
lines changed

yarn.lock

Lines changed: 50 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -4357,7 +4357,7 @@ array.prototype.flat@^1.3.1:
43574357
es-abstract "^1.20.4"
43584358
es-shim-unscopables "^1.0.0"
43594359

4360-
array.prototype.flatmap@^1.3.0, array.prototype.flatmap@^1.3.1:
4360+
array.prototype.flatmap@^1.3.1:
43614361
version "1.3.1"
43624362
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183"
43634363
integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==
@@ -4367,6 +4367,17 @@ array.prototype.flatmap@^1.3.0, array.prototype.flatmap@^1.3.1:
43674367
es-abstract "^1.20.4"
43684368
es-shim-unscopables "^1.0.0"
43694369

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+
43704381
arrify@^1.0.1:
43714382
version "1.0.1"
43724383
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -6404,7 +6415,7 @@ error-ex@^1.3.1:
64046415
dependencies:
64056416
is-arrayish "^0.2.1"
64066417

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:
64086419
version "1.21.2"
64096420
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.21.2.tgz#a56b9695322c8a185dc25975aa3b8ec31d0e7eff"
64106421
integrity sha512-y/B5POM2iBnIxCiernH1G7rC9qQoM77lLIMQLuob0zhp8C56Po81+2Nj0WFKnd0pNReDTnkYryc+zhOzpEIROg==
@@ -6680,24 +6691,25 @@ eslint-plugin-react-hooks@^4.5.0:
66806691
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
66816692

66826693
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==
66866697
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"
66896701
doctrine "^2.1.0"
66906702
estraverse "^5.3.0"
66916703
jsx-ast-utils "^2.4.1 || ^3.0.0"
66926704
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"
66976709
prop-types "^15.8.1"
6698-
resolve "^2.0.0-next.3"
6710+
resolve "^2.0.0-next.4"
66996711
semver "^6.3.0"
6700-
string.prototype.matchall "^4.0.7"
6712+
string.prototype.matchall "^4.0.8"
67016713

67026714
eslint-plugin-simple-import-sort@^10.0.0:
67036715
version "10.0.0"
@@ -8415,7 +8427,7 @@ [email protected], is-ci@^2.0.0:
84158427
dependencies:
84168428
ci-info "^2.0.0"
84178429

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:
84198431
version "2.11.0"
84208432
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144"
84218433
integrity sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==
@@ -10656,7 +10668,7 @@ object.assign@^4.1.0, object.assign@^4.1.3, object.assign@^4.1.4:
1065610668
has-symbols "^1.0.3"
1065710669
object-keys "^1.1.1"
1065810670

10659-
object.entries@^1.1.5, object.entries@^1.1.6:
10671+
object.entries@^1.1.6:
1066010672
version "1.1.6"
1066110673
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.6.tgz#9737d0e5b8291edd340a3e3264bb8a3b00d5fa23"
1066210674
integrity sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==
@@ -10665,7 +10677,7 @@ object.entries@^1.1.5, object.entries@^1.1.6:
1066510677
define-properties "^1.1.4"
1066610678
es-abstract "^1.20.4"
1066710679

10668-
object.fromentries@^2.0.5, object.fromentries@^2.0.6:
10680+
object.fromentries@^2.0.6:
1066910681
version "2.0.6"
1067010682
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.6.tgz#cdb04da08c539cffa912dcd368b886e0904bfa73"
1067110683
integrity sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==
@@ -10674,15 +10686,15 @@ object.fromentries@^2.0.5, object.fromentries@^2.0.6:
1067410686
define-properties "^1.1.4"
1067510687
es-abstract "^1.20.4"
1067610688

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==
1068110693
dependencies:
1068210694
define-properties "^1.1.4"
10683-
es-abstract "^1.19.5"
10695+
es-abstract "^1.20.4"
1068410696

10685-
object.values@^1.1.5, object.values@^1.1.6:
10697+
object.values@^1.1.6:
1068610698
version "1.1.6"
1068710699
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.6.tgz#4abbaa71eba47d63589d402856f908243eea9b1d"
1068810700
integrity sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==
@@ -12068,7 +12080,7 @@ regexp-tree@^0.1.24, regexp-tree@~0.1.1:
1206812080
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.24.tgz#3d6fa238450a4d66e5bc9c4c14bb720e2196829d"
1206912081
integrity sha512-s2aEVuLhvnVJW6s/iPgEGK6R+/xngd2jNQ+xy4bXNDKxZKJH6jpPHY6kVeVv1IeLCHgswRj+Kl3ELaDjG6V1iw==
1207012082

12071-
regexp.prototype.flags@^1.4.1, regexp.prototype.flags@^1.4.3:
12083+
regexp.prototype.flags@^1.4.3:
1207212084
version "1.4.3"
1207312085
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz#87cab30f80f66660181a3bb7bf5981a872b367ac"
1207412086
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
1227112283
path-parse "^1.0.7"
1227212284
supports-preserve-symlinks-flag "^1.0.0"
1227312285

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==
1227812290
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"
1228112294

1228212295
resolve@~1.19.0:
1228312296
version "1.19.0"
@@ -13000,18 +13013,18 @@ string-width@^5.0.0, string-width@^5.0.1:
1300013013
emoji-regex "^9.2.2"
1300113014
strip-ansi "^7.0.1"
1300213015

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==
1300713020
dependencies:
1300813021
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"
1301213025
has-symbols "^1.0.3"
1301313026
internal-slot "^1.0.3"
13014-
regexp.prototype.flags "^1.4.1"
13027+
regexp.prototype.flags "^1.4.3"
1301513028
side-channel "^1.0.4"
1301613029

1301713030
string.prototype.trim@^1.2.7:

0 commit comments

Comments
 (0)