Skip to content

Commit a1a2fe7

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency eslint-plugin-react to v7.20.1
1 parent ee15725 commit a1a2fe7

File tree

2 files changed

+73
-52
lines changed

2 files changed

+73
-52
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.22.0",
1111
"eslint-plugin-jsx-a11y": "5.1.1",
12-
"eslint-plugin-react": "7.20.0",
12+
"eslint-plugin-react": "7.20.1",
1313
"jwt-decode": "2.2.0",
1414
"prettier-eslint-cli": "4.7.1",
1515
"react-scripts": "2.1.8"

advanced/yarn.lock

Lines changed: 72 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -840,14 +840,6 @@
840840
"@babel/helper-plugin-utils" "^7.0.0"
841841
"@babel/plugin-transform-typescript" "^7.1.0"
842842

843-
"@babel/runtime-corejs3@^7.8.3":
844-
version "7.8.7"
845-
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.8.7.tgz#8209d9dff2f33aa2616cb319c83fe159ffb07b8c"
846-
integrity sha512-sc7A+H4I8kTd7S61dgB9RomXu/C+F4IrRr4Ytze4dnfx7AXEpCrejSNpjx7vq6y/Bak9S6Kbk65a/WgMLtg43Q==
847-
dependencies:
848-
core-js-pure "^3.0.0"
849-
regenerator-runtime "^0.13.4"
850-
851843
"@babel/runtime@7.3.1":
852844
version "7.3.1"
853845
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.3.1.tgz#574b03e8e8a9898eaf4a872a92ea20b7846f6f2a"
@@ -1780,6 +1772,15 @@ array.prototype.flat@^1.2.3:
17801772
define-properties "^1.1.3"
17811773
es-abstract "^1.17.0-next.1"
17821774

1775+
array.prototype.flatmap@^1.2.3:
1776+
version "1.2.3"
1777+
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.3.tgz#1c13f84a178566042dd63de4414440db9222e443"
1778+
integrity sha512-OOEk+lkePcg+ODXIpvuU9PAryCikCJyo7GlDG1upleEpQRx6mzL9puEBkozQ5iAx20KV0l3DbyQwqciJtqe5Pg==
1779+
dependencies:
1780+
define-properties "^1.1.3"
1781+
es-abstract "^1.17.0-next.1"
1782+
function-bind "^1.1.1"
1783+
17831784
arrify@^1.0.0, arrify@^1.0.1:
17841785
version "1.0.1"
17851786
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -3138,11 +3139,6 @@ core-js-pure@3.0.1:
31383139
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.0.1.tgz#37358fb0d024e6b86d443d794f4e37e949098cbe"
31393140
integrity sha512-mSxeQ6IghKW3MoyF4cz19GJ1cMm7761ON+WObSyLfTu/Jn3x7w4NwNFnrZxgl4MTSvYYepVLNuRtlB4loMwJ5g==
31403141

3141-
core-js-pure@^3.0.0:
3142-
version "3.6.4"
3143-
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.6.4.tgz#4bf1ba866e25814f149d4e9aaa08c36173506e3a"
3144-
integrity sha512-epIhRLkXdgv32xIUFaaAry2wdxZYBi6bgM7cB136dzzXXa+dFyRLTZeLUJxnd8ShrmyVXBub63n2NHo2JAt8Cw==
3145-
31463142
core-js@2.6.4:
31473143
version "2.6.4"
31483144
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.4.tgz#b8897c062c4d769dd30a0ac5c73976c47f92ea0d"
@@ -4031,6 +4027,23 @@ es-abstract@^1.17.0, es-abstract@^1.17.0-next.1:
40314027
string.prototype.trimleft "^2.1.1"
40324028
string.prototype.trimright "^2.1.1"
40334029

4030+
es-abstract@^1.17.5:
4031+
version "1.17.6"
4032+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.6.tgz#9142071707857b2cacc7b89ecb670316c3e2d52a"
4033+
integrity sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw==
4034+
dependencies:
4035+
es-to-primitive "^1.2.1"
4036+
function-bind "^1.1.1"
4037+
has "^1.0.3"
4038+
has-symbols "^1.0.1"
4039+
is-callable "^1.2.0"
4040+
is-regex "^1.1.0"
4041+
object-inspect "^1.7.0"
4042+
object-keys "^1.1.1"
4043+
object.assign "^4.1.0"
4044+
string.prototype.trimend "^1.0.1"
4045+
string.prototype.trimstart "^1.0.1"
4046+
40344047
es-abstract@^1.7.0:
40354048
version "1.10.0"
40364049
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.10.0.tgz#1ecb36c197842a00d8ee4c2dfd8646bb97d60864"
@@ -4255,22 +4268,22 @@ eslint-plugin-react@7.12.4:
42554268
prop-types "^15.6.2"
42564269
resolve "^1.9.0"
42574270

4258-
eslint-plugin-react@7.20.0:
4259-
version "7.20.0"
4260-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.20.0.tgz#f98712f0a5e57dfd3e5542ef0604b8739cd47be3"
4261-
integrity sha512-rqe1abd0vxMjmbPngo4NaYxTcR3Y4Hrmc/jg4T+sYz63yqlmJRknpEQfmWY+eDWPuMmix6iUIK+mv0zExjeLgA==
4271+
eslint-plugin-react@7.20.1:
4272+
version "7.20.1"
4273+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.20.1.tgz#87fcf8d0de225817ba0b2d8f38740733d61ff4ba"
4274+
integrity sha512-HitovDhscMmu3uOod3aqZRdKURdXgmlkptEue958gJBmIJO9hvgO4uZyqsJ4+22WqJVP3CsTKfqWSuTlJL6b8w==
42624275
dependencies:
42634276
array-includes "^3.1.1"
4277+
array.prototype.flatmap "^1.2.3"
42644278
doctrine "^2.1.0"
42654279
has "^1.0.3"
4266-
jsx-ast-utils "^2.2.3"
4267-
object.entries "^1.1.1"
4280+
jsx-ast-utils "^2.4.1"
4281+
object.entries "^1.1.2"
42684282
object.fromentries "^2.0.2"
42694283
object.values "^1.1.1"
42704284
prop-types "^15.7.2"
4271-
resolve "^1.15.1"
4285+
resolve "^1.17.0"
42724286
string.prototype.matchall "^4.0.2"
4273-
xregexp "^4.3.0"
42744287

42754288
eslint-scope@3.7.1, eslint-scope@^3.7.1:
42764289
version "3.7.1"
@@ -6126,6 +6139,11 @@ is-callable@^1.1.5:
61266139
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
61276140
integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==
61286141

6142+
is-callable@^1.2.0:
6143+
version "1.2.0"
6144+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.0.tgz#83336560b54a38e35e3a2df7afd0454d691468bb"
6145+
integrity sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==
6146+
61296147
is-ci@^1.0.10:
61306148
version "1.1.0"
61316149
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.1.0.tgz#247e4162e7860cebbdaf30b774d6b0ac7dcfe7a5"
@@ -6345,6 +6363,13 @@ is-regex@^1.0.5:
63456363
dependencies:
63466364
has "^1.0.3"
63476365

6366+
is-regex@^1.1.0:
6367+
version "1.1.0"
6368+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.0.tgz#ece38e389e490df0dc21caea2bd596f987f767ff"
6369+
integrity sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==
6370+
dependencies:
6371+
has-symbols "^1.0.1"
6372+
63486373
is-regexp@^1.0.0:
63496374
version "1.0.0"
63506375
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
@@ -7062,12 +7087,12 @@ jsx-ast-utils@^2.0.1:
70627087
dependencies:
70637088
array-includes "^3.0.3"
70647089

7065-
jsx-ast-utils@^2.2.3:
7066-
version "2.2.3"
7067-
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.3.tgz#8a9364e402448a3ce7f14d357738310d9248054f"
7068-
integrity sha512-EdIHFMm+1BPynpKOpdPqiOsvnIrInRGJD7bzPZdPkjitQEqpdpUuFpq4T0npZFKTiB3RhWFdGN+oqOJIdhDhQA==
7090+
jsx-ast-utils@^2.4.1:
7091+
version "2.4.1"
7092+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.4.1.tgz#1114a4c1209481db06c690c2b4f488cc665f657e"
7093+
integrity sha512-z1xSldJ6imESSzOjd3NNkieVJKRlKYSOtMG8SFyCj2FIrvSaSuli/WjpBkEzCBoR9bYYYFgqJw61Xhu7Lcgk+w==
70697094
dependencies:
7070-
array-includes "^3.0.3"
7095+
array-includes "^3.1.1"
70717096
object.assign "^4.1.0"
70727097

70737098
jwt-decode@2.2.0:
@@ -8082,14 +8107,13 @@ object.assign@^4.1.0:
80828107
has-symbols "^1.0.0"
80838108
object-keys "^1.0.11"
80848109

8085-
object.entries@^1.1.1:
8086-
version "1.1.1"
8087-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.1.tgz#ee1cf04153de02bb093fec33683900f57ce5399b"
8088-
integrity sha512-ilqR7BgdyZetJutmDPfXCDffGa0/Yzl2ivVNpbx/g4UeWrCdRnFDUBrKJGLhGieRHDATnyZXWBeCb29k9CJysQ==
8110+
object.entries@^1.1.2:
8111+
version "1.1.2"
8112+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.2.tgz#bc73f00acb6b6bb16c203434b10f9a7e797d3add"
8113+
integrity sha512-BQdB9qKmb/HyNdMNWVr7O3+z5MUIx3aiegEIJqjMBbBf0YT9RRxTJSim4mzFqtyr7PDAHigq0N9dO0m0tRakQA==
80898114
dependencies:
80908115
define-properties "^1.1.3"
8091-
es-abstract "^1.17.0-next.1"
8092-
function-bind "^1.1.1"
8116+
es-abstract "^1.17.5"
80938117
has "^1.0.3"
80948118

80958119
object.fromentries@^2.0.0:
@@ -9946,11 +9970,6 @@ regenerator-runtime@^0.12.0:
99469970
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz#fa1a71544764c036f8c49b13a08b2594c9f8a0de"
99479971
integrity sha512-odxIc1/vDlo4iZcfXqRYFj0vpXFNoGdKMAUieAlFYO6m/nl5e9KR/beGf41z4a1FI+aQgtjhuaSlDxQ0hmkrHg==
99489972

9949-
regenerator-runtime@^0.13.4:
9950-
version "0.13.4"
9951-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.4.tgz#e96bf612a3362d12bb69f7e8f74ffeab25c7ac91"
9952-
integrity sha512-plpwicqEzfEyTQohIKktWigcLzmNStMGwbOUbykx51/29Z3JOGYldaaNGK7ngNXV+UcoqvIMmloZ48Sr74sd+g==
9953-
99549973
regenerator-transform@^0.13.4:
99559974
version "0.13.4"
99569975
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.13.4.tgz#18f6763cf1382c69c36df76c6ce122cc694284fb"
@@ -10252,13 +10271,6 @@ resolve@^1.13.1, resolve@^1.17.0:
1025210271
dependencies:
1025310272
path-parse "^1.0.6"
1025410273

10255-
resolve@^1.15.1:
10256-
version "1.15.1"
10257-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.15.1.tgz#27bdcdeffeaf2d6244b95bb0f9f4b4653451f3e8"
10258-
integrity sha512-84oo6ZTtoTUpjgNEr5SJyzQhzL72gaRodsSfyxC/AXRvwu0Yse9H8eF9IpGo7b8YetZhlI6v7ZQ6bKBFV/6S7w==
10259-
dependencies:
10260-
path-parse "^1.0.6"
10261-
1026210274
resolve@^1.3.2, resolve@^1.5.0:
1026310275
version "1.5.0"
1026410276
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.5.0.tgz#1f09acce796c9a762579f31b2c1cc4c3cddf9f36"
@@ -10979,6 +10991,14 @@ string.prototype.matchall@^4.0.2:
1097910991
regexp.prototype.flags "^1.3.0"
1098010992
side-channel "^1.0.2"
1098110993

10994+
string.prototype.trimend@^1.0.1:
10995+
version "1.0.1"
10996+
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz#85812a6b847ac002270f5808146064c995fb6913"
10997+
integrity sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==
10998+
dependencies:
10999+
define-properties "^1.1.3"
11000+
es-abstract "^1.17.5"
11001+
1098211002
string.prototype.trimleft@^2.1.1:
1098311003
version "2.1.1"
1098411004
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74"
@@ -10995,6 +11015,14 @@ string.prototype.trimright@^2.1.1:
1099511015
define-properties "^1.1.3"
1099611016
function-bind "^1.1.1"
1099711017

11018+
string.prototype.trimstart@^1.0.1:
11019+
version "1.0.1"
11020+
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz#14af6d9f34b053f7cfc89b72f8f2ee14b9039a54"
11021+
integrity sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==
11022+
dependencies:
11023+
define-properties "^1.1.3"
11024+
es-abstract "^1.17.5"
11025+
1099811026
string_decoder@^1.0.0, string_decoder@~1.0.3:
1099911027
version "1.0.3"
1100011028
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.0.3.tgz#0fc67d7c141825de94282dd536bec6b9bce860ab"
@@ -12342,13 +12370,6 @@ xregexp@4.0.0:
1234212370
resolved "https://registry.yarnpkg.com/xregexp/-/xregexp-4.0.0.tgz#e698189de49dd2a18cc5687b05e17c8e43943020"
1234312371
integrity sha512-PHyM+sQouu7xspQQwELlGwwd05mXUFqwFYfqPO0cC7x4fxyHnnuetmQr6CjJiafIDoH4MogHb9dOoJzR/Y4rFg==
1234412372

12345-
xregexp@^4.3.0:
12346-
version "4.3.0"
12347-
resolved "https://registry.yarnpkg.com/xregexp/-/xregexp-4.3.0.tgz#7e92e73d9174a99a59743f67a4ce879a04b5ae50"
12348-
integrity sha512-7jXDIFXh5yJ/orPn4SXjuVrWWoi4Cr8jfV1eHv9CixKSbU+jY4mxfrBwAuDvupPNKpMUY+FeIqsVw/JLT9+B8g==
12349-
dependencies:
12350-
"@babel/runtime-corejs3" "^7.8.3"
12351-
1235212373
xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1:
1235312374
version "4.0.1"
1235412375
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af"

0 commit comments

Comments
 (0)