@@ -4067,7 +4067,7 @@ call-bind@^1.0.7, call-bind@^1.0.8:
40674067 get-intrinsic "^1.2.4"
40684068 set-function-length "^1.2.2"
40694069
4070- call-bound@^1.0.2, call-bound@^1.0.3 :
4070+ call-bound@^1.0.2, call-bound@^1.0.3, call-bound@^1.0.4 :
40714071 version "1.0.4"
40724072 resolved "https://registry.yarnpkg.com/call-bound/-/call-bound-1.0.4.tgz#238de935d2a2a692928c538c7ccfa91067fd062a"
40734073 integrity sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==
@@ -5235,15 +5235,15 @@ eslint-plugin-react-hooks@^4.3.0:
52355235 resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
52365236 integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
52375237
5238- eslint-plugin-react-refresh@0.4.19 :
5239- version "0.4.19 "
5240- resolved "https://registry.yarnpkg.com/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.19 .tgz#f15020c0caa58e33fc4efda27d328281ca74e53d "
5241- integrity sha512-eyy8pcr/YxSYjBoqIFSrlbn9i/xvxUFa8CjzAYo9cFjgGXqq1hyjihcpZvxRLalpaWmueWR81xn7vuKmAFijDQ ==
5238+ eslint-plugin-react-refresh@0.5.2 :
5239+ version "0.5.2 "
5240+ resolved "https://registry.yarnpkg.com/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.5.2 .tgz#39e11021be10e1cd9adab2bdeabc65b17222409f "
5241+ integrity sha512-hmgTH57GfzoTFjVN0yBwTggnsVUF2tcqi7RJZHqi9lIezSs4eFyAMktA68YD4r5kNw1mxyY4dmkyoFDb3FIqrA ==
52425242
5243- eslint-plugin-react@7.37.4 , eslint-plugin-react@^7.27.1 :
5244- version "7.37.4 "
5245- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.4 .tgz#1b6c80b6175b6ae4b26055ae4d55d04c414c7181 "
5246- integrity sha512-BGP0jRmfYyvOyvMoRX/uoUeW+GqNj9y16bPQzqAHf3AYII/tDs+jMN0dBVkl88/OZwNGwrVFxE7riHsXVfy/LQ ==
5243+ eslint-plugin-react@7.37.5 , eslint-plugin-react@^7.27.1 :
5244+ version "7.37.5 "
5245+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.5 .tgz#2975511472bdda1b272b34d779335c9b0e877065 "
5246+ integrity sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA ==
52475247 dependencies :
52485248 array-includes "^3.1.8"
52495249 array.prototype.findlast "^1.2.5"
@@ -5255,7 +5255,7 @@ eslint-plugin-react@7.37.4, eslint-plugin-react@^7.27.1:
52555255 hasown "^2.0.2"
52565256 jsx-ast-utils "^2.4.1 || ^3.0.0"
52575257 minimatch "^3.1.2"
5258- object.entries "^1.1.8 "
5258+ object.entries "^1.1.9 "
52595259 object.fromentries "^2.0.8"
52605260 object.values "^1.2.1"
52615261 prop-types "^15.8.1"
@@ -8073,14 +8073,15 @@ object.entries@^1.1.7:
80738073 define-properties "^1.2.0"
80748074 es-abstract "^1.22.1"
80758075
8076- object.entries@^1.1.8 :
8077- version "1.1.8 "
8078- resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.8 .tgz#bffe6f282e01f4d17807204a24f8edd823599c41 "
8079- integrity sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ ==
8076+ object.entries@^1.1.9 :
8077+ version "1.1.9 "
8078+ resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.9 .tgz#e4770a6a1444afb61bd39f984018b5bede25f8b3 "
8079+ integrity sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw ==
80808080 dependencies :
8081- call-bind "^1.0.7"
8081+ call-bind "^1.0.8"
8082+ call-bound "^1.0.4"
80828083 define-properties "^1.2.1"
8083- es-object-atoms "^1.0.0 "
8084+ es-object-atoms "^1.1.1 "
80848085
80858086object.fromentries@^2.0.7 :
80868087 version "2.0.7"
0 commit comments