Skip to content

Commit b59ce44

Browse files
chore(deps-dev): bump eslint-plugin-react from 7.23.2 to 7.24.0
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.23.2 to 7.24.0. - [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases) - [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.23.2...v7.24.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent c9742e6 commit b59ce44

File tree

1 file changed

+65
-26
lines changed

1 file changed

+65
-26
lines changed

yarn.lock

Lines changed: 65 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2399,6 +2399,28 @@ es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2:
23992399
string.prototype.trimstart "^1.0.4"
24002400
unbox-primitive "^1.0.0"
24012401

2402+
es-abstract@^1.18.2:
2403+
version "1.18.3"
2404+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.3.tgz#25c4c3380a27aa203c44b2b685bba94da31b63e0"
2405+
integrity sha512-nQIr12dxV7SSxE6r6f1l3DtAeEYdsGpps13dR0TwJg1S8gyp4ZPgy3FZcHBgbiQqnoqSTb+oC+kO4UQ0C/J8vw==
2406+
dependencies:
2407+
call-bind "^1.0.2"
2408+
es-to-primitive "^1.2.1"
2409+
function-bind "^1.1.1"
2410+
get-intrinsic "^1.1.1"
2411+
has "^1.0.3"
2412+
has-symbols "^1.0.2"
2413+
is-callable "^1.2.3"
2414+
is-negative-zero "^2.0.1"
2415+
is-regex "^1.1.3"
2416+
is-string "^1.0.6"
2417+
object-inspect "^1.10.3"
2418+
object-keys "^1.1.1"
2419+
object.assign "^4.1.2"
2420+
string.prototype.trimend "^1.0.4"
2421+
string.prototype.trimstart "^1.0.4"
2422+
unbox-primitive "^1.0.1"
2423+
24022424
es-module-lexer@^0.4.0:
24032425
version "0.4.1"
24042426
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.4.1.tgz#dda8c6a14d8f340a24e34331e0fab0cb50438e0e"
@@ -2526,22 +2548,22 @@ eslint-plugin-promise@~4.2.1:
25262548
integrity sha512-VoM09vT7bfA7D+upt+FjeBO5eHIJQBUWki1aPvB+vbNiHS3+oGIJGIeyBtKQTME6UPXXy3vV07OL1tHd3ANuDw==
25272549

25282550
eslint-plugin-react@^7.23.1:
2529-
version "7.23.2"
2530-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.23.2.tgz#2d2291b0f95c03728b55869f01102290e792d494"
2531-
integrity sha512-AfjgFQB+nYszudkxRkTFu0UR1zEQig0ArVMPloKhxwlwkzaw/fBiH0QWcBBhZONlXqQC51+nfqFrkn4EzHcGBw==
2551+
version "7.24.0"
2552+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.24.0.tgz#eadedfa351a6f36b490aa17f4fa9b14e842b9eb4"
2553+
integrity sha512-KJJIx2SYx7PBx3ONe/mEeMz4YE0Lcr7feJTCMyyKb/341NcjuAgim3Acgan89GfPv7nxXK2+0slu0CWXYM4x+Q==
25322554
dependencies:
25332555
array-includes "^3.1.3"
25342556
array.prototype.flatmap "^1.2.4"
25352557
doctrine "^2.1.0"
25362558
has "^1.0.3"
25372559
jsx-ast-utils "^2.4.1 || ^3.0.0"
25382560
minimatch "^3.0.4"
2539-
object.entries "^1.1.3"
2561+
object.entries "^1.1.4"
25402562
object.fromentries "^2.0.4"
2541-
object.values "^1.1.3"
2563+
object.values "^1.1.4"
25422564
prop-types "^15.7.2"
25432565
resolve "^2.0.0-next.3"
2544-
string.prototype.matchall "^4.0.4"
2566+
string.prototype.matchall "^4.0.5"
25452567

25462568
eslint-plugin-react@~7.21.5:
25472569
version "7.21.5"
@@ -3922,6 +3944,14 @@ is-regex@^1.0.4, is-regex@^1.1.2:
39223944
call-bind "^1.0.2"
39233945
has-symbols "^1.0.1"
39243946

3947+
is-regex@^1.1.3:
3948+
version "1.1.3"
3949+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.3.tgz#d029f9aff6448b93ebbe3f33dac71511fdcbef9f"
3950+
integrity sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==
3951+
dependencies:
3952+
call-bind "^1.0.2"
3953+
has-symbols "^1.0.2"
3954+
39253955
is-regexp@^1.0.0:
39263956
version "1.0.0"
39273957
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
@@ -3942,6 +3972,11 @@ is-string@^1.0.5:
39423972
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
39433973
integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
39443974

3975+
is-string@^1.0.6:
3976+
version "1.0.6"
3977+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.6.tgz#3fe5d5992fb0d93404f32584d4b0179a71b54a5f"
3978+
integrity sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==
3979+
39453980
is-symbol@^1.0.2, is-symbol@^1.0.3:
39463981
version "1.0.3"
39473982
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937"
@@ -5151,6 +5186,11 @@ object-copy@^0.1.0:
51515186
define-property "^0.2.5"
51525187
kind-of "^3.0.3"
51535188

5189+
object-inspect@^1.10.3:
5190+
version "1.10.3"
5191+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.10.3.tgz#c2aa7d2d09f50c99375704f7a0adf24c5782d369"
5192+
integrity sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==
5193+
51545194
object-inspect@^1.9.0:
51555195
version "1.9.0"
51565196
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.9.0.tgz#c90521d74e1127b67266ded3394ad6116986533a"
@@ -5186,15 +5226,14 @@ object.assign@^4.1.2:
51865226
has-symbols "^1.0.1"
51875227
object-keys "^1.1.1"
51885228

5189-
object.entries@^1.1.2, object.entries@^1.1.3:
5190-
version "1.1.3"
5191-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.3.tgz#c601c7f168b62374541a07ddbd3e2d5e4f7711a6"
5192-
integrity sha512-ym7h7OZebNS96hn5IJeyUmaWhaSM4SVtAPPfNLQEI2MYWCO2egsITb9nab2+i/Pwibx+R0mtn+ltKJXRSeTMGg==
5229+
object.entries@^1.1.2, object.entries@^1.1.4:
5230+
version "1.1.4"
5231+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.4.tgz#43ccf9a50bc5fd5b649d45ab1a579f24e088cafd"
5232+
integrity sha512-h4LWKWE+wKQGhtMjZEBud7uLGhqyLwj8fpHOarZhD2uY3C9cRtk57VQ89ke3moByLXMedqs3XCHzyb4AmA2DjA==
51935233
dependencies:
5194-
call-bind "^1.0.0"
5234+
call-bind "^1.0.2"
51955235
define-properties "^1.1.3"
5196-
es-abstract "^1.18.0-next.1"
5197-
has "^1.0.3"
5236+
es-abstract "^1.18.2"
51985237

51995238
object.fromentries@^2.0.2, object.fromentries@^2.0.4:
52005239
version "2.0.4"
@@ -5213,15 +5252,14 @@ object.pick@^1.3.0:
52135252
dependencies:
52145253
isobject "^3.0.1"
52155254

5216-
object.values@^1.1.1, object.values@^1.1.3:
5217-
version "1.1.3"
5218-
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.3.tgz#eaa8b1e17589f02f698db093f7c62ee1699742ee"
5219-
integrity sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw==
5255+
object.values@^1.1.1, object.values@^1.1.4:
5256+
version "1.1.4"
5257+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.4.tgz#0d273762833e816b693a637d30073e7051535b30"
5258+
integrity sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==
52205259
dependencies:
52215260
call-bind "^1.0.2"
52225261
define-properties "^1.1.3"
5223-
es-abstract "^1.18.0-next.2"
5224-
has "^1.0.3"
5262+
es-abstract "^1.18.2"
52255263

52265264
obuf@^1.0.0, obuf@^1.1.2:
52275265
version "1.1.2"
@@ -6660,15 +6698,16 @@ string-width@^4.1.0, string-width@^4.2.0:
66606698
is-fullwidth-code-point "^3.0.0"
66616699
strip-ansi "^6.0.0"
66626700

6663-
string.prototype.matchall@^4.0.2, string.prototype.matchall@^4.0.4:
6664-
version "4.0.4"
6665-
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.4.tgz#608f255e93e072107f5de066f81a2dfb78cf6b29"
6666-
integrity sha512-pknFIWVachNcyqRfaQSeu/FUfpvJTe4uskUSZ9Wc1RijsPuzbZ8TyYT8WCNnntCjUEqQ3vUHMAfVj2+wLAisPQ==
6701+
string.prototype.matchall@^4.0.2, string.prototype.matchall@^4.0.5:
6702+
version "4.0.5"
6703+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.5.tgz#59370644e1db7e4c0c045277690cf7b01203c4da"
6704+
integrity sha512-Z5ZaXO0svs0M2xd/6By3qpeKpLKd9mO4v4q3oMEQrk8Ck4xOD5d5XeBOOjGrmVZZ/AHB1S0CgG4N5r1G9N3E2Q==
66676705
dependencies:
66686706
call-bind "^1.0.2"
66696707
define-properties "^1.1.3"
6670-
es-abstract "^1.18.0-next.2"
6671-
has-symbols "^1.0.1"
6708+
es-abstract "^1.18.2"
6709+
get-intrinsic "^1.1.1"
6710+
has-symbols "^1.0.2"
66726711
internal-slot "^1.0.3"
66736712
regexp.prototype.flags "^1.3.1"
66746713
side-channel "^1.0.4"
@@ -7112,7 +7151,7 @@ typescript@^4.2.0:
71127151
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805"
71137152
integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==
71147153

7115-
unbox-primitive@^1.0.0:
7154+
unbox-primitive@^1.0.0, unbox-primitive@^1.0.1:
71167155
version "1.0.1"
71177156
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471"
71187157
integrity sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==

0 commit comments

Comments
 (0)