Skip to content

Commit 5e730ae

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency eslint-plugin-react to v7.24.0
1 parent f15c2ff commit 5e730ae

File tree

2 files changed

+82
-23
lines changed

2 files changed

+82
-23
lines changed

advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"eslint-plugin-flowtype": "2.50.3",
1010
"eslint-plugin-import": "2.23.4",
1111
"eslint-plugin-jsx-a11y": "5.1.1",
12-
"eslint-plugin-react": "7.23.2",
12+
"eslint-plugin-react": "7.24.0",
1313
"jwt-decode": "2.2.0",
1414
"prettier-eslint-cli": "4.7.1",
1515
"react-scripts": "2.1.8"

advanced/yarn.lock

Lines changed: 81 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4112,6 +4112,28 @@ es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2:
41124112
string.prototype.trimstart "^1.0.4"
41134113
unbox-primitive "^1.0.0"
41144114

4115+
es-abstract@^1.18.2:
4116+
version "1.18.3"
4117+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.3.tgz#25c4c3380a27aa203c44b2b685bba94da31b63e0"
4118+
integrity sha512-nQIr12dxV7SSxE6r6f1l3DtAeEYdsGpps13dR0TwJg1S8gyp4ZPgy3FZcHBgbiQqnoqSTb+oC+kO4UQ0C/J8vw==
4119+
dependencies:
4120+
call-bind "^1.0.2"
4121+
es-to-primitive "^1.2.1"
4122+
function-bind "^1.1.1"
4123+
get-intrinsic "^1.1.1"
4124+
has "^1.0.3"
4125+
has-symbols "^1.0.2"
4126+
is-callable "^1.2.3"
4127+
is-negative-zero "^2.0.1"
4128+
is-regex "^1.1.3"
4129+
is-string "^1.0.6"
4130+
object-inspect "^1.10.3"
4131+
object-keys "^1.1.1"
4132+
object.assign "^4.1.2"
4133+
string.prototype.trimend "^1.0.4"
4134+
string.prototype.trimstart "^1.0.4"
4135+
unbox-primitive "^1.0.1"
4136+
41154137
es-abstract@^1.7.0:
41164138
version "1.10.0"
41174139
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.10.0.tgz#1ecb36c197842a00d8ee4c2dfd8646bb97d60864"
@@ -4338,23 +4360,23 @@ eslint-plugin-react@7.12.4:
43384360
prop-types "^15.6.2"
43394361
resolve "^1.9.0"
43404362

4341-
eslint-plugin-react@7.23.2:
4342-
version "7.23.2"
4343-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.23.2.tgz#2d2291b0f95c03728b55869f01102290e792d494"
4344-
integrity sha512-AfjgFQB+nYszudkxRkTFu0UR1zEQig0ArVMPloKhxwlwkzaw/fBiH0QWcBBhZONlXqQC51+nfqFrkn4EzHcGBw==
4363+
eslint-plugin-react@7.24.0:
4364+
version "7.24.0"
4365+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.24.0.tgz#eadedfa351a6f36b490aa17f4fa9b14e842b9eb4"
4366+
integrity sha512-KJJIx2SYx7PBx3ONe/mEeMz4YE0Lcr7feJTCMyyKb/341NcjuAgim3Acgan89GfPv7nxXK2+0slu0CWXYM4x+Q==
43454367
dependencies:
43464368
array-includes "^3.1.3"
43474369
array.prototype.flatmap "^1.2.4"
43484370
doctrine "^2.1.0"
43494371
has "^1.0.3"
43504372
jsx-ast-utils "^2.4.1 || ^3.0.0"
43514373
minimatch "^3.0.4"
4352-
object.entries "^1.1.3"
4374+
object.entries "^1.1.4"
43534375
object.fromentries "^2.0.4"
4354-
object.values "^1.1.3"
4376+
object.values "^1.1.4"
43554377
prop-types "^15.7.2"
43564378
resolve "^2.0.0-next.3"
4357-
string.prototype.matchall "^4.0.4"
4379+
string.prototype.matchall "^4.0.5"
43584380

43594381
eslint-scope@3.7.1, eslint-scope@^3.7.1:
43604382
version "3.7.1"
@@ -5535,7 +5557,7 @@ has-ansi@^2.0.0:
55355557
dependencies:
55365558
ansi-regex "^2.0.0"
55375559

5538-
has-bigints@^1.0.0:
5560+
has-bigints@^1.0.0, has-bigints@^1.0.1:
55395561
version "1.0.1"
55405562
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113"
55415563
integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==
@@ -6528,6 +6550,14 @@ is-regex@^1.1.2:
65286550
call-bind "^1.0.2"
65296551
has-symbols "^1.0.1"
65306552

6553+
is-regex@^1.1.3:
6554+
version "1.1.3"
6555+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.3.tgz#d029f9aff6448b93ebbe3f33dac71511fdcbef9f"
6556+
integrity sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==
6557+
dependencies:
6558+
call-bind "^1.0.2"
6559+
has-symbols "^1.0.2"
6560+
65316561
is-regexp@^1.0.0:
65326562
version "1.0.0"
65336563
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
@@ -6553,6 +6583,11 @@ is-string@^1.0.5:
65536583
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
65546584
integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
65556585

6586+
is-string@^1.0.6:
6587+
version "1.0.6"
6588+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.6.tgz#3fe5d5992fb0d93404f32584d4b0179a71b54a5f"
6589+
integrity sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==
6590+
65566591
is-svg@^3.0.0:
65576592
version "3.0.0"
65586593
resolved "https://registry.yarnpkg.com/is-svg/-/is-svg-3.0.0.tgz#9321dbd29c212e5ca99c4fa9794c714bcafa2f75"
@@ -8250,6 +8285,11 @@ object-hash@^1.1.4:
82508285
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.2.0.tgz#e96af0e96981996a1d47f88ead8f74f1ebc4422b"
82518286
integrity sha512-smRWXzkvxw72VquyZ0wggySl7PFUtoDhvhpdwgESXxUrH7vVhhp9asfup1+rVLrhsl7L45Ee1Q/l5R2Ul4MwUg==
82528287

8288+
object-inspect@^1.10.3:
8289+
version "1.10.3"
8290+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.10.3.tgz#c2aa7d2d09f50c99375704f7a0adf24c5782d369"
8291+
integrity sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==
8292+
82538293
object-inspect@^1.7.0:
82548294
version "1.7.0"
82558295
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
@@ -8312,15 +8352,14 @@ object.assign@^4.1.2:
83128352
has-symbols "^1.0.1"
83138353
object-keys "^1.1.1"
83148354

8315-
object.entries@^1.1.3:
8316-
version "1.1.3"
8317-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.3.tgz#c601c7f168b62374541a07ddbd3e2d5e4f7711a6"
8318-
integrity sha512-ym7h7OZebNS96hn5IJeyUmaWhaSM4SVtAPPfNLQEI2MYWCO2egsITb9nab2+i/Pwibx+R0mtn+ltKJXRSeTMGg==
8355+
object.entries@^1.1.4:
8356+
version "1.1.4"
8357+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.4.tgz#43ccf9a50bc5fd5b649d45ab1a579f24e088cafd"
8358+
integrity sha512-h4LWKWE+wKQGhtMjZEBud7uLGhqyLwj8fpHOarZhD2uY3C9cRtk57VQ89ke3moByLXMedqs3XCHzyb4AmA2DjA==
83198359
dependencies:
8320-
call-bind "^1.0.0"
8360+
call-bind "^1.0.2"
83218361
define-properties "^1.1.3"
8322-
es-abstract "^1.18.0-next.1"
8323-
has "^1.0.3"
8362+
es-abstract "^1.18.2"
83248363

83258364
object.fromentries@^2.0.0:
83268365
version "2.0.0"
@@ -8385,6 +8424,15 @@ object.values@^1.1.3:
83858424
es-abstract "^1.18.0-next.2"
83868425
has "^1.0.3"
83878426

8427+
object.values@^1.1.4:
8428+
version "1.1.4"
8429+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.4.tgz#0d273762833e816b693a637d30073e7051535b30"
8430+
integrity sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==
8431+
dependencies:
8432+
call-bind "^1.0.2"
8433+
define-properties "^1.1.3"
8434+
es-abstract "^1.18.2"
8435+
83888436
obuf@^1.0.0:
83898437
version "1.1.1"
83908438
resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.1.tgz#104124b6c602c6796881a042541d36db43a5264e"
@@ -11219,15 +11267,16 @@ string-width@^3.0.0:
1121911267
is-fullwidth-code-point "^2.0.0"
1122011268
strip-ansi "^5.1.0"
1122111269

11222-
string.prototype.matchall@^4.0.4:
11223-
version "4.0.4"
11224-
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.4.tgz#608f255e93e072107f5de066f81a2dfb78cf6b29"
11225-
integrity sha512-pknFIWVachNcyqRfaQSeu/FUfpvJTe4uskUSZ9Wc1RijsPuzbZ8TyYT8WCNnntCjUEqQ3vUHMAfVj2+wLAisPQ==
11270+
string.prototype.matchall@^4.0.5:
11271+
version "4.0.5"
11272+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.5.tgz#59370644e1db7e4c0c045277690cf7b01203c4da"
11273+
integrity sha512-Z5ZaXO0svs0M2xd/6By3qpeKpLKd9mO4v4q3oMEQrk8Ck4xOD5d5XeBOOjGrmVZZ/AHB1S0CgG4N5r1G9N3E2Q==
1122611274
dependencies:
1122711275
call-bind "^1.0.2"
1122811276
define-properties "^1.1.3"
11229-
es-abstract "^1.18.0-next.2"
11230-
has-symbols "^1.0.1"
11277+
es-abstract "^1.18.2"
11278+
get-intrinsic "^1.1.1"
11279+
has-symbols "^1.0.2"
1123111280
internal-slot "^1.0.3"
1123211281
regexp.prototype.flags "^1.3.1"
1123311282
side-channel "^1.0.4"
@@ -11893,6 +11942,16 @@ unbox-primitive@^1.0.0:
1189311942
has-symbols "^1.0.0"
1189411943
which-boxed-primitive "^1.0.1"
1189511944

11945+
unbox-primitive@^1.0.1:
11946+
version "1.0.1"
11947+
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471"
11948+
integrity sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==
11949+
dependencies:
11950+
function-bind "^1.1.1"
11951+
has-bigints "^1.0.1"
11952+
has-symbols "^1.0.2"
11953+
which-boxed-primitive "^1.0.2"
11954+
1189611955
unicode-canonical-property-names-ecmascript@^1.0.4:
1189711956
version "1.0.4"
1189811957
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818"
@@ -12411,7 +12470,7 @@ whatwg-url@^7.0.0:
1241112470
tr46 "^1.0.1"
1241212471
webidl-conversions "^4.0.2"
1241312472

12414-
which-boxed-primitive@^1.0.1:
12473+
which-boxed-primitive@^1.0.1, which-boxed-primitive@^1.0.2:
1241512474
version "1.0.2"
1241612475
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"
1241712476
integrity sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==

0 commit comments

Comments
 (0)