Skip to content

Commit 1ae6e4b

Browse files
build(deps-dev): bump eslint-plugin-react from 7.18.3 to 7.20.5 (frontend-collective#759)
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.18.3 to 7.20.5. - [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.18.3...v7.20.5) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent e84382d commit 1ae6e4b

File tree

1 file changed

+71
-26
lines changed

1 file changed

+71
-26
lines changed

yarn.lock

+71-26
Original file line numberDiff line numberDiff line change
@@ -2836,13 +2836,13 @@ array.prototype.flat@^1.2.1:
28362836
es-abstract "^1.15.0"
28372837
function-bind "^1.1.1"
28382838

2839-
array.prototype.flatmap@^1.2.1:
2840-
version "1.2.2"
2841-
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.2.tgz#28d621d351c19a62b84331b01669395ef6cef4c4"
2842-
integrity sha512-ZZtPLE74KNE+0XcPv/vQmcivxN+8FhwOLvt2udHauO0aDEpsXDQrmd5HuJGpgPVyaV8HvkDPWnJ2iaem0oCKtA==
2839+
array.prototype.flatmap@^1.2.1, array.prototype.flatmap@^1.2.3:
2840+
version "1.2.3"
2841+
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.3.tgz#1c13f84a178566042dd63de4414440db9222e443"
2842+
integrity sha512-OOEk+lkePcg+ODXIpvuU9PAryCikCJyo7GlDG1upleEpQRx6mzL9puEBkozQ5iAx20KV0l3DbyQwqciJtqe5Pg==
28432843
dependencies:
28442844
define-properties "^1.1.3"
2845-
es-abstract "^1.15.0"
2845+
es-abstract "^1.17.0-next.1"
28462846
function-bind "^1.1.1"
28472847

28482848
arrify@^1.0.1:
@@ -5727,6 +5727,23 @@ es-abstract@^1.17.0, es-abstract@^1.17.0-next.1:
57275727
string.prototype.trimleft "^2.1.1"
57285728
string.prototype.trimright "^2.1.1"
57295729

5730+
es-abstract@^1.17.5:
5731+
version "1.17.6"
5732+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.6.tgz#9142071707857b2cacc7b89ecb670316c3e2d52a"
5733+
integrity sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw==
5734+
dependencies:
5735+
es-to-primitive "^1.2.1"
5736+
function-bind "^1.1.1"
5737+
has "^1.0.3"
5738+
has-symbols "^1.0.1"
5739+
is-callable "^1.2.0"
5740+
is-regex "^1.1.0"
5741+
object-inspect "^1.7.0"
5742+
object-keys "^1.1.1"
5743+
object.assign "^4.1.0"
5744+
string.prototype.trimend "^1.0.1"
5745+
string.prototype.trimstart "^1.0.1"
5746+
57305747
es-to-primitive@^1.2.0, es-to-primitive@^1.2.1:
57315748
version "1.2.1"
57325749
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -5867,19 +5884,20 @@ eslint-plugin-jsx-a11y@^6.2.3:
58675884
jsx-ast-utils "^2.2.1"
58685885

58695886
eslint-plugin-react@^7.16.0:
5870-
version "7.18.3"
5871-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.18.3.tgz#8be671b7f6be095098e79d27ac32f9580f599bc8"
5872-
integrity sha512-Bt56LNHAQCoou88s8ViKRjMB2+36XRejCQ1VoLj716KI1MoE99HpTVvIThJ0rvFmG4E4Gsq+UgToEjn+j044Bg==
5887+
version "7.20.5"
5888+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.20.5.tgz#29480f3071f64a04b2c3d99d9b460ce0f76fb857"
5889+
integrity sha512-ajbJfHuFnpVNJjhyrfq+pH1C0gLc2y94OiCbAXT5O0J0YCKaFEHDV8+3+mDOr+w8WguRX+vSs1bM2BDG0VLvCw==
58735890
dependencies:
58745891
array-includes "^3.1.1"
5892+
array.prototype.flatmap "^1.2.3"
58755893
doctrine "^2.1.0"
58765894
has "^1.0.3"
5877-
jsx-ast-utils "^2.2.3"
5878-
object.entries "^1.1.1"
5895+
jsx-ast-utils "^2.4.1"
5896+
object.entries "^1.1.2"
58795897
object.fromentries "^2.0.2"
58805898
object.values "^1.1.1"
58815899
prop-types "^15.7.2"
5882-
resolve "^1.14.2"
5900+
resolve "^1.17.0"
58835901
string.prototype.matchall "^4.0.2"
58845902

58855903
eslint-scope@^4.0.3:
@@ -7753,6 +7771,11 @@ is-callable@^1.1.5:
77537771
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
77547772
integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==
77557773

7774+
is-callable@^1.2.0:
7775+
version "1.2.0"
7776+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.0.tgz#83336560b54a38e35e3a2df7afd0454d691468bb"
7777+
integrity sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==
7778+
77567779
is-ci@^1.0.10:
77577780
version "1.2.1"
77587781
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.2.1.tgz#e3779c8ee17fccf428488f6e281187f2e632841c"
@@ -8012,6 +8035,13 @@ is-regex@^1.0.5:
80128035
dependencies:
80138036
has "^1.0.3"
80148037

8038+
is-regex@^1.1.0:
8039+
version "1.1.0"
8040+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.0.tgz#ece38e389e490df0dc21caea2bd596f987f767ff"
8041+
integrity sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==
8042+
dependencies:
8043+
has-symbols "^1.0.1"
8044+
80158045
is-resolvable@^1.0.0:
80168046
version "1.1.0"
80178047
resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88"
@@ -8783,12 +8813,12 @@ jsprim@^1.2.2:
87838813
json-schema "0.2.3"
87848814
verror "1.10.0"
87858815

8786-
jsx-ast-utils@^2.2.1, jsx-ast-utils@^2.2.3:
8787-
version "2.2.3"
8788-
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.3.tgz#8a9364e402448a3ce7f14d357738310d9248054f"
8789-
integrity sha512-EdIHFMm+1BPynpKOpdPqiOsvnIrInRGJD7bzPZdPkjitQEqpdpUuFpq4T0npZFKTiB3RhWFdGN+oqOJIdhDhQA==
8816+
jsx-ast-utils@^2.2.1, jsx-ast-utils@^2.4.1:
8817+
version "2.4.1"
8818+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.4.1.tgz#1114a4c1209481db06c690c2b4f488cc665f657e"
8819+
integrity sha512-z1xSldJ6imESSzOjd3NNkieVJKRlKYSOtMG8SFyCj2FIrvSaSuli/WjpBkEzCBoR9bYYYFgqJw61Xhu7Lcgk+w==
87908820
dependencies:
8791-
array-includes "^3.0.3"
8821+
array-includes "^3.1.1"
87928822
object.assign "^4.1.0"
87938823

87948824
kind-of@^2.0.1:
@@ -10084,14 +10114,13 @@ object.assign@^4.1.0:
1008410114
has-symbols "^1.0.0"
1008510115
object-keys "^1.0.11"
1008610116

10087-
object.entries@^1.0.4, object.entries@^1.1.0, object.entries@^1.1.1:
10088-
version "1.1.1"
10089-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.1.tgz#ee1cf04153de02bb093fec33683900f57ce5399b"
10090-
integrity sha512-ilqR7BgdyZetJutmDPfXCDffGa0/Yzl2ivVNpbx/g4UeWrCdRnFDUBrKJGLhGieRHDATnyZXWBeCb29k9CJysQ==
10117+
object.entries@^1.0.4, object.entries@^1.1.0, object.entries@^1.1.2:
10118+
version "1.1.2"
10119+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.2.tgz#bc73f00acb6b6bb16c203434b10f9a7e797d3add"
10120+
integrity sha512-BQdB9qKmb/HyNdMNWVr7O3+z5MUIx3aiegEIJqjMBbBf0YT9RRxTJSim4mzFqtyr7PDAHigq0N9dO0m0tRakQA==
1009110121
dependencies:
1009210122
define-properties "^1.1.3"
10093-
es-abstract "^1.17.0-next.1"
10094-
function-bind "^1.1.1"
10123+
es-abstract "^1.17.5"
1009510124
has "^1.0.3"
1009610125

1009710126
"object.fromentries@^2.0.0 || ^1.0.0", object.fromentries@^2.0.2:
@@ -12351,10 +12380,10 @@ [email protected]:
1235112380
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
1235212381
integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=
1235312382

12354-
resolve@^1.1.5, resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.14.2, resolve@^1.3.2, resolve@^1.4.0, resolve@^1.5.0:
12355-
version "1.15.0"
12356-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.15.0.tgz#1b7ca96073ebb52e741ffd799f6b39ea462c67f5"
12357-
integrity sha512-+hTmAldEGE80U2wJJDC1lebb5jWqvTYAfm3YZ1ckk1gBr0MnCqUKlwK1e+anaFljIl+F5tR5IoZcm4ZDA1zMQw==
12383+
resolve@^1.1.5, resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.17.0, resolve@^1.3.2, resolve@^1.4.0, resolve@^1.5.0:
12384+
version "1.17.0"
12385+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
12386+
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
1235812387
dependencies:
1235912388
path-parse "^1.0.6"
1236012389

@@ -13297,6 +13326,14 @@ string.prototype.trim@^1.1.2:
1329713326
es-abstract "^1.13.0"
1329813327
function-bind "^1.1.1"
1329913328

13329+
string.prototype.trimend@^1.0.1:
13330+
version "1.0.1"
13331+
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz#85812a6b847ac002270f5808146064c995fb6913"
13332+
integrity sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==
13333+
dependencies:
13334+
define-properties "^1.1.3"
13335+
es-abstract "^1.17.5"
13336+
1330013337
string.prototype.trimleft@^2.1.0:
1330113338
version "2.1.0"
1330213339
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz#6cc47f0d7eb8d62b0f3701611715a3954591d634"
@@ -13329,6 +13366,14 @@ string.prototype.trimright@^2.1.1:
1332913366
define-properties "^1.1.3"
1333013367
function-bind "^1.1.1"
1333113368

13369+
string.prototype.trimstart@^1.0.1:
13370+
version "1.0.1"
13371+
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz#14af6d9f34b053f7cfc89b72f8f2ee14b9039a54"
13372+
integrity sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==
13373+
dependencies:
13374+
define-properties "^1.1.3"
13375+
es-abstract "^1.17.5"
13376+
1333213377
string_decoder@^1.0.0, string_decoder@^1.1.1:
1333313378
version "1.3.0"
1333413379
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"

0 commit comments

Comments
 (0)