Skip to content

Commit 7d4f8cc

Browse files
Update dependency eslint-plugin-react to v7.37.5 (#8614)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 88d2f1b commit 7d4f8cc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"eslint-plugin-jest": "28.11.0",
9797
"eslint-plugin-jsx-a11y": "6.10.2",
9898
"eslint-plugin-prettier": "^4.2.1",
99-
"eslint-plugin-react": "7.37.4",
99+
"eslint-plugin-react": "7.37.5",
100100
"fetch-mock": "9.4.0",
101101
"html-loader": "5.1.0",
102102
"html-webpack-plugin": "5.6.3",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4630,10 +4630,10 @@ eslint-plugin-prettier@^4.2.1:
46304630
dependencies:
46314631
prettier-linter-helpers "^1.0.0"
46324632

4633-
eslint-plugin-react@7.37.4:
4634-
version "7.37.4"
4635-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.4.tgz#1b6c80b6175b6ae4b26055ae4d55d04c414c7181"
4636-
integrity sha512-BGP0jRmfYyvOyvMoRX/uoUeW+GqNj9y16bPQzqAHf3AYII/tDs+jMN0dBVkl88/OZwNGwrVFxE7riHsXVfy/LQ==
4633+
eslint-plugin-react@7.37.5:
4634+
version "7.37.5"
4635+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz#2975511472bdda1b272b34d779335c9b0e877065"
4636+
integrity sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==
46374637
dependencies:
46384638
array-includes "^3.1.8"
46394639
array.prototype.findlast "^1.2.5"
@@ -4645,7 +4645,7 @@ eslint-plugin-react@7.37.4:
46454645
hasown "^2.0.2"
46464646
jsx-ast-utils "^2.4.1 || ^3.0.0"
46474647
minimatch "^3.1.2"
4648-
object.entries "^1.1.8"
4648+
object.entries "^1.1.9"
46494649
object.fromentries "^2.0.8"
46504650
object.values "^1.2.1"
46514651
prop-types "^15.8.1"
@@ -7749,7 +7749,7 @@ object.assign@^4.1.0, object.assign@^4.1.2, object.assign@^4.1.4, object.assign@
77497749
has-symbols "^1.1.0"
77507750
object-keys "^1.1.1"
77517751

7752-
object.entries@^1.1.2, object.entries@^1.1.5, object.entries@^1.1.8:
7752+
object.entries@^1.1.2, object.entries@^1.1.5, object.entries@^1.1.9:
77537753
version "1.1.9"
77547754
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.9.tgz#e4770a6a1444afb61bd39f984018b5bede25f8b3"
77557755
integrity sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==

0 commit comments

Comments
 (0)