Skip to content

Commit 1a04eba

Browse files
chore(deps): update dependency eslint-plugin-react to v7.37.5 (#5977)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 16b0b6e commit 1a04eba

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"eslint-plugin-n": "16.6.2",
5050
"eslint-plugin-prettier": "5.5.4",
5151
"eslint-plugin-promise": "6.6.0",
52-
"eslint-plugin-react": "7.37.4",
52+
"eslint-plugin-react": "7.37.5",
5353
"eslint-plugin-react-hooks": "5.1.0",
5454
"eslint-plugin-sonarjs": "0.25.1",
5555
"eslint-plugin-sort-keys-fix": "1.1.2",

yarn.lock

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7905,10 +7905,10 @@ [email protected]:
79057905
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0.tgz#3d34e37d5770866c34b87d5b499f5f0b53bf0854"
79067906
integrity sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==
79077907

7908-
7909-
version "7.37.4"
7910-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.4.tgz#1b6c80b6175b6ae4b26055ae4d55d04c414c7181"
7911-
integrity sha512-BGP0jRmfYyvOyvMoRX/uoUeW+GqNj9y16bPQzqAHf3AYII/tDs+jMN0dBVkl88/OZwNGwrVFxE7riHsXVfy/LQ==
7908+
7909+
version "7.37.5"
7910+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz#2975511472bdda1b272b34d779335c9b0e877065"
7911+
integrity sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==
79127912
dependencies:
79137913
array-includes "^3.1.8"
79147914
array.prototype.findlast "^1.2.5"
@@ -7920,7 +7920,7 @@ [email protected]:
79207920
hasown "^2.0.2"
79217921
jsx-ast-utils "^2.4.1 || ^3.0.0"
79227922
minimatch "^3.1.2"
7923-
object.entries "^1.1.8"
7923+
object.entries "^1.1.9"
79247924
object.fromentries "^2.0.8"
79257925
object.values "^1.2.1"
79267926
prop-types "^15.8.1"
@@ -12508,14 +12508,15 @@ object.assign@^4.1.7:
1250812508
has-symbols "^1.1.0"
1250912509
object-keys "^1.1.1"
1251012510

12511-
object.entries@^1.1.8:
12512-
version "1.1.8"
12513-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.8.tgz#bffe6f282e01f4d17807204a24f8edd823599c41"
12514-
integrity sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==
12511+
object.entries@^1.1.9:
12512+
version "1.1.9"
12513+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.9.tgz#e4770a6a1444afb61bd39f984018b5bede25f8b3"
12514+
integrity sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==
1251512515
dependencies:
12516-
call-bind "^1.0.7"
12516+
call-bind "^1.0.8"
12517+
call-bound "^1.0.4"
1251712518
define-properties "^1.2.1"
12518-
es-object-atoms "^1.0.0"
12519+
es-object-atoms "^1.1.1"
1251912520

1252012521
object.fromentries@^2.0.8:
1252112522
version "2.0.8"

0 commit comments

Comments
 (0)