Skip to content

Commit bb3d8c4

Browse files
Update dependency eslint-plugin-react from 7.37.4 to 7.37.5
1 parent 04c259a commit bb3d8c4

File tree

2 files changed

+60
-12
lines changed

2 files changed

+60
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@eslint/js": "9.23.0",
1818
"@stylistic/eslint-plugin": "2.13.0",
1919
"eslint-config-prettier": "9.1.0",
20-
"eslint-plugin-react": "7.37.4",
20+
"eslint-plugin-react": "7.37.5",
2121
"parse-gitignore": "2.0.0",
2222
"typescript-eslint": "8.29.0"
2323
},

yarn.lock

Lines changed: 59 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,14 @@ call-bind-apply-helpers@^1.0.0, call-bind-apply-helpers@^1.0.1:
480480
es-errors "^1.3.0"
481481
function-bind "^1.1.2"
482482

483+
call-bind-apply-helpers@^1.0.2:
484+
version "1.0.2"
485+
resolved "https://registry.yarnpkg.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz#4b5428c222be985d79c3d82657479dbe0b59b2d6"
486+
integrity sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==
487+
dependencies:
488+
es-errors "^1.3.0"
489+
function-bind "^1.1.2"
490+
483491
call-bind@^1.0.0, call-bind@^1.0.2:
484492
version "1.0.2"
485493
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
@@ -517,6 +525,14 @@ call-bound@^1.0.2, call-bound@^1.0.3:
517525
call-bind-apply-helpers "^1.0.1"
518526
get-intrinsic "^1.2.6"
519527

528+
call-bound@^1.0.4:
529+
version "1.0.4"
530+
resolved "https://registry.yarnpkg.com/call-bound/-/call-bound-1.0.4.tgz#238de935d2a2a692928c538c7ccfa91067fd062a"
531+
integrity sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==
532+
dependencies:
533+
call-bind-apply-helpers "^1.0.2"
534+
get-intrinsic "^1.3.0"
535+
520536
callsites@^3.0.0:
521537
version "3.1.0"
522538
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
@@ -903,6 +919,13 @@ es-object-atoms@^1.0.0:
903919
dependencies:
904920
es-errors "^1.3.0"
905921

922+
es-object-atoms@^1.1.1:
923+
version "1.1.1"
924+
resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz#1c4f2c4837327597ce69d2ca190a7fdd172338c1"
925+
integrity sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==
926+
dependencies:
927+
es-errors "^1.3.0"
928+
906929
es-set-tostringtag@^2.0.3:
907930
version "2.0.3"
908931
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz#8bb60f0a440c2e4281962428438d58545af39777"
@@ -947,10 +970,10 @@ [email protected]:
947970
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
948971
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==
949972

950-
951-
version "7.37.4"
952-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.4.tgz#1b6c80b6175b6ae4b26055ae4d55d04c414c7181"
953-
integrity sha512-BGP0jRmfYyvOyvMoRX/uoUeW+GqNj9y16bPQzqAHf3AYII/tDs+jMN0dBVkl88/OZwNGwrVFxE7riHsXVfy/LQ==
973+
974+
version "7.37.5"
975+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz#2975511472bdda1b272b34d779335c9b0e877065"
976+
integrity sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==
954977
dependencies:
955978
array-includes "^3.1.8"
956979
array.prototype.findlast "^1.2.5"
@@ -962,7 +985,7 @@ [email protected]:
962985
hasown "^2.0.2"
963986
jsx-ast-utils "^2.4.1 || ^3.0.0"
964987
minimatch "^3.1.2"
965-
object.entries "^1.1.8"
988+
object.entries "^1.1.9"
966989
object.fromentries "^2.0.8"
967990
object.values "^1.2.1"
968991
prop-types "^15.8.1"
@@ -1249,6 +1272,30 @@ get-intrinsic@^1.2.5, get-intrinsic@^1.2.6:
12491272
hasown "^2.0.2"
12501273
math-intrinsics "^1.0.0"
12511274

1275+
get-intrinsic@^1.3.0:
1276+
version "1.3.0"
1277+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
1278+
integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==
1279+
dependencies:
1280+
call-bind-apply-helpers "^1.0.2"
1281+
es-define-property "^1.0.1"
1282+
es-errors "^1.3.0"
1283+
es-object-atoms "^1.1.1"
1284+
function-bind "^1.1.2"
1285+
get-proto "^1.0.1"
1286+
gopd "^1.2.0"
1287+
has-symbols "^1.1.0"
1288+
hasown "^2.0.2"
1289+
math-intrinsics "^1.1.0"
1290+
1291+
get-proto@^1.0.1:
1292+
version "1.0.1"
1293+
resolved "https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.1.tgz#150b3f2743869ef3e851ec0c49d15b1d14d00ee1"
1294+
integrity sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==
1295+
dependencies:
1296+
dunder-proto "^1.0.1"
1297+
es-object-atoms "^1.0.0"
1298+
12521299
get-symbol-description@^1.0.2:
12531300
version "1.0.2"
12541301
resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.0.2.tgz#533744d5aa20aca4e079c8e5daf7fd44202821f5"
@@ -1951,14 +1998,15 @@ object.assign@^4.1.7:
19511998
has-symbols "^1.1.0"
19521999
object-keys "^1.1.1"
19532000

1954-
object.entries@^1.1.8:
1955-
version "1.1.8"
1956-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.8.tgz#bffe6f282e01f4d17807204a24f8edd823599c41"
1957-
integrity sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==
2001+
object.entries@^1.1.9:
2002+
version "1.1.9"
2003+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.9.tgz#e4770a6a1444afb61bd39f984018b5bede25f8b3"
2004+
integrity sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==
19582005
dependencies:
1959-
call-bind "^1.0.7"
2006+
call-bind "^1.0.8"
2007+
call-bound "^1.0.4"
19602008
define-properties "^1.2.1"
1961-
es-object-atoms "^1.0.0"
2009+
es-object-atoms "^1.1.1"
19622010

19632011
object.fromentries@^2.0.8:
19642012
version "2.0.8"

0 commit comments

Comments
 (0)