@@ -698,6 +698,14 @@ call-bind-apply-helpers@^1.0.0, call-bind-apply-helpers@^1.0.1:
698
698
es-errors "^1.3.0"
699
699
function-bind "^1.1.2"
700
700
701
+ call-bind-apply-helpers@^1.0.2 :
702
+ version "1.0.2"
703
+ resolved "https://registry.yarnpkg.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz#4b5428c222be985d79c3d82657479dbe0b59b2d6"
704
+ integrity sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==
705
+ dependencies :
706
+ es-errors "^1.3.0"
707
+ function-bind "^1.1.2"
708
+
701
709
call-bind@^1.0.0, call-bind@^1.0.2 :
702
710
version "1.0.2"
703
711
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
@@ -735,6 +743,14 @@ call-bound@^1.0.2, call-bound@^1.0.3:
735
743
call-bind-apply-helpers "^1.0.1"
736
744
get-intrinsic "^1.2.6"
737
745
746
+ call-bound@^1.0.4 :
747
+ version "1.0.4"
748
+ resolved "https://registry.yarnpkg.com/call-bound/-/call-bound-1.0.4.tgz#238de935d2a2a692928c538c7ccfa91067fd062a"
749
+ integrity sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==
750
+ dependencies :
751
+ call-bind-apply-helpers "^1.0.2"
752
+ get-intrinsic "^1.3.0"
753
+
738
754
callsites@^3.0.0 :
739
755
version "3.1.0"
740
756
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
@@ -1227,6 +1243,13 @@ es-object-atoms@^1.0.0:
1227
1243
dependencies :
1228
1244
es-errors "^1.3.0"
1229
1245
1246
+ es-object-atoms@^1.1.1 :
1247
+ version "1.1.1"
1248
+ resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz#1c4f2c4837327597ce69d2ca190a7fdd172338c1"
1249
+ integrity sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==
1250
+ dependencies :
1251
+ es-errors "^1.3.0"
1252
+
1230
1253
es-set-tostringtag@^2.0.1 :
1231
1254
version "2.0.1"
1232
1255
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz#338d502f6f674301d710b80c8592de8a15f09cd8"
@@ -1384,9 +1407,9 @@ eslint-plugin-react-hooks@^4.6.0:
1384
1407
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
1385
1408
1386
1409
eslint-plugin-react@^7.32.2 :
1387
- version "7.37.4 "
1388
- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.4 .tgz#1b6c80b6175b6ae4b26055ae4d55d04c414c7181 "
1389
- integrity sha512-BGP0jRmfYyvOyvMoRX/uoUeW+GqNj9y16bPQzqAHf3AYII/tDs+jMN0dBVkl88/OZwNGwrVFxE7riHsXVfy/LQ ==
1410
+ version "7.37.5 "
1411
+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.5 .tgz#2975511472bdda1b272b34d779335c9b0e877065 "
1412
+ integrity sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA ==
1390
1413
dependencies :
1391
1414
array-includes "^3.1.8"
1392
1415
array.prototype.findlast "^1.2.5"
@@ -1398,7 +1421,7 @@ eslint-plugin-react@^7.32.2:
1398
1421
hasown "^2.0.2"
1399
1422
jsx-ast-utils "^2.4.1 || ^3.0.0"
1400
1423
minimatch "^3.1.2"
1401
- object.entries "^1.1.8 "
1424
+ object.entries "^1.1.9 "
1402
1425
object.fromentries "^2.0.8"
1403
1426
object.values "^1.2.1"
1404
1427
prop-types "^15.8.1"
@@ -1723,6 +1746,22 @@ get-intrinsic@^1.2.5, get-intrinsic@^1.2.6, get-intrinsic@^1.2.7:
1723
1746
hasown "^2.0.2"
1724
1747
math-intrinsics "^1.1.0"
1725
1748
1749
+ get-intrinsic@^1.3.0 :
1750
+ version "1.3.0"
1751
+ resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
1752
+ integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==
1753
+ dependencies :
1754
+ call-bind-apply-helpers "^1.0.2"
1755
+ es-define-property "^1.0.1"
1756
+ es-errors "^1.3.0"
1757
+ es-object-atoms "^1.1.1"
1758
+ function-bind "^1.1.2"
1759
+ get-proto "^1.0.1"
1760
+ gopd "^1.2.0"
1761
+ has-symbols "^1.1.0"
1762
+ hasown "^2.0.2"
1763
+ math-intrinsics "^1.1.0"
1764
+
1726
1765
get-proto@^1.0.0, get-proto@^1.0.1 :
1727
1766
version "1.0.1"
1728
1767
resolved "https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.1.tgz#150b3f2743869ef3e851ec0c49d15b1d14d00ee1"
@@ -2596,14 +2635,15 @@ object.assign@^4.1.7:
2596
2635
has-symbols "^1.1.0"
2597
2636
object-keys "^1.1.1"
2598
2637
2599
- object.entries@^1.1.5, object.entries@^1.1.8 :
2600
- version "1.1.8 "
2601
- resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.8 .tgz#bffe6f282e01f4d17807204a24f8edd823599c41 "
2602
- integrity sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ ==
2638
+ object.entries@^1.1.5, object.entries@^1.1.9 :
2639
+ version "1.1.9 "
2640
+ resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.9 .tgz#e4770a6a1444afb61bd39f984018b5bede25f8b3 "
2641
+ integrity sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw ==
2603
2642
dependencies :
2604
- call-bind "^1.0.7"
2643
+ call-bind "^1.0.8"
2644
+ call-bound "^1.0.4"
2605
2645
define-properties "^1.2.1"
2606
- es-object-atoms "^1.0.0 "
2646
+ es-object-atoms "^1.1.1 "
2607
2647
2608
2648
object.fromentries@^2.0.8 :
2609
2649
version "2.0.8"
0 commit comments