Skip to content

Commit f03bafe

Browse files
chore(deps-dev): bump eslint-plugin-react from 7.29.4 to 7.30.0
1 parent 10331bd commit f03bafe

File tree

1 file changed

+130
-44
lines changed

1 file changed

+130
-44
lines changed

yarn.lock

Lines changed: 130 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1650,14 +1650,14 @@ array-flatten@^2.1.2:
16501650
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-2.1.2.tgz#24ef80a28c1a893617e2149b0c6d0d788293b099"
16511651
integrity sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==
16521652

1653-
array-includes@^3.1.2, array-includes@^3.1.4:
1654-
version "3.1.4"
1655-
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.4.tgz#f5b493162c760f3539631f005ba2bb46acb45ba9"
1656-
integrity sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==
1653+
array-includes@^3.1.2, array-includes@^3.1.4, array-includes@^3.1.5:
1654+
version "3.1.5"
1655+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.5.tgz#2c320010db8d31031fd2a5f6b3bbd4b1aad31bdb"
1656+
integrity sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==
16571657
dependencies:
16581658
call-bind "^1.0.2"
1659-
define-properties "^1.1.3"
1660-
es-abstract "^1.19.1"
1659+
define-properties "^1.1.4"
1660+
es-abstract "^1.19.5"
16611661
get-intrinsic "^1.1.1"
16621662
is-string "^1.0.7"
16631663

@@ -1676,14 +1676,15 @@ array.prototype.flat@^1.2.5:
16761676
es-abstract "^1.19.2"
16771677
es-shim-unscopables "^1.0.0"
16781678

1679-
array.prototype.flatmap@^1.2.5:
1680-
version "1.2.5"
1681-
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.5.tgz#908dc82d8a406930fdf38598d51e7411d18d4446"
1682-
integrity sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA==
1679+
array.prototype.flatmap@^1.3.0:
1680+
version "1.3.0"
1681+
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.0.tgz#a7e8ed4225f4788a70cd910abcf0791e76a5534f"
1682+
integrity sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg==
16831683
dependencies:
1684-
call-bind "^1.0.0"
1684+
call-bind "^1.0.2"
16851685
define-properties "^1.1.3"
1686-
es-abstract "^1.19.0"
1686+
es-abstract "^1.19.2"
1687+
es-shim-unscopables "^1.0.0"
16871688

16881689
astral-regex@^2.0.0:
16891690
version "2.0.0"
@@ -2292,6 +2293,14 @@ define-properties@^1.1.3:
22922293
dependencies:
22932294
object-keys "^1.0.12"
22942295

2296+
define-properties@^1.1.4:
2297+
version "1.1.4"
2298+
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.4.tgz#0b14d7bd7fbeb2f3572c3a7eda80ea5d57fb05b1"
2299+
integrity sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==
2300+
dependencies:
2301+
has-property-descriptors "^1.0.0"
2302+
object-keys "^1.1.1"
2303+
22952304
delayed-stream@~1.0.0:
22962305
version "1.0.0"
22972306
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
@@ -2536,6 +2545,35 @@ es-abstract@^1.19.2:
25362545
string.prototype.trimstart "^1.0.4"
25372546
unbox-primitive "^1.0.1"
25382547

2548+
es-abstract@^1.19.5:
2549+
version "1.20.1"
2550+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.1.tgz#027292cd6ef44bd12b1913b828116f54787d1814"
2551+
integrity sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==
2552+
dependencies:
2553+
call-bind "^1.0.2"
2554+
es-to-primitive "^1.2.1"
2555+
function-bind "^1.1.1"
2556+
function.prototype.name "^1.1.5"
2557+
get-intrinsic "^1.1.1"
2558+
get-symbol-description "^1.0.0"
2559+
has "^1.0.3"
2560+
has-property-descriptors "^1.0.0"
2561+
has-symbols "^1.0.3"
2562+
internal-slot "^1.0.3"
2563+
is-callable "^1.2.4"
2564+
is-negative-zero "^2.0.2"
2565+
is-regex "^1.1.4"
2566+
is-shared-array-buffer "^1.0.2"
2567+
is-string "^1.0.7"
2568+
is-weakref "^1.0.2"
2569+
object-inspect "^1.12.0"
2570+
object-keys "^1.1.1"
2571+
object.assign "^4.1.2"
2572+
regexp.prototype.flags "^1.4.3"
2573+
string.prototype.trimend "^1.0.5"
2574+
string.prototype.trimstart "^1.0.5"
2575+
unbox-primitive "^1.0.2"
2576+
25392577
es-module-lexer@^0.9.0:
25402578
version "0.9.0"
25412579
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.9.0.tgz#fe4c4621977bc668e285c5f1f70ca3b451095fda"
@@ -2672,24 +2710,24 @@ eslint-plugin-promise@^6.0.0:
26722710
integrity sha512-7GPezalm5Bfi/E22PnQxDWH2iW9GTvAlUNTztemeHb6c1BniSyoeTrM87JkC0wYdi6aQrZX9p2qEiAno8aTcbw==
26732711

26742712
eslint-plugin-react@^7.23.1, eslint-plugin-react@^7.28.0:
2675-
version "7.29.4"
2676-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.29.4.tgz#4717de5227f55f3801a5fd51a16a4fa22b5914d2"
2677-
integrity sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==
2713+
version "7.30.0"
2714+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.30.0.tgz#8e7b1b2934b8426ac067a0febade1b13bd7064e3"
2715+
integrity sha512-RgwH7hjW48BleKsYyHK5vUAvxtE9SMPDKmcPRQgtRCYaZA0XQPt5FSkrU3nhz5ifzMZcA8opwmRJ2cmOO8tr5A==
26782716
dependencies:
2679-
array-includes "^3.1.4"
2680-
array.prototype.flatmap "^1.2.5"
2717+
array-includes "^3.1.5"
2718+
array.prototype.flatmap "^1.3.0"
26812719
doctrine "^2.1.0"
26822720
estraverse "^5.3.0"
26832721
jsx-ast-utils "^2.4.1 || ^3.0.0"
26842722
minimatch "^3.1.2"
26852723
object.entries "^1.1.5"
26862724
object.fromentries "^2.0.5"
2687-
object.hasown "^1.1.0"
2725+
object.hasown "^1.1.1"
26882726
object.values "^1.1.5"
26892727
prop-types "^15.8.1"
26902728
resolve "^2.0.0-next.3"
26912729
semver "^6.3.0"
2692-
string.prototype.matchall "^4.0.6"
2730+
string.prototype.matchall "^4.0.7"
26932731

26942732
eslint-scope@5.1.1, eslint-scope@^5.1.1:
26952733
version "5.1.1"
@@ -3148,11 +3186,26 @@ function-bind@^1.1.1:
31483186
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
31493187
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
31503188

3189+
function.prototype.name@^1.1.5:
3190+
version "1.1.5"
3191+
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.5.tgz#cce0505fe1ffb80503e6f9e46cc64e46a12a9621"
3192+
integrity sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==
3193+
dependencies:
3194+
call-bind "^1.0.2"
3195+
define-properties "^1.1.3"
3196+
es-abstract "^1.19.0"
3197+
functions-have-names "^1.2.2"
3198+
31513199
functional-red-black-tree@^1.0.1:
31523200
version "1.0.1"
31533201
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
31543202
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
31553203

3204+
functions-have-names@^1.2.2:
3205+
version "1.2.3"
3206+
resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834"
3207+
integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==
3208+
31563209
gensync@^1.0.0-beta.2:
31573210
version "1.0.0-beta.2"
31583211
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
@@ -3275,6 +3328,11 @@ has-bigints@^1.0.1:
32753328
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113"
32763329
integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==
32773330

3331+
has-bigints@^1.0.2:
3332+
version "1.0.2"
3333+
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa"
3334+
integrity sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==
3335+
32783336
has-flag@^3.0.0:
32793337
version "3.0.0"
32803338
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
@@ -3285,6 +3343,13 @@ has-flag@^4.0.0:
32853343
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
32863344
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
32873345

3346+
has-property-descriptors@^1.0.0:
3347+
version "1.0.0"
3348+
resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz#610708600606d36961ed04c196193b6a607fa861"
3349+
integrity sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==
3350+
dependencies:
3351+
get-intrinsic "^1.1.1"
3352+
32883353
has-symbols@^1.0.1, has-symbols@^1.0.2:
32893354
version "1.0.2"
32903355
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
@@ -4804,13 +4869,13 @@ object.fromentries@^2.0.5:
48044869
define-properties "^1.1.3"
48054870
es-abstract "^1.19.1"
48064871

4807-
object.hasown@^1.1.0:
4808-
version "1.1.0"
4809-
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.0.tgz#7232ed266f34d197d15cac5880232f7a4790afe5"
4810-
integrity sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==
4872+
object.hasown@^1.1.1:
4873+
version "1.1.1"
4874+
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.1.tgz#ad1eecc60d03f49460600430d97f23882cf592a3"
4875+
integrity sha512-LYLe4tivNQzq4JdaWW6WO3HMZZJWzkkH8fnI6EebWl0VZth2wL2Lovm74ep2/gZzlaTdV62JZHEqHQ2yVn8Q/A==
48114876
dependencies:
4812-
define-properties "^1.1.3"
4813-
es-abstract "^1.19.1"
4877+
define-properties "^1.1.4"
4878+
es-abstract "^1.19.5"
48144879

48154880
object.values@^1.1.5:
48164881
version "1.1.5"
@@ -5285,13 +5350,14 @@ rechoir@^0.7.0:
52855350
dependencies:
52865351
resolve "^1.9.0"
52875352

5288-
regexp.prototype.flags@^1.3.1:
5289-
version "1.3.1"
5290-
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz#7ef352ae8d159e758c0eadca6f8fcb4eef07be26"
5291-
integrity sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==
5353+
regexp.prototype.flags@^1.4.1, regexp.prototype.flags@^1.4.3:
5354+
version "1.4.3"
5355+
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz#87cab30f80f66660181a3bb7bf5981a872b367ac"
5356+
integrity sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==
52925357
dependencies:
52935358
call-bind "^1.0.2"
52945359
define-properties "^1.1.3"
5360+
functions-have-names "^1.2.2"
52955361

52965362
regexpp@^3.0.0, regexpp@^3.1.0:
52975363
version "3.1.0"
@@ -5356,15 +5422,7 @@ resolve.exports@^1.1.0:
53565422
resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-1.1.0.tgz#5ce842b94b05146c0e03076985d1d0e7e48c90c9"
53575423
integrity sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==
53585424

5359-
resolve@^1.10.1, resolve@^1.17.0, resolve@^1.20.0, resolve@^1.9.0:
5360-
version "1.20.0"
5361-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
5362-
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
5363-
dependencies:
5364-
is-core-module "^2.2.0"
5365-
path-parse "^1.0.6"
5366-
5367-
resolve@^1.22.0:
5425+
resolve@^1.10.1, resolve@^1.17.0, resolve@^1.20.0, resolve@^1.22.0, resolve@^1.9.0:
53685426
version "1.22.0"
53695427
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198"
53705428
integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==
@@ -5799,18 +5857,18 @@ string-width@^5.0.0:
57995857
is-fullwidth-code-point "^4.0.0"
58005858
strip-ansi "^7.0.1"
58015859

5802-
string.prototype.matchall@^4.0.6:
5803-
version "4.0.6"
5804-
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.6.tgz#5abb5dabc94c7b0ea2380f65ba610b3a544b15fa"
5805-
integrity sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg==
5860+
string.prototype.matchall@^4.0.7:
5861+
version "4.0.7"
5862+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz#8e6ecb0d8a1fb1fda470d81acecb2dba057a481d"
5863+
integrity sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==
58065864
dependencies:
58075865
call-bind "^1.0.2"
58085866
define-properties "^1.1.3"
58095867
es-abstract "^1.19.1"
58105868
get-intrinsic "^1.1.1"
5811-
has-symbols "^1.0.2"
5869+
has-symbols "^1.0.3"
58125870
internal-slot "^1.0.3"
5813-
regexp.prototype.flags "^1.3.1"
5871+
regexp.prototype.flags "^1.4.1"
58145872
side-channel "^1.0.4"
58155873

58165874
string.prototype.trimend@^1.0.4:
@@ -5821,6 +5879,15 @@ string.prototype.trimend@^1.0.4:
58215879
call-bind "^1.0.2"
58225880
define-properties "^1.1.3"
58235881

5882+
string.prototype.trimend@^1.0.5:
5883+
version "1.0.5"
5884+
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz#914a65baaab25fbdd4ee291ca7dde57e869cb8d0"
5885+
integrity sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==
5886+
dependencies:
5887+
call-bind "^1.0.2"
5888+
define-properties "^1.1.4"
5889+
es-abstract "^1.19.5"
5890+
58245891
string.prototype.trimstart@^1.0.4:
58255892
version "1.0.4"
58265893
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz#b36399af4ab2999b4c9c648bd7a3fb2bb26feeed"
@@ -5829,6 +5896,15 @@ string.prototype.trimstart@^1.0.4:
58295896
call-bind "^1.0.2"
58305897
define-properties "^1.1.3"
58315898

5899+
string.prototype.trimstart@^1.0.5:
5900+
version "1.0.5"
5901+
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz#5466d93ba58cfa2134839f81d7f42437e8c01fef"
5902+
integrity sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==
5903+
dependencies:
5904+
call-bind "^1.0.2"
5905+
define-properties "^1.1.4"
5906+
es-abstract "^1.19.5"
5907+
58325908
string_decoder@^1.1.1:
58335909
version "1.3.0"
58345910
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
@@ -6179,6 +6255,16 @@ unbox-primitive@^1.0.1:
61796255
has-symbols "^1.0.2"
61806256
which-boxed-primitive "^1.0.2"
61816257

6258+
unbox-primitive@^1.0.2:
6259+
version "1.0.2"
6260+
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.2.tgz#29032021057d5e6cdbd08c5129c226dff8ed6f9e"
6261+
integrity sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==
6262+
dependencies:
6263+
call-bind "^1.0.2"
6264+
has-bigints "^1.0.2"
6265+
has-symbols "^1.0.3"
6266+
which-boxed-primitive "^1.0.2"
6267+
61826268
universalify@^0.1.2:
61836269
version "0.1.2"
61846270
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"

0 commit comments

Comments
 (0)