@@ -6560,6 +6560,14 @@ call-bind-apply-helpers@^1.0.0, call-bind-apply-helpers@^1.0.1:
65606560 es-errors "^1.3.0"
65616561 function-bind "^1.1.2"
65626562
6563+ call-bind-apply-helpers@^1.0.2:
6564+ version "1.0.2"
6565+ resolved "https://registry.yarnpkg.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz#4b5428c222be985d79c3d82657479dbe0b59b2d6"
6566+ integrity sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==
6567+ dependencies:
6568+ es-errors "^1.3.0"
6569+ function-bind "^1.1.2"
6570+
65636571call-bind@^1.0.0, call-bind@^1.0.2:
65646572 version "1.0.2"
65656573 resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
@@ -6606,6 +6614,14 @@ call-bound@^1.0.2, call-bound@^1.0.3:
66066614 call-bind-apply-helpers "^1.0.1"
66076615 get-intrinsic "^1.2.6"
66086616
6617+ call-bound@^1.0.4:
6618+ version "1.0.4"
6619+ resolved "https://registry.yarnpkg.com/call-bound/-/call-bound-1.0.4.tgz#238de935d2a2a692928c538c7ccfa91067fd062a"
6620+ integrity sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==
6621+ dependencies:
6622+ call-bind-apply-helpers "^1.0.2"
6623+ get-intrinsic "^1.3.0"
6624+
66096625call-me-maybe@^1.0.1:
66106626 version "1.0.1"
66116627 resolved "https://registry.yarnpkg.com/call-me-maybe/-/call-me-maybe-1.0.1.tgz#26d208ea89e37b5cbde60250a15f031c16a4d66b"
@@ -8622,6 +8638,13 @@ es-object-atoms@^1.0.0:
86228638 dependencies:
86238639 es-errors "^1.3.0"
86248640
8641+ es-object-atoms@^1.1.1:
8642+ version "1.1.1"
8643+ resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz#1c4f2c4837327597ce69d2ca190a7fdd172338c1"
8644+ integrity sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==
8645+ dependencies:
8646+ es-errors "^1.3.0"
8647+
86258648es-set-tostringtag@^2.0.1:
86268649 version "2.0.2"
86278650 resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.2.tgz#11f7cc9f63376930a5f20be4915834f4bc74f9c9"
@@ -8825,10 +8848,10 @@ eslint-plugin-react-hooks@4.6.2:
88258848 resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
88268849 integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
88278850
8828- eslint-plugin-react@7.37.4 :
8829- version "7.37.4 "
8830- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.4 .tgz#1b6c80b6175b6ae4b26055ae4d55d04c414c7181 "
8831- integrity sha512-BGP0jRmfYyvOyvMoRX/uoUeW+GqNj9y16bPQzqAHf3AYII/tDs+jMN0dBVkl88/OZwNGwrVFxE7riHsXVfy/LQ ==
8851+ eslint-plugin-react@7.37.5 :
8852+ version "7.37.5 "
8853+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.5 .tgz#2975511472bdda1b272b34d779335c9b0e877065 "
8854+ integrity sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA ==
88328855 dependencies:
88338856 array-includes "^3.1.8"
88348857 array.prototype.findlast "^1.2.5"
@@ -8840,7 +8863,7 @@ eslint-plugin-react@7.37.4:
88408863 hasown "^2.0.2"
88418864 jsx-ast-utils "^2.4.1 || ^3.0.0"
88428865 minimatch "^3.1.2"
8843- object.entries "^1.1.8 "
8866+ object.entries "^1.1.9 "
88448867 object.fromentries "^2.0.8"
88458868 object.values "^1.2.1"
88468869 prop-types "^15.8.1"
@@ -9746,6 +9769,22 @@ get-intrinsic@^1.2.5, get-intrinsic@^1.2.6, get-intrinsic@^1.2.7:
97469769 hasown "^2.0.2"
97479770 math-intrinsics "^1.1.0"
97489771
9772+ get-intrinsic@^1.3.0:
9773+ version "1.3.0"
9774+ resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
9775+ integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==
9776+ dependencies:
9777+ call-bind-apply-helpers "^1.0.2"
9778+ es-define-property "^1.0.1"
9779+ es-errors "^1.3.0"
9780+ es-object-atoms "^1.1.1"
9781+ function-bind "^1.1.2"
9782+ get-proto "^1.0.1"
9783+ gopd "^1.2.0"
9784+ has-symbols "^1.1.0"
9785+ hasown "^2.0.2"
9786+ math-intrinsics "^1.1.0"
9787+
97499788get-package-type@^0.1.0:
97509789 version "0.1.0"
97519790 resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
@@ -13423,14 +13462,15 @@ object.entries@^1.1.0:
1342313462 es-abstract "^1.18.0-next.1"
1342413463 has "^1.0.3"
1342513464
13426- object.entries@^1.1.8 :
13427- version "1.1.8 "
13428- resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.8 .tgz#bffe6f282e01f4d17807204a24f8edd823599c41 "
13429- integrity sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ ==
13465+ object.entries@^1.1.9 :
13466+ version "1.1.9 "
13467+ resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.9 .tgz#e4770a6a1444afb61bd39f984018b5bede25f8b3 "
13468+ integrity sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw ==
1343013469 dependencies:
13431- call-bind "^1.0.7"
13470+ call-bind "^1.0.8"
13471+ call-bound "^1.0.4"
1343213472 define-properties "^1.2.1"
13433- es-object-atoms "^1.0.0 "
13473+ es-object-atoms "^1.1.1 "
1343413474
1343513475"object.fromentries@^2.0.0 || ^1.0.0":
1343613476 version "2.0.4"
0 commit comments