Skip to content

Commit 1dddece

Browse files
dependabot-preview[bot]phil-r
authored andcommitted
Bump eslint-plugin-react from 7.20.3 to 7.21.4
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.20.3 to 7.21.4. - [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases) - [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.20.3...v7.21.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 435b4a7 commit 1dddece

File tree

1 file changed

+55
-10
lines changed

1 file changed

+55
-10
lines changed

yarn.lock

Lines changed: 55 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,24 @@ es-abstract@^1.17.0, es-abstract@^1.17.0-next.1, es-abstract@^1.17.5:
397397
string.prototype.trimend "^1.0.1"
398398
string.prototype.trimstart "^1.0.1"
399399

400+
es-abstract@^1.18.0-next.0:
401+
version "1.18.0-next.1"
402+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.0-next.1.tgz#6e3a0a4bda717e5023ab3b8e90bec36108d22c68"
403+
integrity sha512-I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA==
404+
dependencies:
405+
es-to-primitive "^1.2.1"
406+
function-bind "^1.1.1"
407+
has "^1.0.3"
408+
has-symbols "^1.0.1"
409+
is-callable "^1.2.2"
410+
is-negative-zero "^2.0.0"
411+
is-regex "^1.1.1"
412+
object-inspect "^1.8.0"
413+
object-keys "^1.1.1"
414+
object.assign "^4.1.1"
415+
string.prototype.trimend "^1.0.1"
416+
string.prototype.trimstart "^1.0.1"
417+
400418
es-to-primitive@^1.2.1:
401419
version "1.2.1"
402420
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -426,15 +444,15 @@ eslint-plugin-prettier@^3.0.0:
426444
prettier-linter-helpers "^1.0.0"
427445

428446
eslint-plugin-react@^7.7.0:
429-
version "7.20.3"
430-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.20.3.tgz#0590525e7eb83890ce71f73c2cf836284ad8c2f1"
431-
integrity sha512-txbo090buDeyV0ugF3YMWrzLIUqpYTsWSDZV9xLSmExE1P/Kmgg9++PD931r+KEWS66O1c9R4srLVVHmeHpoAg==
447+
version "7.21.4"
448+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.21.4.tgz#31060b2e5ff82b12e24a3cc33edb7d12f904775c"
449+
integrity sha512-uHeQ8A0hg0ltNDXFu3qSfFqTNPXm1XithH6/SY318UX76CMj7Q599qWpgmMhVQyvhq36pm7qvoN3pb6/3jsTFg==
432450
dependencies:
433451
array-includes "^3.1.1"
434452
array.prototype.flatmap "^1.2.3"
435453
doctrine "^2.1.0"
436454
has "^1.0.3"
437-
jsx-ast-utils "^2.4.1"
455+
jsx-ast-utils "^2.4.1 || ^3.0.0"
438456
object.entries "^1.1.2"
439457
object.fromentries "^2.0.2"
440458
object.values "^1.1.1"
@@ -844,6 +862,11 @@ is-callable@^1.2.0:
844862
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.0.tgz#83336560b54a38e35e3a2df7afd0454d691468bb"
845863
integrity sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==
846864

865+
is-callable@^1.2.2:
866+
version "1.2.2"
867+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.2.tgz#c7c6715cd22d4ddb48d3e19970223aceabb080d9"
868+
integrity sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==
869+
847870
is-date-object@^1.0.1:
848871
version "1.0.1"
849872
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16"
@@ -876,6 +899,11 @@ is-glob@^4.0.0, is-glob@^4.0.1:
876899
dependencies:
877900
is-extglob "^2.1.1"
878901

902+
is-negative-zero@^2.0.0:
903+
version "2.0.0"
904+
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.0.tgz#9553b121b0fac28869da9ed459e20c7543788461"
905+
integrity sha1-lVOxIbD6wohp2p7UWeIMdUN4hGE=
906+
879907
is-promise@^2.1.0:
880908
version "2.1.0"
881909
resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa"
@@ -888,6 +916,13 @@ is-regex@^1.1.0:
888916
dependencies:
889917
has-symbols "^1.0.1"
890918

919+
is-regex@^1.1.1:
920+
version "1.1.1"
921+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.1.tgz#c6f98aacc546f6cec5468a07b7b153ab564a57b9"
922+
integrity sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==
923+
dependencies:
924+
has-symbols "^1.0.1"
925+
891926
is-stream@^1.1.0:
892927
version "1.1.0"
893928
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
@@ -948,13 +983,13 @@ json-stable-stringify-without-jsonify@^1.0.1:
948983
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
949984
integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=
950985

951-
jsx-ast-utils@^2.4.1:
952-
version "2.4.1"
953-
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.4.1.tgz#1114a4c1209481db06c690c2b4f488cc665f657e"
954-
integrity sha512-z1xSldJ6imESSzOjd3NNkieVJKRlKYSOtMG8SFyCj2FIrvSaSuli/WjpBkEzCBoR9bYYYFgqJw61Xhu7Lcgk+w==
986+
"jsx-ast-utils@^2.4.1 || ^3.0.0":
987+
version "3.1.0"
988+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.1.0.tgz#642f1d7b88aa6d7eb9d8f2210e166478444fa891"
989+
integrity sha512-d4/UOjg+mxAWxCiF0c5UTSwyqbchkbqCvK87aBovhnh8GtysTjWmgC63tY0cJx/HzGgm9qnA147jVBdpOiQ2RA==
955990
dependencies:
956991
array-includes "^3.1.1"
957-
object.assign "^4.1.0"
992+
object.assign "^4.1.1"
958993

959994
levn@^0.3.0, levn@~0.3.0:
960995
version "0.3.0"
@@ -1087,7 +1122,7 @@ object-assign@^4.1.1:
10871122
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
10881123
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
10891124

1090-
object-inspect@^1.7.0:
1125+
object-inspect@^1.7.0, object-inspect@^1.8.0:
10911126
version "1.8.0"
10921127
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz#df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0"
10931128
integrity sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==
@@ -1107,6 +1142,16 @@ object.assign@^4.1.0:
11071142
has-symbols "^1.0.0"
11081143
object-keys "^1.0.11"
11091144

1145+
object.assign@^4.1.1:
1146+
version "4.1.1"
1147+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.1.tgz#303867a666cdd41936ecdedfb1f8f3e32a478cdd"
1148+
integrity sha512-VT/cxmx5yaoHSOTSyrCygIDFco+RsibY2NM0a4RdEeY/4KgqezwFtK1yr3U67xYhqJSlASm2pKhLVzPj2lr4bA==
1149+
dependencies:
1150+
define-properties "^1.1.3"
1151+
es-abstract "^1.18.0-next.0"
1152+
has-symbols "^1.0.1"
1153+
object-keys "^1.1.1"
1154+
11101155
object.entries@^1.1.2:
11111156
version "1.1.2"
11121157
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.2.tgz#bc73f00acb6b6bb16c203434b10f9a7e797d3add"

0 commit comments

Comments
 (0)