Skip to content

Commit 0d8926f

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency eslint-plugin-react to v7.29.3
1 parent 17d356f commit 0d8926f

File tree

2 files changed

+23
-7
lines changed

2 files changed

+23
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"eslint-plugin-import": "2.25.4",
5757
"eslint-plugin-jest": "22.21.0",
5858
"eslint-plugin-prettier": "3.4.1",
59-
"eslint-plugin-react": "7.28.0",
59+
"eslint-plugin-react": "7.29.3",
6060
"esm": "3.2.25",
6161
"expect": "27.5.1",
6262
"flow-bin": "0.119.1",

yarn.lock

+22-6
Original file line numberDiff line numberDiff line change
@@ -5015,22 +5015,22 @@ eslint-plugin-prettier@3.4.1:
50155015
dependencies:
50165016
prettier-linter-helpers "^1.0.0"
50175017

5018-
eslint-plugin-react@7.28.0:
5019-
version "7.28.0"
5020-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.28.0.tgz#8f3ff450677571a659ce76efc6d80b6a525adbdf"
5021-
integrity sha512-IOlFIRHzWfEQQKcAD4iyYDndHwTQiCMcJVJjxempf203jnNLUnW34AXLrV33+nEXoifJE2ZEGmcjKPL8957eSw==
5018+
eslint-plugin-react@7.29.3:
5019+
version "7.29.3"
5020+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.29.3.tgz#f4eab757f2756d25d6d4c2a58a9e20b004791f05"
5021+
integrity sha512-MzW6TuCnDOcta67CkpDyRfRsEVx9FNMDV8wZsDqe1luHPdGTrQIUaUXD27Ja3gHsdOIs/cXzNchWGlqm+qRVRg==
50225022
dependencies:
50235023
array-includes "^3.1.4"
50245024
array.prototype.flatmap "^1.2.5"
50255025
doctrine "^2.1.0"
50265026
estraverse "^5.3.0"
50275027
jsx-ast-utils "^2.4.1 || ^3.0.0"
5028-
minimatch "^3.0.4"
5028+
minimatch "^3.1.2"
50295029
object.entries "^1.1.5"
50305030
object.fromentries "^2.0.5"
50315031
object.hasown "^1.1.0"
50325032
object.values "^1.1.5"
5033-
prop-types "^15.7.2"
5033+
prop-types "^15.8.1"
50345034
resolve "^2.0.0-next.3"
50355035
semver "^6.3.0"
50365036
string.prototype.matchall "^4.0.6"
@@ -8072,6 +8072,13 @@ minimatch@^3.0.4:
80728072
dependencies:
80738073
brace-expansion "^1.1.7"
80748074

8075+
minimatch@^3.1.2:
8076+
version "3.1.2"
8077+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
8078+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
8079+
dependencies:
8080+
brace-expansion "^1.1.7"
8081+
80758082
minimist-options@4.1.0:
80768083
version "4.1.0"
80778084
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -9055,6 +9062,15 @@ prop-types@^15.7.2:
90559062
object-assign "^4.1.1"
90569063
react-is "^16.8.1"
90579064

9065+
prop-types@^15.8.1:
9066+
version "15.8.1"
9067+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
9068+
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
9069+
dependencies:
9070+
loose-envify "^1.4.0"
9071+
object-assign "^4.1.1"
9072+
react-is "^16.13.1"
9073+
90589074
prr@~0.0.0:
90599075
version "0.0.0"
90609076
resolved "https://registry.yarnpkg.com/prr/-/prr-0.0.0.tgz#1a84b85908325501411853d0081ee3fa86e2926a"

0 commit comments

Comments
 (0)