Skip to content

Commit aeddf48

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency eslint-plugin-react to v7.21.4
1 parent 54c4153 commit aeddf48

File tree

2 files changed

+63
-13
lines changed

2 files changed

+63
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"eslint-import-resolver-webpack": "0.13.0",
4848
"eslint-plugin-import": "2.22.1",
4949
"eslint-plugin-prettier": "3.1.4",
50-
"eslint-plugin-react": "7.21.3",
50+
"eslint-plugin-react": "7.21.4",
5151
"prettier": "2.1.2"
5252
},
5353
"browserslist": {

yarn.lock

Lines changed: 62 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4131,6 +4131,24 @@ es-abstract@^1.17.0, es-abstract@^1.17.0-next.1, es-abstract@^1.17.2, es-abstrac
41314131
string.prototype.trimleft "^2.1.1"
41324132
string.prototype.trimright "^2.1.1"
41334133

4134+
es-abstract@^1.18.0-next.0:
4135+
version "1.18.0-next.1"
4136+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.0-next.1.tgz#6e3a0a4bda717e5023ab3b8e90bec36108d22c68"
4137+
integrity sha512-I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA==
4138+
dependencies:
4139+
es-to-primitive "^1.2.1"
4140+
function-bind "^1.1.1"
4141+
has "^1.0.3"
4142+
has-symbols "^1.0.1"
4143+
is-callable "^1.2.2"
4144+
is-negative-zero "^2.0.0"
4145+
is-regex "^1.1.1"
4146+
object-inspect "^1.8.0"
4147+
object-keys "^1.1.1"
4148+
object.assign "^4.1.1"
4149+
string.prototype.trimend "^1.0.1"
4150+
string.prototype.trimstart "^1.0.1"
4151+
41344152
es-to-primitive@^1.2.1:
41354153
version "1.2.1"
41364154
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -4352,16 +4370,16 @@ [email protected]:
43524370
string.prototype.matchall "^4.0.2"
43534371
xregexp "^4.3.0"
43544372

4355-
4356-
version "7.21.3"
4357-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.21.3.tgz#71655d2af5155b19285ec929dd2cdc67a4470b52"
4358-
integrity sha512-OI4GwTCqyIb4ipaOEGLWdaOHCXZZydStAsBEPB2e1ZfNM37bojpgO1BoOQbFb0eLVz3QLDx7b+6kYcrxCuJfhw==
4373+
4374+
version "7.21.4"
4375+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.21.4.tgz#31060b2e5ff82b12e24a3cc33edb7d12f904775c"
4376+
integrity sha512-uHeQ8A0hg0ltNDXFu3qSfFqTNPXm1XithH6/SY318UX76CMj7Q599qWpgmMhVQyvhq36pm7qvoN3pb6/3jsTFg==
43594377
dependencies:
43604378
array-includes "^3.1.1"
43614379
array.prototype.flatmap "^1.2.3"
43624380
doctrine "^2.1.0"
43634381
has "^1.0.3"
4364-
jsx-ast-utils "^2.4.1"
4382+
jsx-ast-utils "^2.4.1 || ^3.0.0"
43654383
object.entries "^1.1.2"
43664384
object.fromentries "^2.0.2"
43674385
object.values "^1.1.1"
@@ -5744,6 +5762,11 @@ is-callable@^1.1.4, is-callable@^1.1.5:
57445762
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
57455763
integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==
57465764

5765+
is-callable@^1.2.2:
5766+
version "1.2.2"
5767+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.2.tgz#c7c6715cd22d4ddb48d3e19970223aceabb080d9"
5768+
integrity sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==
5769+
57475770
is-ci@^2.0.0:
57485771
version "2.0.0"
57495772
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
@@ -5856,6 +5879,11 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
58565879
dependencies:
58575880
is-extglob "^2.1.1"
58585881

5882+
is-negative-zero@^2.0.0:
5883+
version "2.0.0"
5884+
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.0.tgz#9553b121b0fac28869da9ed459e20c7543788461"
5885+
integrity sha1-lVOxIbD6wohp2p7UWeIMdUN4hGE=
5886+
58595887
is-number@^3.0.0:
58605888
version "3.0.0"
58615889
resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195"
@@ -5921,6 +5949,13 @@ is-regex@^1.0.4, is-regex@^1.0.5:
59215949
dependencies:
59225950
has "^1.0.3"
59235951

5952+
is-regex@^1.1.1:
5953+
version "1.1.1"
5954+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.1.tgz#c6f98aacc546f6cec5468a07b7b153ab564a57b9"
5955+
integrity sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==
5956+
dependencies:
5957+
has-symbols "^1.0.1"
5958+
59245959
is-regexp@^1.0.0:
59255960
version "1.0.0"
59265961
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
@@ -6637,13 +6672,13 @@ jsx-ast-utils@^2.2.1, jsx-ast-utils@^2.2.3:
66376672
array-includes "^3.0.3"
66386673
object.assign "^4.1.0"
66396674

6640-
jsx-ast-utils@^2.4.1:
6641-
version "2.4.1"
6642-
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.4.1.tgz#1114a4c1209481db06c690c2b4f488cc665f657e"
6643-
integrity sha512-z1xSldJ6imESSzOjd3NNkieVJKRlKYSOtMG8SFyCj2FIrvSaSuli/WjpBkEzCBoR9bYYYFgqJw61Xhu7Lcgk+w==
6675+
"jsx-ast-utils@^2.4.1 || ^3.0.0":
6676+
version "3.0.0"
6677+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.0.0.tgz#0f49d5093bafa4b45d3fe02147d8b40ffc6c7438"
6678+
integrity sha512-sPuicm6EPKYI/UnWpOatvg4pI50qaBo4dSOMGUPutmJ26ttedFKXr0It0XXPk4HKnQ/1X0st4eSS2w2jhFk9Ow==
66446679
dependencies:
66456680
array-includes "^3.1.1"
6646-
object.assign "^4.1.0"
6681+
object.assign "^4.1.1"
66476682

66486683
killable@^1.0.1:
66496684
version "1.0.1"
@@ -7408,6 +7443,11 @@ object-inspect@^1.7.0:
74087443
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
74097444
integrity sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==
74107445

7446+
object-inspect@^1.8.0:
7447+
version "1.8.0"
7448+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz#df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0"
7449+
integrity sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==
7450+
74117451
object-is@^1.0.1:
74127452
version "1.1.2"
74137453
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.2.tgz#c5d2e87ff9e119f78b7a088441519e2eec1573b6"
@@ -7443,6 +7483,16 @@ object.assign@^4.1.0:
74437483
has-symbols "^1.0.0"
74447484
object-keys "^1.0.11"
74457485

7486+
object.assign@^4.1.1:
7487+
version "4.1.1"
7488+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.1.tgz#303867a666cdd41936ecdedfb1f8f3e32a478cdd"
7489+
integrity sha512-VT/cxmx5yaoHSOTSyrCygIDFco+RsibY2NM0a4RdEeY/4KgqezwFtK1yr3U67xYhqJSlASm2pKhLVzPj2lr4bA==
7490+
dependencies:
7491+
define-properties "^1.1.3"
7492+
es-abstract "^1.18.0-next.0"
7493+
has-symbols "^1.0.1"
7494+
object-keys "^1.1.1"
7495+
74467496
object.entries@^1.1.0, object.entries@^1.1.1:
74477497
version "1.1.1"
74487498
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.1.tgz#ee1cf04153de02bb093fec33683900f57ce5399b"
@@ -10108,7 +10158,7 @@ string.prototype.matchall@^4.0.2:
1010810158
regexp.prototype.flags "^1.3.0"
1010910159
side-channel "^1.0.2"
1011010160

10111-
string.prototype.trimend@^1.0.0:
10161+
string.prototype.trimend@^1.0.0, string.prototype.trimend@^1.0.1:
1011210162
version "1.0.1"
1011310163
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz#85812a6b847ac002270f5808146064c995fb6913"
1011410164
integrity sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==
@@ -10134,7 +10184,7 @@ string.prototype.trimright@^2.1.1:
1013410184
es-abstract "^1.17.5"
1013510185
string.prototype.trimend "^1.0.0"
1013610186

10137-
string.prototype.trimstart@^1.0.0:
10187+
string.prototype.trimstart@^1.0.0, string.prototype.trimstart@^1.0.1:
1013810188
version "1.0.1"
1013910189
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz#14af6d9f34b053f7cfc89b72f8f2ee14b9039a54"
1014010190
integrity sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==

0 commit comments

Comments
 (0)