Skip to content

Commit 288e369

Browse files
chore(deps): update dependency eslint-plugin-react to v7.31.11
1 parent 18a07b4 commit 288e369

File tree

2 files changed

+31
-19
lines changed

2 files changed

+31
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"eslint-plugin-import": "2.26.0",
7373
"eslint-plugin-jsx-a11y": "6.6.1",
7474
"eslint-plugin-prettier": "4.2.1",
75-
"eslint-plugin-react": "7.31.10",
75+
"eslint-plugin-react": "7.31.11",
7676
"hoist-non-react-statics": "3.3.2",
7777
"html-loader": "4.2.0",
7878
"html-webpack-plugin": "5.5.0",

yarn.lock

Lines changed: 30 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2036,7 +2036,7 @@ array-flatten@^2.1.2:
20362036
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-2.1.2.tgz#24ef80a28c1a893617e2149b0c6d0d788293b099"
20372037
integrity sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==
20382038

2039-
array-includes@^3.1.4, array-includes@^3.1.5:
2039+
array-includes@^3.1.4, array-includes@^3.1.5, array-includes@^3.1.6:
20402040
version "3.1.6"
20412041
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.6.tgz#9e9e720e194f198266ba9e18c29e6a9b0e4b225f"
20422042
integrity sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==
@@ -2057,7 +2057,7 @@ array.prototype.flat@^1.2.5:
20572057
es-abstract "^1.20.4"
20582058
es-shim-unscopables "^1.0.0"
20592059

2060-
array.prototype.flatmap@^1.3.0:
2060+
array.prototype.flatmap@^1.3.1:
20612061
version "1.3.1"
20622062
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183"
20632063
integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==
@@ -2067,6 +2067,17 @@ array.prototype.flatmap@^1.3.0:
20672067
es-abstract "^1.20.4"
20682068
es-shim-unscopables "^1.0.0"
20692069

2070+
array.prototype.tosorted@^1.1.1:
2071+
version "1.1.1"
2072+
resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz#ccf44738aa2b5ac56578ffda97c03fd3e23dd532"
2073+
integrity sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==
2074+
dependencies:
2075+
call-bind "^1.0.2"
2076+
define-properties "^1.1.4"
2077+
es-abstract "^1.20.4"
2078+
es-shim-unscopables "^1.0.0"
2079+
get-intrinsic "^1.1.3"
2080+
20702081
ast-types-flow@^0.0.7:
20712082
version "0.0.7"
20722083
resolved "https://registry.yarnpkg.com/ast-types-flow/-/ast-types-flow-0.0.7.tgz#f70b735c6bca1a5c9c22d982c3e39e7feba3bdad"
@@ -3151,25 +3162,26 @@ [email protected]:
31513162
dependencies:
31523163
prettier-linter-helpers "^1.0.0"
31533164

3154-
3155-
version "7.31.10"
3156-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.10.tgz#6782c2c7fe91c09e715d536067644bbb9491419a"
3157-
integrity sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA==
3165+
3166+
version "7.31.11"
3167+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.11.tgz#011521d2b16dcf95795df688a4770b4eaab364c8"
3168+
integrity sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw==
31583169
dependencies:
3159-
array-includes "^3.1.5"
3160-
array.prototype.flatmap "^1.3.0"
3170+
array-includes "^3.1.6"
3171+
array.prototype.flatmap "^1.3.1"
3172+
array.prototype.tosorted "^1.1.1"
31613173
doctrine "^2.1.0"
31623174
estraverse "^5.3.0"
31633175
jsx-ast-utils "^2.4.1 || ^3.0.0"
31643176
minimatch "^3.1.2"
3165-
object.entries "^1.1.5"
3166-
object.fromentries "^2.0.5"
3167-
object.hasown "^1.1.1"
3168-
object.values "^1.1.5"
3177+
object.entries "^1.1.6"
3178+
object.fromentries "^2.0.6"
3179+
object.hasown "^1.1.2"
3180+
object.values "^1.1.6"
31693181
prop-types "^15.8.1"
31703182
resolve "^2.0.0-next.3"
31713183
semver "^6.3.0"
3172-
string.prototype.matchall "^4.0.7"
3184+
string.prototype.matchall "^4.0.8"
31733185

31743186
31753187
version "5.1.1"
@@ -5206,7 +5218,7 @@ object.assign@^4.1.3, object.assign@^4.1.4:
52065218
has-symbols "^1.0.3"
52075219
object-keys "^1.1.1"
52085220

5209-
object.entries@^1.1.5:
5221+
object.entries@^1.1.6:
52105222
version "1.1.6"
52115223
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.6.tgz#9737d0e5b8291edd340a3e3264bb8a3b00d5fa23"
52125224
integrity sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==
@@ -5215,7 +5227,7 @@ object.entries@^1.1.5:
52155227
define-properties "^1.1.4"
52165228
es-abstract "^1.20.4"
52175229

5218-
object.fromentries@^2.0.5:
5230+
object.fromentries@^2.0.6:
52195231
version "2.0.6"
52205232
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.6.tgz#cdb04da08c539cffa912dcd368b886e0904bfa73"
52215233
integrity sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==
@@ -5224,15 +5236,15 @@ object.fromentries@^2.0.5:
52245236
define-properties "^1.1.4"
52255237
es-abstract "^1.20.4"
52265238

5227-
object.hasown@^1.1.1:
5239+
object.hasown@^1.1.2:
52285240
version "1.1.2"
52295241
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.2.tgz#f919e21fad4eb38a57bc6345b3afd496515c3f92"
52305242
integrity sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==
52315243
dependencies:
52325244
define-properties "^1.1.4"
52335245
es-abstract "^1.20.4"
52345246

5235-
object.values@^1.1.5:
5247+
object.values@^1.1.5, object.values@^1.1.6:
52365248
version "1.1.6"
52375249
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.6.tgz#4abbaa71eba47d63589d402856f908243eea9b1d"
52385250
integrity sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==
@@ -6409,7 +6421,7 @@ string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
64096421
is-fullwidth-code-point "^3.0.0"
64106422
strip-ansi "^6.0.1"
64116423

6412-
string.prototype.matchall@^4.0.7:
6424+
string.prototype.matchall@^4.0.8:
64136425
version "4.0.8"
64146426
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz#3bf85722021816dcd1bf38bb714915887ca79fd3"
64156427
integrity sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==

0 commit comments

Comments
 (0)