Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit 8d33cac

Browse files
dependabot[bot]CodingItWrong
authored andcommitted
Bump eslint-plugin-react from 7.37.4 to 7.37.5
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.37.4 to 7.37.5. - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.37.4...v7.37.5) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-version: 7.37.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 33167a8 commit 8d33cac

File tree

2 files changed

+52
-12
lines changed

2 files changed

+52
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-plugin-cypress": "^3.6.0",
2626
"eslint-plugin-import": "^2.31.0",
2727
"eslint-plugin-prettier": "^5.2.5",
28-
"eslint-plugin-react": "^7.37.4",
28+
"eslint-plugin-react": "^7.37.5",
2929
"html-webpack-plugin": "^5.6.3",
3030
"mini-css-extract-plugin": "^2.9.2",
3131
"prettier": "^3.5.3",

yarn.lock

Lines changed: 51 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1962,6 +1962,14 @@ call-bind-apply-helpers@^1.0.0, call-bind-apply-helpers@^1.0.1:
19621962
es-errors "^1.3.0"
19631963
function-bind "^1.1.2"
19641964

1965+
call-bind-apply-helpers@^1.0.2:
1966+
version "1.0.2"
1967+
resolved "https://registry.yarnpkg.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz#4b5428c222be985d79c3d82657479dbe0b59b2d6"
1968+
integrity sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==
1969+
dependencies:
1970+
es-errors "^1.3.0"
1971+
function-bind "^1.1.2"
1972+
19651973
call-bind@^1.0.0, call-bind@^1.0.2:
19661974
version "1.0.2"
19671975
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
@@ -1999,6 +2007,14 @@ call-bound@^1.0.2, call-bound@^1.0.3:
19992007
call-bind-apply-helpers "^1.0.1"
20002008
get-intrinsic "^1.2.6"
20012009

2010+
call-bound@^1.0.4:
2011+
version "1.0.4"
2012+
resolved "https://registry.yarnpkg.com/call-bound/-/call-bound-1.0.4.tgz#238de935d2a2a692928c538c7ccfa91067fd062a"
2013+
integrity sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==
2014+
dependencies:
2015+
call-bind-apply-helpers "^1.0.2"
2016+
get-intrinsic "^1.3.0"
2017+
20022018
callsites@^3.0.0:
20032019
version "3.1.0"
20042020
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
@@ -2849,6 +2865,13 @@ es-object-atoms@^1.0.0:
28492865
dependencies:
28502866
es-errors "^1.3.0"
28512867

2868+
es-object-atoms@^1.1.1:
2869+
version "1.1.1"
2870+
resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz#1c4f2c4837327597ce69d2ca190a7fdd172338c1"
2871+
integrity sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==
2872+
dependencies:
2873+
es-errors "^1.3.0"
2874+
28522875
es-set-tostringtag@^2.0.1:
28532876
version "2.0.1"
28542877
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz#338d502f6f674301d710b80c8592de8a15f09cd8"
@@ -2990,10 +3013,10 @@ eslint-plugin-prettier@^5.2.5:
29903013
prettier-linter-helpers "^1.0.0"
29913014
synckit "^0.10.2"
29923015

2993-
eslint-plugin-react@^7.37.4:
2994-
version "7.37.4"
2995-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.4.tgz#1b6c80b6175b6ae4b26055ae4d55d04c414c7181"
2996-
integrity sha512-BGP0jRmfYyvOyvMoRX/uoUeW+GqNj9y16bPQzqAHf3AYII/tDs+jMN0dBVkl88/OZwNGwrVFxE7riHsXVfy/LQ==
3016+
eslint-plugin-react@^7.37.5:
3017+
version "7.37.5"
3018+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz#2975511472bdda1b272b34d779335c9b0e877065"
3019+
integrity sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==
29973020
dependencies:
29983021
array-includes "^3.1.8"
29993022
array.prototype.findlast "^1.2.5"
@@ -3005,7 +3028,7 @@ eslint-plugin-react@^7.37.4:
30053028
hasown "^2.0.2"
30063029
jsx-ast-utils "^2.4.1 || ^3.0.0"
30073030
minimatch "^3.1.2"
3008-
object.entries "^1.1.8"
3031+
object.entries "^1.1.9"
30093032
object.fromentries "^2.0.8"
30103033
object.values "^1.2.1"
30113034
prop-types "^15.8.1"
@@ -3492,6 +3515,22 @@ get-intrinsic@^1.2.5, get-intrinsic@^1.2.6, get-intrinsic@^1.2.7:
34923515
hasown "^2.0.2"
34933516
math-intrinsics "^1.1.0"
34943517

3518+
get-intrinsic@^1.3.0:
3519+
version "1.3.0"
3520+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
3521+
integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==
3522+
dependencies:
3523+
call-bind-apply-helpers "^1.0.2"
3524+
es-define-property "^1.0.1"
3525+
es-errors "^1.3.0"
3526+
es-object-atoms "^1.1.1"
3527+
function-bind "^1.1.2"
3528+
get-proto "^1.0.1"
3529+
gopd "^1.2.0"
3530+
has-symbols "^1.1.0"
3531+
hasown "^2.0.2"
3532+
math-intrinsics "^1.1.0"
3533+
34953534
get-proto@^1.0.0, get-proto@^1.0.1:
34963535
version "1.0.1"
34973536
resolved "https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.1.tgz#150b3f2743869ef3e851ec0c49d15b1d14d00ee1"
@@ -4827,14 +4866,15 @@ object.assign@^4.1.7:
48274866
has-symbols "^1.1.0"
48284867
object-keys "^1.1.1"
48294868

4830-
object.entries@^1.1.8:
4831-
version "1.1.8"
4832-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.8.tgz#bffe6f282e01f4d17807204a24f8edd823599c41"
4833-
integrity sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==
4869+
object.entries@^1.1.9:
4870+
version "1.1.9"
4871+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.9.tgz#e4770a6a1444afb61bd39f984018b5bede25f8b3"
4872+
integrity sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==
48344873
dependencies:
4835-
call-bind "^1.0.7"
4874+
call-bind "^1.0.8"
4875+
call-bound "^1.0.4"
48364876
define-properties "^1.2.1"
4837-
es-object-atoms "^1.0.0"
4877+
es-object-atoms "^1.1.1"
48384878

48394879
object.fromentries@^2.0.8:
48404880
version "2.0.8"

0 commit comments

Comments
 (0)