Skip to content

Commit a864e7e

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

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
@@ -37,7 +37,7 @@
3737
"css-loader": "3.6.0",
3838
"eslint": "5.16.0",
3939
"eslint-loader": "2.2.1",
40-
"eslint-plugin-react": "7.23.2",
40+
"eslint-plugin-react": "7.24.0",
4141
"jest": "24.9.0",
4242
"jest-cli": "24.9.0",
4343
"node-fetch": "2.6.1",

yarn.lock

Lines changed: 77 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5644,6 +5644,28 @@ es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2:
56445644
string.prototype.trimstart "^1.0.4"
56455645
unbox-primitive "^1.0.0"
56465646

5647+
es-abstract@^1.18.2:
5648+
version "1.18.3"
5649+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.3.tgz#25c4c3380a27aa203c44b2b685bba94da31b63e0"
5650+
integrity sha512-nQIr12dxV7SSxE6r6f1l3DtAeEYdsGpps13dR0TwJg1S8gyp4ZPgy3FZcHBgbiQqnoqSTb+oC+kO4UQ0C/J8vw==
5651+
dependencies:
5652+
call-bind "^1.0.2"
5653+
es-to-primitive "^1.2.1"
5654+
function-bind "^1.1.1"
5655+
get-intrinsic "^1.1.1"
5656+
has "^1.0.3"
5657+
has-symbols "^1.0.2"
5658+
is-callable "^1.2.3"
5659+
is-negative-zero "^2.0.1"
5660+
is-regex "^1.1.3"
5661+
is-string "^1.0.6"
5662+
object-inspect "^1.10.3"
5663+
object-keys "^1.1.1"
5664+
object.assign "^4.1.2"
5665+
string.prototype.trimend "^1.0.4"
5666+
string.prototype.trimstart "^1.0.4"
5667+
unbox-primitive "^1.0.1"
5668+
56475669
es-abstract@^1.5.1:
56485670
version "1.12.0"
56495671
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
@@ -5723,23 +5745,23 @@ [email protected]:
57235745
object-hash "^1.1.4"
57245746
rimraf "^2.6.1"
57255747

5726-
eslint-plugin-react@7.23.2:
5727-
version "7.23.2"
5728-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.23.2.tgz#2d2291b0f95c03728b55869f01102290e792d494"
5729-
integrity sha512-AfjgFQB+nYszudkxRkTFu0UR1zEQig0ArVMPloKhxwlwkzaw/fBiH0QWcBBhZONlXqQC51+nfqFrkn4EzHcGBw==
5748+
eslint-plugin-react@7.24.0:
5749+
version "7.24.0"
5750+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.24.0.tgz#eadedfa351a6f36b490aa17f4fa9b14e842b9eb4"
5751+
integrity sha512-KJJIx2SYx7PBx3ONe/mEeMz4YE0Lcr7feJTCMyyKb/341NcjuAgim3Acgan89GfPv7nxXK2+0slu0CWXYM4x+Q==
57305752
dependencies:
57315753
array-includes "^3.1.3"
57325754
array.prototype.flatmap "^1.2.4"
57335755
doctrine "^2.1.0"
57345756
has "^1.0.3"
57355757
jsx-ast-utils "^2.4.1 || ^3.0.0"
57365758
minimatch "^3.0.4"
5737-
object.entries "^1.1.3"
5759+
object.entries "^1.1.4"
57385760
object.fromentries "^2.0.4"
5739-
object.values "^1.1.3"
5761+
object.values "^1.1.4"
57405762
prop-types "^15.7.2"
57415763
resolve "^2.0.0-next.3"
5742-
string.prototype.matchall "^4.0.4"
5764+
string.prototype.matchall "^4.0.5"
57435765

57445766
eslint-scope@^4.0.3:
57455767
version "4.0.3"
@@ -6822,7 +6844,7 @@ has-ansi@^2.0.0:
68226844
dependencies:
68236845
ansi-regex "^2.0.0"
68246846

6825-
has-bigints@^1.0.0:
6847+
has-bigints@^1.0.0, has-bigints@^1.0.1:
68266848
version "1.0.1"
68276849
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113"
68286850
integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==
@@ -7673,6 +7695,14 @@ is-regex@^1.1.2:
76737695
call-bind "^1.0.2"
76747696
has-symbols "^1.0.1"
76757697

7698+
is-regex@^1.1.3:
7699+
version "1.1.3"
7700+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.3.tgz#d029f9aff6448b93ebbe3f33dac71511fdcbef9f"
7701+
integrity sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==
7702+
dependencies:
7703+
call-bind "^1.0.2"
7704+
has-symbols "^1.0.2"
7705+
76767706
is-retry-allowed@^1.0.0:
76777707
version "1.1.0"
76787708
resolved "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.1.0.tgz#11a060568b67339444033d0125a61a20d564fb34"
@@ -7693,6 +7723,11 @@ is-string@^1.0.5:
76937723
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
76947724
integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
76957725

7726+
is-string@^1.0.6:
7727+
version "1.0.6"
7728+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.6.tgz#3fe5d5992fb0d93404f32584d4b0179a71b54a5f"
7729+
integrity sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==
7730+
76967731
is-subset@^0.1.1:
76977732
version "0.1.1"
76987733
resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6"
@@ -9838,6 +9873,11 @@ object-hash@^1.1.4:
98389873
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.3.1.tgz#fde452098a951cb145f039bb7d455449ddc126df"
98399874
integrity sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA==
98409875

9876+
object-inspect@^1.10.3:
9877+
version "1.10.3"
9878+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.10.3.tgz#c2aa7d2d09f50c99375704f7a0adf24c5782d369"
9879+
integrity sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==
9880+
98419881
object-inspect@^1.7.0:
98429882
version "1.7.0"
98439883
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
@@ -9900,15 +9940,14 @@ object.assign@^4.1.2:
99009940
has-symbols "^1.0.1"
99019941
object-keys "^1.1.1"
99029942

9903-
object.entries@^1.1.3:
9904-
version "1.1.3"
9905-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.3.tgz#c601c7f168b62374541a07ddbd3e2d5e4f7711a6"
9906-
integrity sha512-ym7h7OZebNS96hn5IJeyUmaWhaSM4SVtAPPfNLQEI2MYWCO2egsITb9nab2+i/Pwibx+R0mtn+ltKJXRSeTMGg==
9943+
object.entries@^1.1.4:
9944+
version "1.1.4"
9945+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.4.tgz#43ccf9a50bc5fd5b649d45ab1a579f24e088cafd"
9946+
integrity sha512-h4LWKWE+wKQGhtMjZEBud7uLGhqyLwj8fpHOarZhD2uY3C9cRtk57VQ89ke3moByLXMedqs3XCHzyb4AmA2DjA==
99079947
dependencies:
9908-
call-bind "^1.0.0"
9948+
call-bind "^1.0.2"
99099949
define-properties "^1.1.3"
9910-
es-abstract "^1.18.0-next.1"
9911-
has "^1.0.3"
9950+
es-abstract "^1.18.2"
99129951

99139952
object.fromentries@^2.0.4:
99149953
version "2.0.4"
@@ -9935,15 +9974,14 @@ object.pick@^1.3.0:
99359974
dependencies:
99369975
isobject "^3.0.1"
99379976

9938-
object.values@^1.1.3:
9939-
version "1.1.3"
9940-
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.3.tgz#eaa8b1e17589f02f698db093f7c62ee1699742ee"
9941-
integrity sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw==
9977+
object.values@^1.1.4:
9978+
version "1.1.4"
9979+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.4.tgz#0d273762833e816b693a637d30073e7051535b30"
9980+
integrity sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==
99429981
dependencies:
99439982
call-bind "^1.0.2"
99449983
define-properties "^1.1.3"
9945-
es-abstract "^1.18.0-next.2"
9946-
has "^1.0.3"
9984+
es-abstract "^1.18.2"
99479985

99489986
obuf@^1.0.0, obuf@^1.1.2:
99499987
version "1.1.2"
@@ -12516,15 +12554,16 @@ string-width@^4.1.0, string-width@^4.2.0:
1251612554
is-fullwidth-code-point "^3.0.0"
1251712555
strip-ansi "^6.0.0"
1251812556

12519-
string.prototype.matchall@^4.0.4:
12520-
version "4.0.4"
12521-
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.4.tgz#608f255e93e072107f5de066f81a2dfb78cf6b29"
12522-
integrity sha512-pknFIWVachNcyqRfaQSeu/FUfpvJTe4uskUSZ9Wc1RijsPuzbZ8TyYT8WCNnntCjUEqQ3vUHMAfVj2+wLAisPQ==
12557+
string.prototype.matchall@^4.0.5:
12558+
version "4.0.5"
12559+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.5.tgz#59370644e1db7e4c0c045277690cf7b01203c4da"
12560+
integrity sha512-Z5ZaXO0svs0M2xd/6By3qpeKpLKd9mO4v4q3oMEQrk8Ck4xOD5d5XeBOOjGrmVZZ/AHB1S0CgG4N5r1G9N3E2Q==
1252312561
dependencies:
1252412562
call-bind "^1.0.2"
1252512563
define-properties "^1.1.3"
12526-
es-abstract "^1.18.0-next.2"
12527-
has-symbols "^1.0.1"
12564+
es-abstract "^1.18.2"
12565+
get-intrinsic "^1.1.1"
12566+
has-symbols "^1.0.2"
1252812567
internal-slot "^1.0.3"
1252912568
regexp.prototype.flags "^1.3.1"
1253012569
side-channel "^1.0.4"
@@ -13104,6 +13143,16 @@ unbox-primitive@^1.0.0:
1310413143
has-symbols "^1.0.0"
1310513144
which-boxed-primitive "^1.0.1"
1310613145

13146+
unbox-primitive@^1.0.1:
13147+
version "1.0.1"
13148+
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471"
13149+
integrity sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==
13150+
dependencies:
13151+
function-bind "^1.1.1"
13152+
has-bigints "^1.0.1"
13153+
has-symbols "^1.0.2"
13154+
which-boxed-primitive "^1.0.2"
13155+
1310713156
unicode-canonical-property-names-ecmascript@^1.0.4:
1310813157
version "1.0.4"
1310913158
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818"
@@ -13636,7 +13685,7 @@ whatwg-url@^7.0.0:
1363613685
tr46 "^1.0.1"
1363713686
webidl-conversions "^4.0.2"
1363813687

13639-
which-boxed-primitive@^1.0.1:
13688+
which-boxed-primitive@^1.0.1, which-boxed-primitive@^1.0.2:
1364013689
version "1.0.2"
1364113690
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"
1364213691
integrity sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==

0 commit comments

Comments
 (0)