@@ -1827,6 +1827,14 @@ call-bind-apply-helpers@^1.0.0, call-bind-apply-helpers@^1.0.1:
1827
1827
es-errors "^1.3.0"
1828
1828
function-bind "^1.1.2"
1829
1829
1830
+ call-bind-apply-helpers@^1.0.2 :
1831
+ version "1.0.2"
1832
+ resolved "https://registry.yarnpkg.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz#4b5428c222be985d79c3d82657479dbe0b59b2d6"
1833
+ integrity sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==
1834
+ dependencies :
1835
+ es-errors "^1.3.0"
1836
+ function-bind "^1.1.2"
1837
+
1830
1838
call-bind@^1.0.0, call-bind@^1.0.2 :
1831
1839
version "1.0.2"
1832
1840
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
@@ -1873,6 +1881,14 @@ call-bound@^1.0.2, call-bound@^1.0.3:
1873
1881
call-bind-apply-helpers "^1.0.1"
1874
1882
get-intrinsic "^1.2.6"
1875
1883
1884
+ call-bound@^1.0.4 :
1885
+ version "1.0.4"
1886
+ resolved "https://registry.yarnpkg.com/call-bound/-/call-bound-1.0.4.tgz#238de935d2a2a692928c538c7ccfa91067fd062a"
1887
+ integrity sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==
1888
+ dependencies :
1889
+ call-bind-apply-helpers "^1.0.2"
1890
+ get-intrinsic "^1.3.0"
1891
+
1876
1892
callsites@^3.0.0 :
1877
1893
version "3.1.0"
1878
1894
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
@@ -2690,6 +2706,13 @@ es-object-atoms@^1.0.0:
2690
2706
dependencies :
2691
2707
es-errors "^1.3.0"
2692
2708
2709
+ es-object-atoms@^1.1.1 :
2710
+ version "1.1.1"
2711
+ resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz#1c4f2c4837327597ce69d2ca190a7fdd172338c1"
2712
+ integrity sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==
2713
+ dependencies :
2714
+ es-errors "^1.3.0"
2715
+
2693
2716
es-set-tostringtag@^2.0.1 :
2694
2717
version "2.0.1"
2695
2718
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz#338d502f6f674301d710b80c8592de8a15f09cd8"
@@ -2887,10 +2910,10 @@ eslint-plugin-react-hooks@^5.0.0:
2887
2910
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.0.0.tgz#72e2eefbac4b694f5324154619fee44f5f60f101"
2888
2911
integrity sha512-hIOwI+5hYGpJEc4uPRmz2ulCjAGD/N13Lukkh8cLV0i2IRk/bdZDYjgLVHj+U9Z704kLIdIO6iueGvxNur0sgw==
2889
2912
2890
-
2891
- version "7.37.4 "
2892
- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.4 .tgz#1b6c80b6175b6ae4b26055ae4d55d04c414c7181 "
2893
- integrity sha512-BGP0jRmfYyvOyvMoRX/uoUeW+GqNj9y16bPQzqAHf3AYII/tDs+jMN0dBVkl88/OZwNGwrVFxE7riHsXVfy/LQ ==
2913
+
2914
+ version "7.37.5 "
2915
+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.5 .tgz#2975511472bdda1b272b34d779335c9b0e877065 "
2916
+ integrity sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA ==
2894
2917
dependencies :
2895
2918
array-includes "^3.1.8"
2896
2919
array.prototype.findlast "^1.2.5"
2902
2925
hasown "^2.0.2"
2903
2926
jsx-ast-utils "^2.4.1 || ^3.0.0"
2904
2927
minimatch "^3.1.2"
2905
- object.entries "^1.1.8 "
2928
+ object.entries "^1.1.9 "
2906
2929
object.fromentries "^2.0.8"
2907
2930
object.values "^1.2.1"
2908
2931
prop-types "^15.8.1"
@@ -3362,11 +3385,35 @@ get-intrinsic@^1.2.5, get-intrinsic@^1.2.6:
3362
3385
hasown "^2.0.2"
3363
3386
math-intrinsics "^1.0.0"
3364
3387
3388
+ get-intrinsic@^1.3.0 :
3389
+ version "1.3.0"
3390
+ resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
3391
+ integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==
3392
+ dependencies :
3393
+ call-bind-apply-helpers "^1.0.2"
3394
+ es-define-property "^1.0.1"
3395
+ es-errors "^1.3.0"
3396
+ es-object-atoms "^1.1.1"
3397
+ function-bind "^1.1.2"
3398
+ get-proto "^1.0.1"
3399
+ gopd "^1.2.0"
3400
+ has-symbols "^1.1.0"
3401
+ hasown "^2.0.2"
3402
+ math-intrinsics "^1.1.0"
3403
+
3365
3404
get-package-type@^0.1.0 :
3366
3405
version "0.1.0"
3367
3406
resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
3368
3407
integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==
3369
3408
3409
+ get-proto@^1.0.1 :
3410
+ version "1.0.1"
3411
+ resolved "https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.1.tgz#150b3f2743869ef3e851ec0c49d15b1d14d00ee1"
3412
+ integrity sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==
3413
+ dependencies :
3414
+ dunder-proto "^1.0.1"
3415
+ es-object-atoms "^1.0.0"
3416
+
3370
3417
get-stream@^6.0.0 :
3371
3418
version "6.0.1"
3372
3419
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
@@ -5146,6 +5193,16 @@ object.entries@^1.1.8:
5146
5193
define-properties "^1.2.1"
5147
5194
es-object-atoms "^1.0.0"
5148
5195
5196
+ object.entries@^1.1.9 :
5197
+ version "1.1.9"
5198
+ resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.9.tgz#e4770a6a1444afb61bd39f984018b5bede25f8b3"
5199
+ integrity sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==
5200
+ dependencies :
5201
+ call-bind "^1.0.8"
5202
+ call-bound "^1.0.4"
5203
+ define-properties "^1.2.1"
5204
+ es-object-atoms "^1.1.1"
5205
+
5149
5206
object.fromentries@^2.0.8 :
5150
5207
version "2.0.8"
5151
5208
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.8.tgz#f7195d8a9b97bd95cbc1999ea939ecd1a2b00c65"
0 commit comments