Skip to content

Commit a6c0fe9

Browse files
committed
chore(deps): update dependency eslint-plugin-react to v7.24.0
1 parent acad664 commit a6c0fe9

File tree

2 files changed

+78
-29
lines changed

2 files changed

+78
-29
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"eslint-plugin-import": "2.22.1",
4747
"eslint-plugin-node": "11.1.0",
4848
"eslint-plugin-promise": "4.3.1",
49-
"eslint-plugin-react": "7.23.1",
49+
"eslint-plugin-react": "7.24.0",
5050
"eslint-plugin-react-native": "3.8.1",
5151
"eslint-plugin-standard": "4.1.0",
5252
"isomorphic-fetch": "3.0.0",

yarn.lock

Lines changed: 77 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3226,6 +3226,28 @@ es-abstract@^1.18.0-next.2:
32263226
string.prototype.trimstart "^1.0.4"
32273227
unbox-primitive "^1.0.0"
32283228

3229+
es-abstract@^1.18.2:
3230+
version "1.18.3"
3231+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.3.tgz#25c4c3380a27aa203c44b2b685bba94da31b63e0"
3232+
integrity sha512-nQIr12dxV7SSxE6r6f1l3DtAeEYdsGpps13dR0TwJg1S8gyp4ZPgy3FZcHBgbiQqnoqSTb+oC+kO4UQ0C/J8vw==
3233+
dependencies:
3234+
call-bind "^1.0.2"
3235+
es-to-primitive "^1.2.1"
3236+
function-bind "^1.1.1"
3237+
get-intrinsic "^1.1.1"
3238+
has "^1.0.3"
3239+
has-symbols "^1.0.2"
3240+
is-callable "^1.2.3"
3241+
is-negative-zero "^2.0.1"
3242+
is-regex "^1.1.3"
3243+
is-string "^1.0.6"
3244+
object-inspect "^1.10.3"
3245+
object-keys "^1.1.1"
3246+
object.assign "^4.1.2"
3247+
string.prototype.trimend "^1.0.4"
3248+
string.prototype.trimstart "^1.0.4"
3249+
unbox-primitive "^1.0.1"
3250+
32293251
es-to-primitive@^1.2.1:
32303252
version "1.2.1"
32313253
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -3351,23 +3373,23 @@ [email protected]:
33513373
dependencies:
33523374
eslint-plugin-react-native-globals "^0.1.1"
33533375

3354-
eslint-plugin-react@7.23.1:
3355-
version "7.23.1"
3356-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.23.1.tgz#f1a2e844c0d1967c822388204a8bc4dee8415b11"
3357-
integrity sha512-MvFGhZjI8Z4HusajmSw0ougGrq3Gs4vT/0WgwksZgf5RrLrRa2oYAw56okU4tZJl8+j7IYNuTM+2RnFEuTSdRQ==
3376+
eslint-plugin-react@7.24.0:
3377+
version "7.24.0"
3378+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.24.0.tgz#eadedfa351a6f36b490aa17f4fa9b14e842b9eb4"
3379+
integrity sha512-KJJIx2SYx7PBx3ONe/mEeMz4YE0Lcr7feJTCMyyKb/341NcjuAgim3Acgan89GfPv7nxXK2+0slu0CWXYM4x+Q==
33583380
dependencies:
33593381
array-includes "^3.1.3"
33603382
array.prototype.flatmap "^1.2.4"
33613383
doctrine "^2.1.0"
33623384
has "^1.0.3"
33633385
jsx-ast-utils "^2.4.1 || ^3.0.0"
33643386
minimatch "^3.0.4"
3365-
object.entries "^1.1.3"
3387+
object.entries "^1.1.4"
33663388
object.fromentries "^2.0.4"
3367-
object.values "^1.1.3"
3389+
object.values "^1.1.4"
33683390
prop-types "^15.7.2"
33693391
resolve "^2.0.0-next.3"
3370-
string.prototype.matchall "^4.0.4"
3392+
string.prototype.matchall "^4.0.5"
33713393

33723394
33733395
version "4.1.0"
@@ -4049,7 +4071,7 @@ har-validator@~5.1.3:
40494071
ajv "^6.12.3"
40504072
har-schema "^2.0.0"
40514073

4052-
has-bigints@^1.0.0:
4074+
has-bigints@^1.0.0, has-bigints@^1.0.1:
40534075
version "1.0.1"
40544076
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113"
40554077
integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==
@@ -4550,6 +4572,14 @@ is-regex@^1.1.2:
45504572
call-bind "^1.0.2"
45514573
has-symbols "^1.0.1"
45524574

4575+
is-regex@^1.1.3:
4576+
version "1.1.3"
4577+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.3.tgz#d029f9aff6448b93ebbe3f33dac71511fdcbef9f"
4578+
integrity sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==
4579+
dependencies:
4580+
call-bind "^1.0.2"
4581+
has-symbols "^1.0.2"
4582+
45534583
is-stream@^1.0.1, is-stream@^1.1.0:
45544584
version "1.1.0"
45554585
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
@@ -4565,6 +4595,11 @@ is-string@^1.0.5:
45654595
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
45664596
integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
45674597

4598+
is-string@^1.0.6:
4599+
version "1.0.6"
4600+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.6.tgz#3fe5d5992fb0d93404f32584d4b0179a71b54a5f"
4601+
integrity sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==
4602+
45684603
is-subset@^0.1.1:
45694604
version "0.1.1"
45704605
resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6"
@@ -6290,6 +6325,11 @@ object-copy@^0.1.0:
62906325
define-property "^0.2.5"
62916326
kind-of "^3.0.3"
62926327

6328+
object-inspect@^1.10.3:
6329+
version "1.10.3"
6330+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.10.3.tgz#c2aa7d2d09f50c99375704f7a0adf24c5782d369"
6331+
integrity sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==
6332+
62936333
object-inspect@^1.7.0, object-inspect@^1.8.0:
62946334
version "1.8.0"
62956335
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz#df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0"
@@ -6339,15 +6379,14 @@ object.entries@^1.1.1, object.entries@^1.1.2:
63396379
es-abstract "^1.17.5"
63406380
has "^1.0.3"
63416381

6342-
object.entries@^1.1.3:
6343-
version "1.1.3"
6344-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.3.tgz#c601c7f168b62374541a07ddbd3e2d5e4f7711a6"
6345-
integrity sha512-ym7h7OZebNS96hn5IJeyUmaWhaSM4SVtAPPfNLQEI2MYWCO2egsITb9nab2+i/Pwibx+R0mtn+ltKJXRSeTMGg==
6382+
object.entries@^1.1.4:
6383+
version "1.1.4"
6384+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.4.tgz#43ccf9a50bc5fd5b649d45ab1a579f24e088cafd"
6385+
integrity sha512-h4LWKWE+wKQGhtMjZEBud7uLGhqyLwj8fpHOarZhD2uY3C9cRtk57VQ89ke3moByLXMedqs3XCHzyb4AmA2DjA==
63466386
dependencies:
6347-
call-bind "^1.0.0"
6387+
call-bind "^1.0.2"
63486388
define-properties "^1.1.3"
6349-
es-abstract "^1.18.0-next.1"
6350-
has "^1.0.3"
6389+
es-abstract "^1.18.2"
63516390

63526391
object.fromentries@^2.0.3:
63536392
version "2.0.3"
@@ -6396,15 +6435,14 @@ object.values@^1.1.2:
63966435
es-abstract "^1.18.0-next.1"
63976436
has "^1.0.3"
63986437

6399-
object.values@^1.1.3:
6400-
version "1.1.3"
6401-
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.3.tgz#eaa8b1e17589f02f698db093f7c62ee1699742ee"
6402-
integrity sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw==
6438+
object.values@^1.1.4:
6439+
version "1.1.4"
6440+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.4.tgz#0d273762833e816b693a637d30073e7051535b30"
6441+
integrity sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==
64036442
dependencies:
64046443
call-bind "^1.0.2"
64056444
define-properties "^1.1.3"
6406-
es-abstract "^1.18.0-next.2"
6407-
has "^1.0.3"
6445+
es-abstract "^1.18.2"
64086446

64096447
on-finished@~2.3.0:
64106448
version "2.3.0"
@@ -7832,15 +7870,16 @@ string-width@^4.1.0, string-width@^4.2.0:
78327870
is-fullwidth-code-point "^3.0.0"
78337871
strip-ansi "^6.0.0"
78347872

7835-
string.prototype.matchall@^4.0.4:
7836-
version "4.0.4"
7837-
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.4.tgz#608f255e93e072107f5de066f81a2dfb78cf6b29"
7838-
integrity sha512-pknFIWVachNcyqRfaQSeu/FUfpvJTe4uskUSZ9Wc1RijsPuzbZ8TyYT8WCNnntCjUEqQ3vUHMAfVj2+wLAisPQ==
7873+
string.prototype.matchall@^4.0.5:
7874+
version "4.0.5"
7875+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.5.tgz#59370644e1db7e4c0c045277690cf7b01203c4da"
7876+
integrity sha512-Z5ZaXO0svs0M2xd/6By3qpeKpLKd9mO4v4q3oMEQrk8Ck4xOD5d5XeBOOjGrmVZZ/AHB1S0CgG4N5r1G9N3E2Q==
78397877
dependencies:
78407878
call-bind "^1.0.2"
78417879
define-properties "^1.1.3"
7842-
es-abstract "^1.18.0-next.2"
7843-
has-symbols "^1.0.1"
7880+
es-abstract "^1.18.2"
7881+
get-intrinsic "^1.1.1"
7882+
has-symbols "^1.0.2"
78447883
internal-slot "^1.0.3"
78457884
regexp.prototype.flags "^1.3.1"
78467885
side-channel "^1.0.4"
@@ -8247,6 +8286,16 @@ unbox-primitive@^1.0.0:
82478286
has-symbols "^1.0.0"
82488287
which-boxed-primitive "^1.0.1"
82498288

8289+
unbox-primitive@^1.0.1:
8290+
version "1.0.1"
8291+
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471"
8292+
integrity sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==
8293+
dependencies:
8294+
function-bind "^1.1.1"
8295+
has-bigints "^1.0.1"
8296+
has-symbols "^1.0.2"
8297+
which-boxed-primitive "^1.0.2"
8298+
82508299
unicode-canonical-property-names-ecmascript@^1.0.4:
82518300
version "1.0.4"
82528301
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818"
@@ -8452,7 +8501,7 @@ whatwg-url@^8.0.0:
84528501
tr46 "^2.0.2"
84538502
webidl-conversions "^6.1.0"
84548503

8455-
which-boxed-primitive@^1.0.1:
8504+
which-boxed-primitive@^1.0.1, which-boxed-primitive@^1.0.2:
84568505
version "1.0.2"
84578506
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"
84588507
integrity sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==

0 commit comments

Comments
 (0)