Skip to content

Commit 8f80198

Browse files
build(deps-dev): bump eslint-plugin-react from 7.23.2 to 7.30.1 (#361)
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.23.2 to 7.30.1. - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.23.2...v7.30.1) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cd741a6 commit 8f80198

File tree

1 file changed

+56
-55
lines changed

1 file changed

+56
-55
lines changed

yarn.lock

Lines changed: 56 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -2269,7 +2269,7 @@ array-ify@^1.0.0:
22692269
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
22702270
integrity sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=
22712271

2272-
array-includes@^3.1.1, array-includes@^3.1.3, array-includes@^3.1.4:
2272+
array-includes@^3.1.1, array-includes@^3.1.4, array-includes@^3.1.5:
22732273
version "3.1.5"
22742274
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.5.tgz#2c320010db8d31031fd2a5f6b3bbd4b1aad31bdb"
22752275
integrity sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==
@@ -2300,15 +2300,15 @@ array.prototype.flat@^1.2.3, array.prototype.flat@^1.2.5:
23002300
es-abstract "^1.19.2"
23012301
es-shim-unscopables "^1.0.0"
23022302

2303-
array.prototype.flatmap@^1.2.4:
2304-
version "1.2.4"
2305-
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.4.tgz#94cfd47cc1556ec0747d97f7c7738c58122004c9"
2306-
integrity sha512-r9Z0zYoxqHz60vvQbWEdXIEtCwHF0yxaWfno9qzXeNHvfyl3BZqygmGzb84dsubyaXLH4husF+NFgMSdpZhk2Q==
2303+
array.prototype.flatmap@^1.3.0:
2304+
version "1.3.0"
2305+
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.0.tgz#a7e8ed4225f4788a70cd910abcf0791e76a5534f"
2306+
integrity sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg==
23072307
dependencies:
2308-
call-bind "^1.0.0"
2308+
call-bind "^1.0.2"
23092309
define-properties "^1.1.3"
2310-
es-abstract "^1.18.0-next.1"
2311-
function-bind "^1.1.1"
2310+
es-abstract "^1.19.2"
2311+
es-shim-unscopables "^1.0.0"
23122312

23132313
arrify@^1.0.1:
23142314
version "1.0.1"
@@ -3966,22 +3966,24 @@ eslint-plugin-import@^2.20.0:
39663966
tsconfig-paths "^3.14.1"
39673967

39683968
eslint-plugin-react@^7.17.0:
3969-
version "7.23.2"
3970-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.23.2.tgz#2d2291b0f95c03728b55869f01102290e792d494"
3971-
integrity sha512-AfjgFQB+nYszudkxRkTFu0UR1zEQig0ArVMPloKhxwlwkzaw/fBiH0QWcBBhZONlXqQC51+nfqFrkn4EzHcGBw==
3969+
version "7.30.1"
3970+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.30.1.tgz#2be4ab23ce09b5949c6631413ba64b2810fd3e22"
3971+
integrity sha512-NbEvI9jtqO46yJA3wcRF9Mo0lF9T/jhdHqhCHXiXtD+Zcb98812wvokjWpU7Q4QH5edo6dmqrukxVvWWXHlsUg==
39723972
dependencies:
3973-
array-includes "^3.1.3"
3974-
array.prototype.flatmap "^1.2.4"
3973+
array-includes "^3.1.5"
3974+
array.prototype.flatmap "^1.3.0"
39753975
doctrine "^2.1.0"
3976-
has "^1.0.3"
3976+
estraverse "^5.3.0"
39773977
jsx-ast-utils "^2.4.1 || ^3.0.0"
3978-
minimatch "^3.0.4"
3979-
object.entries "^1.1.3"
3980-
object.fromentries "^2.0.4"
3981-
object.values "^1.1.3"
3982-
prop-types "^15.7.2"
3978+
minimatch "^3.1.2"
3979+
object.entries "^1.1.5"
3980+
object.fromentries "^2.0.5"
3981+
object.hasown "^1.1.1"
3982+
object.values "^1.1.5"
3983+
prop-types "^15.8.1"
39833984
resolve "^2.0.0-next.3"
3984-
string.prototype.matchall "^4.0.4"
3985+
semver "^6.3.0"
3986+
string.prototype.matchall "^4.0.7"
39853987

39863988
[email protected], eslint-scope@^5.1.1:
39873989
version "5.1.1"
@@ -4084,10 +4086,10 @@ estraverse@^4.1.1, estraverse@^4.2.0:
40844086
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
40854087
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
40864088

4087-
estraverse@^5.1.0, estraverse@^5.2.0:
4088-
version "5.2.0"
4089-
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880"
4090-
integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==
4089+
estraverse@^5.1.0, estraverse@^5.2.0, estraverse@^5.3.0:
4090+
version "5.3.0"
4091+
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
4092+
integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
40914093

40924094
esutils@^2.0.2:
40934095
version "2.0.3"
@@ -7533,25 +7535,23 @@ object.assign@^4.1.0, object.assign@^4.1.1, object.assign@^4.1.2:
75337535
has-symbols "^1.0.1"
75347536
object-keys "^1.1.1"
75357537

7536-
object.entries@^1.1.1, object.entries@^1.1.2, object.entries@^1.1.3:
7537-
version "1.1.3"
7538-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.3.tgz#c601c7f168b62374541a07ddbd3e2d5e4f7711a6"
7539-
integrity sha512-ym7h7OZebNS96hn5IJeyUmaWhaSM4SVtAPPfNLQEI2MYWCO2egsITb9nab2+i/Pwibx+R0mtn+ltKJXRSeTMGg==
7538+
object.entries@^1.1.1, object.entries@^1.1.2, object.entries@^1.1.5:
7539+
version "1.1.5"
7540+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861"
7541+
integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==
75407542
dependencies:
7541-
call-bind "^1.0.0"
7543+
call-bind "^1.0.2"
75427544
define-properties "^1.1.3"
7543-
es-abstract "^1.18.0-next.1"
7544-
has "^1.0.3"
7545+
es-abstract "^1.19.1"
75457546

7546-
object.fromentries@^2.0.0, object.fromentries@^2.0.4:
7547-
version "2.0.4"
7548-
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.4.tgz#26e1ba5c4571c5c6f0890cef4473066456a120b8"
7549-
integrity sha512-EsFBshs5RUUpQEY1D4q/m59kMfz4YJvxuNCJcv/jWwOJr34EaVnG11ZrZa0UHB3wnzV1wx8m58T4hQL8IuNXlQ==
7547+
object.fromentries@^2.0.0, object.fromentries@^2.0.5:
7548+
version "2.0.5"
7549+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.5.tgz#7b37b205109c21e741e605727fe8b0ad5fa08251"
7550+
integrity sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==
75507551
dependencies:
75517552
call-bind "^1.0.2"
75527553
define-properties "^1.1.3"
7553-
es-abstract "^1.18.0-next.2"
7554-
has "^1.0.3"
7554+
es-abstract "^1.19.1"
75557555

75567556
object.getownpropertydescriptors@^2.0.3:
75577557
version "2.1.2"
@@ -7570,14 +7570,22 @@ object.getownpropertydescriptors@^2.1.0:
75707570
define-properties "^1.1.3"
75717571
es-abstract "^1.17.0-next.1"
75727572

7573+
object.hasown@^1.1.1:
7574+
version "1.1.1"
7575+
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.1.tgz#ad1eecc60d03f49460600430d97f23882cf592a3"
7576+
integrity sha512-LYLe4tivNQzq4JdaWW6WO3HMZZJWzkkH8fnI6EebWl0VZth2wL2Lovm74ep2/gZzlaTdV62JZHEqHQ2yVn8Q/A==
7577+
dependencies:
7578+
define-properties "^1.1.4"
7579+
es-abstract "^1.19.5"
7580+
75737581
object.pick@^1.3.0:
75747582
version "1.3.0"
75757583
resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747"
75767584
integrity sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=
75777585
dependencies:
75787586
isobject "^3.0.1"
75797587

7580-
object.values@^1.1.1, object.values@^1.1.3, object.values@^1.1.5:
7588+
object.values@^1.1.1, object.values@^1.1.5:
75817589
version "1.1.5"
75827590
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac"
75837591
integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==
@@ -8080,7 +8088,7 @@ promzard@^0.3.0:
80808088
dependencies:
80818089
read "1"
80828090

8083-
prop-types@^15.7.0, prop-types@^15.7.2:
8091+
prop-types@^15.7.0, prop-types@^15.7.2, prop-types@^15.8.1:
80848092
version "15.8.1"
80858093
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
80868094
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
@@ -8476,15 +8484,7 @@ regex-not@^1.0.0, regex-not@^1.0.2:
84768484
extend-shallow "^3.0.2"
84778485
safe-regex "^1.1.0"
84788486

8479-
regexp.prototype.flags@^1.3.1:
8480-
version "1.3.1"
8481-
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz#7ef352ae8d159e758c0eadca6f8fcb4eef07be26"
8482-
integrity sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==
8483-
dependencies:
8484-
call-bind "^1.0.2"
8485-
define-properties "^1.1.3"
8486-
8487-
regexp.prototype.flags@^1.4.3:
8487+
regexp.prototype.flags@^1.4.1, regexp.prototype.flags@^1.4.3:
84888488
version "1.4.3"
84898489
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz#87cab30f80f66660181a3bb7bf5981a872b367ac"
84908490
integrity sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==
@@ -9296,17 +9296,18 @@ string-width@^4.2.3:
92969296
is-fullwidth-code-point "^3.0.0"
92979297
strip-ansi "^6.0.1"
92989298

9299-
string.prototype.matchall@^4.0.4:
9300-
version "4.0.4"
9301-
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.4.tgz#608f255e93e072107f5de066f81a2dfb78cf6b29"
9302-
integrity sha512-pknFIWVachNcyqRfaQSeu/FUfpvJTe4uskUSZ9Wc1RijsPuzbZ8TyYT8WCNnntCjUEqQ3vUHMAfVj2+wLAisPQ==
9299+
string.prototype.matchall@^4.0.7:
9300+
version "4.0.7"
9301+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz#8e6ecb0d8a1fb1fda470d81acecb2dba057a481d"
9302+
integrity sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==
93039303
dependencies:
93049304
call-bind "^1.0.2"
93059305
define-properties "^1.1.3"
9306-
es-abstract "^1.18.0-next.2"
9307-
has-symbols "^1.0.1"
9306+
es-abstract "^1.19.1"
9307+
get-intrinsic "^1.1.1"
9308+
has-symbols "^1.0.3"
93089309
internal-slot "^1.0.3"
9309-
regexp.prototype.flags "^1.3.1"
9310+
regexp.prototype.flags "^1.4.1"
93109311
side-channel "^1.0.4"
93119312

93129313
string.prototype.trim@^1.2.1:

0 commit comments

Comments
 (0)