Skip to content

Commit b7f66a1

Browse files
Bump eslint-plugin-react from 7.21.4 to 7.21.5
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.21.4 to 7.21.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.21.4...v7.21.5) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 5f3219e commit b7f66a1

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

yarn.lock

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -444,9 +444,9 @@ eslint-plugin-prettier@^3.0.0:
444444
prettier-linter-helpers "^1.0.0"
445445

446446
eslint-plugin-react@^7.7.0:
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==
447+
version "7.21.5"
448+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.21.5.tgz#50b21a412b9574bfe05b21db176e8b7b3b15bff3"
449+
integrity sha512-8MaEggC2et0wSF6bUeywF7qQ46ER81irOdWS4QWxnnlAEsnzeBevk1sWh7fhpCghPpXb+8Ks7hvaft6L/xsR6g==
450450
dependencies:
451451
array-includes "^3.1.1"
452452
array.prototype.flatmap "^1.2.3"
@@ -457,7 +457,7 @@ eslint-plugin-react@^7.7.0:
457457
object.fromentries "^2.0.2"
458458
object.values "^1.1.1"
459459
prop-types "^15.7.2"
460-
resolve "^1.17.0"
460+
resolve "^1.18.1"
461461
string.prototype.matchall "^4.0.2"
462462

463463
eslint-scope@^5.0.0:
@@ -867,6 +867,13 @@ is-callable@^1.2.2:
867867
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.2.tgz#c7c6715cd22d4ddb48d3e19970223aceabb080d9"
868868
integrity sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==
869869

870+
is-core-module@^2.1.0:
871+
version "2.1.0"
872+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.1.0.tgz#a4cc031d9b1aca63eecbd18a650e13cb4eeab946"
873+
integrity sha512-YcV7BgVMRFRua2FqQzKtTDMz8iCuLEyGKjr70q8Zm1yy2qKcurbFEd79PAdHV77oL3NrAaOVQIbMmiHQCHB7ZA==
874+
dependencies:
875+
has "^1.0.3"
876+
870877
is-date-object@^1.0.1:
871878
version "1.0.1"
872879
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16"
@@ -1404,11 +1411,12 @@ resolve-from@^4.0.0:
14041411
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
14051412
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
14061413

1407-
resolve@^1.10.0, resolve@^1.12.0, resolve@^1.17.0:
1408-
version "1.17.0"
1409-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
1410-
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
1414+
resolve@^1.10.0, resolve@^1.12.0, resolve@^1.18.1:
1415+
version "1.19.0"
1416+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.19.0.tgz#1af5bf630409734a067cae29318aac7fa29a267c"
1417+
integrity sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==
14111418
dependencies:
1419+
is-core-module "^2.1.0"
14121420
path-parse "^1.0.6"
14131421

14141422
restore-cursor@^3.1.0:

0 commit comments

Comments
 (0)