Skip to content

Commit 847b722

Browse files
chore(deps): Update dependency eslint-plugin-react to ^7.37.5
1 parent aa1717b commit 847b722

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

packages/eslint-config-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"@eslint/js": "^9.24.0",
2222
"eslint-config-prettier": "^10.1.1",
23-
"eslint-plugin-react": "^7.37.4",
23+
"eslint-plugin-react": "^7.37.5",
2424
"eslint-plugin-react-hooks": "^5.2.0",
2525
"globals": "^16.0.0",
2626
"typescript-eslint": "^8.26.1"

yarn.lock

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6120,10 +6120,10 @@ eslint-plugin-react-hooks@^5.2.0:
61206120
resolved "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz#1be0080901e6ac31ce7971beed3d3ec0a423d9e3"
61216121
integrity sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==
61226122

6123-
eslint-plugin-react@^7.37.4:
6124-
version "7.37.4"
6125-
resolved "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.4.tgz#1b6c80b6175b6ae4b26055ae4d55d04c414c7181"
6126-
integrity sha512-BGP0jRmfYyvOyvMoRX/uoUeW+GqNj9y16bPQzqAHf3AYII/tDs+jMN0dBVkl88/OZwNGwrVFxE7riHsXVfy/LQ==
6123+
eslint-plugin-react@^7.37.5:
6124+
version "7.37.5"
6125+
resolved "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz#2975511472bdda1b272b34d779335c9b0e877065"
6126+
integrity sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==
61276127
dependencies:
61286128
array-includes "^3.1.8"
61296129
array.prototype.findlast "^1.2.5"
@@ -6135,7 +6135,7 @@ eslint-plugin-react@^7.37.4:
61356135
hasown "^2.0.2"
61366136
jsx-ast-utils "^2.4.1 || ^3.0.0"
61376137
minimatch "^3.1.2"
6138-
object.entries "^1.1.8"
6138+
object.entries "^1.1.9"
61396139
object.fromentries "^2.0.8"
61406140
object.values "^1.2.1"
61416141
prop-types "^15.8.1"
@@ -10111,14 +10111,15 @@ object.defaults@^1.1.0:
1011110111
for-own "^1.0.0"
1011210112
isobject "^3.0.0"
1011310113

10114-
object.entries@^1.1.8:
10115-
version "1.1.8"
10116-
resolved "https://registry.npmjs.org/object.entries/-/object.entries-1.1.8.tgz#bffe6f282e01f4d17807204a24f8edd823599c41"
10117-
integrity sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==
10114+
object.entries@^1.1.9:
10115+
version "1.1.9"
10116+
resolved "https://registry.npmjs.org/object.entries/-/object.entries-1.1.9.tgz#e4770a6a1444afb61bd39f984018b5bede25f8b3"
10117+
integrity sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==
1011810118
dependencies:
10119-
call-bind "^1.0.7"
10119+
call-bind "^1.0.8"
10120+
call-bound "^1.0.4"
1012010121
define-properties "^1.2.1"
10121-
es-object-atoms "^1.0.0"
10122+
es-object-atoms "^1.1.1"
1012210123

1012310124
object.fromentries@^2.0.8:
1012410125
version "2.0.8"

0 commit comments

Comments
 (0)