@@ -1997,6 +1997,14 @@ call-bind-apply-helpers@^1.0.0, call-bind-apply-helpers@^1.0.1:
19971997 es-errors "^1.3.0"
19981998 function-bind "^1.1.2"
19991999
2000+ call-bind-apply-helpers@^1.0.2 :
2001+ version "1.0.2"
2002+ resolved "https://registry.yarnpkg.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz#4b5428c222be985d79c3d82657479dbe0b59b2d6"
2003+ integrity sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==
2004+ dependencies :
2005+ es-errors "^1.3.0"
2006+ function-bind "^1.1.2"
2007+
20002008call-bind@^1.0.0, call-bind@^1.0.2 :
20012009 version "1.0.2"
20022010 resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
@@ -2023,6 +2031,14 @@ call-bound@^1.0.2, call-bound@^1.0.3:
20232031 call-bind-apply-helpers "^1.0.1"
20242032 get-intrinsic "^1.2.6"
20252033
2034+ call-bound@^1.0.4 :
2035+ version "1.0.4"
2036+ resolved "https://registry.yarnpkg.com/call-bound/-/call-bound-1.0.4.tgz#238de935d2a2a692928c538c7ccfa91067fd062a"
2037+ integrity sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==
2038+ dependencies :
2039+ call-bind-apply-helpers "^1.0.2"
2040+ get-intrinsic "^1.3.0"
2041+
20262042callsites@^3.0.0 :
20272043 version "3.1.0"
20282044 resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
@@ -2725,6 +2741,13 @@ es-object-atoms@^1.0.0:
27252741 dependencies :
27262742 es-errors "^1.3.0"
27272743
2744+ es-object-atoms@^1.1.1 :
2745+ version "1.1.1"
2746+ resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz#1c4f2c4837327597ce69d2ca190a7fdd172338c1"
2747+ integrity sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==
2748+ dependencies :
2749+ es-errors "^1.3.0"
2750+
27282751es-set-tostringtag@^2.0.3 :
27292752 version "2.0.3"
27302753 resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz#8bb60f0a440c2e4281962428438d58545af39777"
@@ -2796,10 +2819,10 @@ eslint-config-prettier@8.10.0:
27962819 resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz#3a06a662130807e2502fc3ff8b4143d8a0658e11"
27972820 integrity sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==
27982821
2799- eslint-plugin-react@7.37.4 :
2800- version "7.37.4 "
2801- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.4 .tgz#1b6c80b6175b6ae4b26055ae4d55d04c414c7181 "
2802- integrity sha512-BGP0jRmfYyvOyvMoRX/uoUeW+GqNj9y16bPQzqAHf3AYII/tDs+jMN0dBVkl88/OZwNGwrVFxE7riHsXVfy/LQ ==
2822+ eslint-plugin-react@7.37.5 :
2823+ version "7.37.5 "
2824+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.5 .tgz#2975511472bdda1b272b34d779335c9b0e877065 "
2825+ integrity sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA ==
28032826 dependencies :
28042827 array-includes "^3.1.8"
28052828 array.prototype.findlast "^1.2.5"
@@ -2811,7 +2834,7 @@ eslint-plugin-react@7.37.4:
28112834 hasown "^2.0.2"
28122835 jsx-ast-utils "^2.4.1 || ^3.0.0"
28132836 minimatch "^3.1.2"
2814- object.entries "^1.1.8 "
2837+ object.entries "^1.1.9 "
28152838 object.fromentries "^2.0.8"
28162839 object.values "^1.2.1"
28172840 prop-types "^15.8.1"
@@ -3280,11 +3303,35 @@ get-intrinsic@^1.2.4, get-intrinsic@^1.2.5, get-intrinsic@^1.2.6:
32803303 hasown "^2.0.2"
32813304 math-intrinsics "^1.0.0"
32823305
3306+ get-intrinsic@^1.3.0 :
3307+ version "1.3.0"
3308+ resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
3309+ integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==
3310+ dependencies :
3311+ call-bind-apply-helpers "^1.0.2"
3312+ es-define-property "^1.0.1"
3313+ es-errors "^1.3.0"
3314+ es-object-atoms "^1.1.1"
3315+ function-bind "^1.1.2"
3316+ get-proto "^1.0.1"
3317+ gopd "^1.2.0"
3318+ has-symbols "^1.1.0"
3319+ hasown "^2.0.2"
3320+ math-intrinsics "^1.1.0"
3321+
32833322get-package-type@^0.1.0 :
32843323 version "0.1.0"
32853324 resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
32863325 integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==
32873326
3327+ get-proto@^1.0.1 :
3328+ version "1.0.1"
3329+ resolved "https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.1.tgz#150b3f2743869ef3e851ec0c49d15b1d14d00ee1"
3330+ integrity sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==
3331+ dependencies :
3332+ dunder-proto "^1.0.1"
3333+ es-object-atoms "^1.0.0"
3334+
32883335get-stream@^5.0.0, get-stream@^5.1.0 :
32893336 version "5.2.0"
32903337 resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz#4966a1795ee5ace65e706c4b7beb71257d6e22d3"
@@ -4973,14 +5020,15 @@ object.assign@^4.1.7:
49735020 has-symbols "^1.1.0"
49745021 object-keys "^1.1.1"
49755022
4976- object.entries@^1.1.8 :
4977- version "1.1.8 "
4978- resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.8 .tgz#bffe6f282e01f4d17807204a24f8edd823599c41 "
4979- integrity sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ ==
5023+ object.entries@^1.1.9 :
5024+ version "1.1.9 "
5025+ resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.9 .tgz#e4770a6a1444afb61bd39f984018b5bede25f8b3 "
5026+ integrity sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw ==
49805027 dependencies :
4981- call-bind "^1.0.7"
5028+ call-bind "^1.0.8"
5029+ call-bound "^1.0.4"
49825030 define-properties "^1.2.1"
4983- es-object-atoms "^1.0.0 "
5031+ es-object-atoms "^1.1.1 "
49845032
49855033object.fromentries@^2.0.8 :
49865034 version "2.0.8"
0 commit comments