Skip to content

Commit 4c6aa63

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

File tree

2 files changed

+127
-30
lines changed

2 files changed

+127
-30
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.26.1",
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: 126 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3226,6 +3226,32 @@ 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.19.1:
3230+
version "1.19.1"
3231+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3"
3232+
integrity sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==
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+
get-symbol-description "^1.0.0"
3239+
has "^1.0.3"
3240+
has-symbols "^1.0.2"
3241+
internal-slot "^1.0.3"
3242+
is-callable "^1.2.4"
3243+
is-negative-zero "^2.0.1"
3244+
is-regex "^1.1.4"
3245+
is-shared-array-buffer "^1.0.1"
3246+
is-string "^1.0.7"
3247+
is-weakref "^1.0.1"
3248+
object-inspect "^1.11.0"
3249+
object-keys "^1.1.1"
3250+
object.assign "^4.1.2"
3251+
string.prototype.trimend "^1.0.4"
3252+
string.prototype.trimstart "^1.0.4"
3253+
unbox-primitive "^1.0.1"
3254+
32293255
es-to-primitive@^1.2.1:
32303256
version "1.2.1"
32313257
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -3351,23 +3377,25 @@ [email protected]:
33513377
dependencies:
33523378
eslint-plugin-react-native-globals "^0.1.1"
33533379

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==
3380+
eslint-plugin-react@7.26.1:
3381+
version "7.26.1"
3382+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.26.1.tgz#41bcfe3e39e6a5ac040971c1af94437c80daa40e"
3383+
integrity sha512-Lug0+NOFXeOE+ORZ5pbsh6mSKjBKXDXItUD2sQoT+5Yl0eoT82DqnXeTMfUare4QVCn9QwXbfzO/dBLjLXwVjQ==
33583384
dependencies:
33593385
array-includes "^3.1.3"
33603386
array.prototype.flatmap "^1.2.4"
33613387
doctrine "^2.1.0"
3362-
has "^1.0.3"
3388+
estraverse "^5.2.0"
33633389
jsx-ast-utils "^2.4.1 || ^3.0.0"
33643390
minimatch "^3.0.4"
3365-
object.entries "^1.1.3"
3391+
object.entries "^1.1.4"
33663392
object.fromentries "^2.0.4"
3367-
object.values "^1.1.3"
3393+
object.hasown "^1.0.0"
3394+
object.values "^1.1.4"
33683395
prop-types "^15.7.2"
33693396
resolve "^2.0.0-next.3"
3370-
string.prototype.matchall "^4.0.4"
3397+
semver "^6.3.0"
3398+
string.prototype.matchall "^4.0.5"
33713399

33723400
33733401
version "4.1.0"
@@ -3976,6 +4004,14 @@ get-stream@^5.0.0:
39764004
dependencies:
39774005
pump "^3.0.0"
39784006

4007+
get-symbol-description@^1.0.0:
4008+
version "1.0.0"
4009+
resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.0.0.tgz#7fdb81c900101fbd564dd5f1a30af5aadc1e58d6"
4010+
integrity sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==
4011+
dependencies:
4012+
call-bind "^1.0.2"
4013+
get-intrinsic "^1.1.1"
4014+
39794015
get-value@^2.0.3, get-value@^2.0.6:
39804016
version "2.0.6"
39814017
resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
@@ -4049,7 +4085,7 @@ har-validator@~5.1.3:
40494085
ajv "^6.12.3"
40504086
har-schema "^2.0.0"
40514087

4052-
has-bigints@^1.0.0:
4088+
has-bigints@^1.0.0, has-bigints@^1.0.1:
40534089
version "1.0.1"
40544090
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113"
40554091
integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==
@@ -4074,6 +4110,13 @@ has-symbols@^1.0.1:
40744110
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
40754111
integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==
40764112

4113+
has-tostringtag@^1.0.0:
4114+
version "1.0.0"
4115+
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
4116+
integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==
4117+
dependencies:
4118+
has-symbols "^1.0.2"
4119+
40774120
has-value@^0.3.1:
40784121
version "0.3.1"
40794122
resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f"
@@ -4384,6 +4427,11 @@ is-callable@^1.2.3:
43844427
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.3.tgz#8b1e0500b73a1d76c70487636f368e519de8db8e"
43854428
integrity sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==
43864429

4430+
is-callable@^1.2.4:
4431+
version "1.2.4"
4432+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
4433+
integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
4434+
43874435
is-ci@^2.0.0:
43884436
version "2.0.0"
43894437
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
@@ -4550,6 +4598,19 @@ is-regex@^1.1.2:
45504598
call-bind "^1.0.2"
45514599
has-symbols "^1.0.1"
45524600

4601+
is-regex@^1.1.4:
4602+
version "1.1.4"
4603+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958"
4604+
integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==
4605+
dependencies:
4606+
call-bind "^1.0.2"
4607+
has-tostringtag "^1.0.0"
4608+
4609+
is-shared-array-buffer@^1.0.1:
4610+
version "1.0.1"
4611+
resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6"
4612+
integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==
4613+
45534614
is-stream@^1.0.1, is-stream@^1.1.0:
45544615
version "1.1.0"
45554616
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
@@ -4565,6 +4626,13 @@ is-string@^1.0.5:
45654626
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
45664627
integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
45674628

4629+
is-string@^1.0.7:
4630+
version "1.0.7"
4631+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd"
4632+
integrity sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==
4633+
dependencies:
4634+
has-tostringtag "^1.0.0"
4635+
45684636
is-subset@^0.1.1:
45694637
version "0.1.1"
45704638
resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6"
@@ -4582,6 +4650,13 @@ is-typedarray@^1.0.0, is-typedarray@~1.0.0:
45824650
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
45834651
integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
45844652

4653+
is-weakref@^1.0.1:
4654+
version "1.0.1"
4655+
resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.1.tgz#842dba4ec17fa9ac9850df2d6efbc1737274f2a2"
4656+
integrity sha512-b2jKc2pQZjaeFYWEf7ScFj+Be1I+PXmlu572Q8coTXZ+LD/QQZ7ShPMst8h16riVgyXTQwUsFEl74mDvc/3MHQ==
4657+
dependencies:
4658+
call-bind "^1.0.0"
4659+
45854660
is-windows@^1.0.2:
45864661
version "1.0.2"
45874662
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
@@ -6290,6 +6365,11 @@ object-copy@^0.1.0:
62906365
define-property "^0.2.5"
62916366
kind-of "^3.0.3"
62926367

6368+
object-inspect@^1.11.0:
6369+
version "1.11.0"
6370+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.0.tgz#9dceb146cedd4148a0d9e51ab88d34cf509922b1"
6371+
integrity sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==
6372+
62936373
object-inspect@^1.7.0, object-inspect@^1.8.0:
62946374
version "1.8.0"
62956375
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz#df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0"
@@ -6339,15 +6419,14 @@ object.entries@^1.1.1, object.entries@^1.1.2:
63396419
es-abstract "^1.17.5"
63406420
has "^1.0.3"
63416421

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==
6422+
object.entries@^1.1.4:
6423+
version "1.1.5"
6424+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861"
6425+
integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==
63466426
dependencies:
6347-
call-bind "^1.0.0"
6427+
call-bind "^1.0.2"
63486428
define-properties "^1.1.3"
6349-
es-abstract "^1.18.0-next.1"
6350-
has "^1.0.3"
6429+
es-abstract "^1.19.1"
63516430

63526431
object.fromentries@^2.0.3:
63536432
version "2.0.3"
@@ -6369,6 +6448,14 @@ object.fromentries@^2.0.4:
63696448
es-abstract "^1.18.0-next.2"
63706449
has "^1.0.3"
63716450

6451+
object.hasown@^1.0.0:
6452+
version "1.1.0"
6453+
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.0.tgz#7232ed266f34d197d15cac5880232f7a4790afe5"
6454+
integrity sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==
6455+
dependencies:
6456+
define-properties "^1.1.3"
6457+
es-abstract "^1.19.1"
6458+
63726459
object.pick@^1.3.0:
63736460
version "1.3.0"
63746461
resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747"
@@ -6396,15 +6483,14 @@ object.values@^1.1.2:
63966483
es-abstract "^1.18.0-next.1"
63976484
has "^1.0.3"
63986485

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==
6486+
object.values@^1.1.4:
6487+
version "1.1.5"
6488+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac"
6489+
integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==
64036490
dependencies:
64046491
call-bind "^1.0.2"
64056492
define-properties "^1.1.3"
6406-
es-abstract "^1.18.0-next.2"
6407-
has "^1.0.3"
6493+
es-abstract "^1.19.1"
64086494

64096495
on-finished@~2.3.0:
64106496
version "2.3.0"
@@ -7832,15 +7918,16 @@ string-width@^4.1.0, string-width@^4.2.0:
78327918
is-fullwidth-code-point "^3.0.0"
78337919
strip-ansi "^6.0.0"
78347920

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==
7921+
string.prototype.matchall@^4.0.5:
7922+
version "4.0.6"
7923+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.6.tgz#5abb5dabc94c7b0ea2380f65ba610b3a544b15fa"
7924+
integrity sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg==
78397925
dependencies:
78407926
call-bind "^1.0.2"
78417927
define-properties "^1.1.3"
7842-
es-abstract "^1.18.0-next.2"
7843-
has-symbols "^1.0.1"
7928+
es-abstract "^1.19.1"
7929+
get-intrinsic "^1.1.1"
7930+
has-symbols "^1.0.2"
78447931
internal-slot "^1.0.3"
78457932
regexp.prototype.flags "^1.3.1"
78467933
side-channel "^1.0.4"
@@ -8247,6 +8334,16 @@ unbox-primitive@^1.0.0:
82478334
has-symbols "^1.0.0"
82488335
which-boxed-primitive "^1.0.1"
82498336

8337+
unbox-primitive@^1.0.1:
8338+
version "1.0.1"
8339+
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471"
8340+
integrity sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==
8341+
dependencies:
8342+
function-bind "^1.1.1"
8343+
has-bigints "^1.0.1"
8344+
has-symbols "^1.0.2"
8345+
which-boxed-primitive "^1.0.2"
8346+
82508347
unicode-canonical-property-names-ecmascript@^1.0.4:
82518348
version "1.0.4"
82528349
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818"
@@ -8452,7 +8549,7 @@ whatwg-url@^8.0.0:
84528549
tr46 "^2.0.2"
84538550
webidl-conversions "^6.1.0"
84548551

8455-
which-boxed-primitive@^1.0.1:
8552+
which-boxed-primitive@^1.0.1, which-boxed-primitive@^1.0.2:
84568553
version "1.0.2"
84578554
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"
84588555
integrity sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==

0 commit comments

Comments
 (0)