Skip to content

Commit 40ccf15

Browse files
authored
Merge pull request #191 from hudovisk/dependabot/npm_and_yarn/eslint-plugin-react-7.21.4
build(deps-dev): bump eslint-plugin-react from 7.21.3 to 7.21.4
2 parents b3460b4 + e0b7e74 commit 40ccf15

File tree

2 files changed

+57
-12
lines changed

2 files changed

+57
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eslint": "^7.11.0",
4343
"eslint-config-prettier": "^6.12.0",
4444
"eslint-plugin-prettier": "^3.1.4",
45-
"eslint-plugin-react": "^7.21.3",
45+
"eslint-plugin-react": "^7.21.4",
4646
"husky": "^4.3.0",
4747
"karma": "^5.2.3",
4848
"karma-chrome-launcher": "^3.1.0",

yarn.lock

Lines changed: 56 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3674,6 +3674,24 @@ es-abstract@^1.17.0-next.1, es-abstract@^1.17.5:
36743674
string.prototype.trimend "^1.0.1"
36753675
string.prototype.trimstart "^1.0.1"
36763676

3677+
es-abstract@^1.18.0-next.0:
3678+
version "1.18.0-next.1"
3679+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.0-next.1.tgz#6e3a0a4bda717e5023ab3b8e90bec36108d22c68"
3680+
integrity sha512-I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA==
3681+
dependencies:
3682+
es-to-primitive "^1.2.1"
3683+
function-bind "^1.1.1"
3684+
has "^1.0.3"
3685+
has-symbols "^1.0.1"
3686+
is-callable "^1.2.2"
3687+
is-negative-zero "^2.0.0"
3688+
is-regex "^1.1.1"
3689+
object-inspect "^1.8.0"
3690+
object-keys "^1.1.1"
3691+
object.assign "^4.1.1"
3692+
string.prototype.trimend "^1.0.1"
3693+
string.prototype.trimstart "^1.0.1"
3694+
36773695
es-array-method-boxes-properly@^1.0.0:
36783696
version "1.0.0"
36793697
resolved "https://registry.yarnpkg.com/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz#873f3e84418de4ee19c5be752990b2e44718d09e"
@@ -3742,16 +3760,16 @@ eslint-plugin-prettier@^3.1.4:
37423760
dependencies:
37433761
prettier-linter-helpers "^1.0.0"
37443762

3745-
eslint-plugin-react@^7.21.3:
3746-
version "7.21.3"
3747-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.21.3.tgz#71655d2af5155b19285ec929dd2cdc67a4470b52"
3748-
integrity sha512-OI4GwTCqyIb4ipaOEGLWdaOHCXZZydStAsBEPB2e1ZfNM37bojpgO1BoOQbFb0eLVz3QLDx7b+6kYcrxCuJfhw==
3763+
eslint-plugin-react@^7.21.4:
3764+
version "7.21.4"
3765+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.21.4.tgz#31060b2e5ff82b12e24a3cc33edb7d12f904775c"
3766+
integrity sha512-uHeQ8A0hg0ltNDXFu3qSfFqTNPXm1XithH6/SY318UX76CMj7Q599qWpgmMhVQyvhq36pm7qvoN3pb6/3jsTFg==
37493767
dependencies:
37503768
array-includes "^3.1.1"
37513769
array.prototype.flatmap "^1.2.3"
37523770
doctrine "^2.1.0"
37533771
has "^1.0.3"
3754-
jsx-ast-utils "^2.4.1"
3772+
jsx-ast-utils "^2.4.1 || ^3.0.0"
37553773
object.entries "^1.1.2"
37563774
object.fromentries "^2.0.2"
37573775
object.values "^1.1.1"
@@ -5121,6 +5139,11 @@ is-callable@^1.1.5:
51215139
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
51225140
integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==
51235141

5142+
is-callable@^1.2.2:
5143+
version "1.2.2"
5144+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.2.tgz#c7c6715cd22d4ddb48d3e19970223aceabb080d9"
5145+
integrity sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==
5146+
51245147
is-ci@^1.0.10:
51255148
version "1.2.1"
51265149
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.2.1.tgz#e3779c8ee17fccf428488f6e281187f2e632841c"
@@ -5233,6 +5256,11 @@ is-map@^2.0.1:
52335256
resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.1.tgz#520dafc4307bb8ebc33b813de5ce7c9400d644a1"
52345257
integrity sha512-T/S49scO8plUiAOA2DBTBG3JHpn1yiw0kRp6dgiZ0v2/6twi5eiB0rHtHFH9ZIrvlWc6+4O+m4zg5+Z833aXgw==
52355258

5259+
is-negative-zero@^2.0.0:
5260+
version "2.0.0"
5261+
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.0.tgz#9553b121b0fac28869da9ed459e20c7543788461"
5262+
integrity sha1-lVOxIbD6wohp2p7UWeIMdUN4hGE=
5263+
52365264
is-npm@^1.0.0:
52375265
version "1.0.0"
52385266
resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-1.0.0.tgz#f2fb63a65e4905b406c86072765a1a4dc793b9f4"
@@ -5310,6 +5338,13 @@ is-regex@^1.1.0:
53105338
dependencies:
53115339
has-symbols "^1.0.1"
53125340

5341+
is-regex@^1.1.1:
5342+
version "1.1.1"
5343+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.1.tgz#c6f98aacc546f6cec5468a07b7b153ab564a57b9"
5344+
integrity sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==
5345+
dependencies:
5346+
has-symbols "^1.0.1"
5347+
53135348
is-retry-allowed@^1.0.0:
53145349
version "1.2.0"
53155350
resolved "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz#d778488bd0a4666a3be8a1482b9f2baafedea8b4"
@@ -5601,13 +5636,13 @@ jsprim@^1.2.2:
56015636
json-schema "0.2.3"
56025637
verror "1.10.0"
56035638

5604-
jsx-ast-utils@^2.4.1:
5605-
version "2.4.1"
5606-
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.4.1.tgz#1114a4c1209481db06c690c2b4f488cc665f657e"
5607-
integrity sha512-z1xSldJ6imESSzOjd3NNkieVJKRlKYSOtMG8SFyCj2FIrvSaSuli/WjpBkEzCBoR9bYYYFgqJw61Xhu7Lcgk+w==
5639+
"jsx-ast-utils@^2.4.1 || ^3.0.0":
5640+
version "3.0.0"
5641+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.0.0.tgz#0f49d5093bafa4b45d3fe02147d8b40ffc6c7438"
5642+
integrity sha512-sPuicm6EPKYI/UnWpOatvg4pI50qaBo4dSOMGUPutmJ26ttedFKXr0It0XXPk4HKnQ/1X0st4eSS2w2jhFk9Ow==
56085643
dependencies:
56095644
array-includes "^3.1.1"
5610-
object.assign "^4.1.0"
5645+
object.assign "^4.1.1"
56115646

56125647
just-extend@^4.0.2:
56135648
version "4.0.2"
@@ -7081,7 +7116,7 @@ object-copy@^0.1.0:
70817116
define-property "^0.2.5"
70827117
kind-of "^3.0.3"
70837118

7084-
object-inspect@^1.7.0:
7119+
object-inspect@^1.7.0, object-inspect@^1.8.0:
70857120
version "1.8.0"
70867121
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz#df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0"
70877122
integrity sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==
@@ -7116,6 +7151,16 @@ [email protected], object.assign@^4.1.0:
71167151
has-symbols "^1.0.0"
71177152
object-keys "^1.0.11"
71187153

7154+
object.assign@^4.1.1:
7155+
version "4.1.1"
7156+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.1.tgz#303867a666cdd41936ecdedfb1f8f3e32a478cdd"
7157+
integrity sha512-VT/cxmx5yaoHSOTSyrCygIDFco+RsibY2NM0a4RdEeY/4KgqezwFtK1yr3U67xYhqJSlASm2pKhLVzPj2lr4bA==
7158+
dependencies:
7159+
define-properties "^1.1.3"
7160+
es-abstract "^1.18.0-next.0"
7161+
has-symbols "^1.0.1"
7162+
object-keys "^1.1.1"
7163+
71197164
object.entries@^1.1.1, object.entries@^1.1.2:
71207165
version "1.1.2"
71217166
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.2.tgz#bc73f00acb6b6bb16c203434b10f9a7e797d3add"

0 commit comments

Comments
 (0)