@@ -4054,7 +4054,7 @@ call-bind@^1.0.7, call-bind@^1.0.8:
4054
4054
get-intrinsic "^1.2.4"
4055
4055
set-function-length "^1.2.2"
4056
4056
4057
- call-bound@^1.0.2, call-bound@^1.0.3 :
4057
+ call-bound@^1.0.2, call-bound@^1.0.3, call-bound@^1.0.4 :
4058
4058
version "1.0.4"
4059
4059
resolved "https://registry.yarnpkg.com/call-bound/-/call-bound-1.0.4.tgz#238de935d2a2a692928c538c7ccfa91067fd062a"
4060
4060
integrity sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==
@@ -5139,15 +5139,15 @@ eslint-plugin-react-hooks@^4.3.0:
5139
5139
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
5140
5140
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
5141
5141
5142
-
5143
- version "0.4.19 "
5144
- resolved "https://registry.yarnpkg.com/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.19 .tgz#f15020c0caa58e33fc4efda27d328281ca74e53d "
5145
- integrity sha512-eyy8pcr/YxSYjBoqIFSrlbn9i/xvxUFa8CjzAYo9cFjgGXqq1hyjihcpZvxRLalpaWmueWR81xn7vuKmAFijDQ ==
5142
+
5143
+ version "0.4.20 "
5144
+ resolved "https://registry.yarnpkg.com/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.20 .tgz#3bbfb5c8637e28d19ce3443686445e502ecd18ba "
5145
+ integrity sha512-XpbHQ2q5gUF8BGOX4dHe+71qoirYMhApEPZ7sfhF/dNnOF1UXnCMGZf79SFTBO7Bz5YEIT4TMieSlJBWhP9WBA ==
5146
5146
5147
- [email protected] .4 , eslint-plugin-react@^7.27.1:
5148
- version "7.37.4 "
5149
- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.4 .tgz#1b6c80b6175b6ae4b26055ae4d55d04c414c7181 "
5150
- integrity sha512-BGP0jRmfYyvOyvMoRX/uoUeW+GqNj9y16bPQzqAHf3AYII/tDs+jMN0dBVkl88/OZwNGwrVFxE7riHsXVfy/LQ ==
5147
+ [email protected] .5 , eslint-plugin-react@^7.27.1:
5148
+ version "7.37.5 "
5149
+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.5 .tgz#2975511472bdda1b272b34d779335c9b0e877065 "
5150
+ integrity sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA ==
5151
5151
dependencies :
5152
5152
array-includes "^3.1.8"
5153
5153
array.prototype.findlast "^1.2.5"
5159
5159
hasown "^2.0.2"
5160
5160
jsx-ast-utils "^2.4.1 || ^3.0.0"
5161
5161
minimatch "^3.1.2"
5162
- object.entries "^1.1.8 "
5162
+ object.entries "^1.1.9 "
5163
5163
object.fromentries "^2.0.8"
5164
5164
object.values "^1.2.1"
5165
5165
prop-types "^15.8.1"
@@ -7746,14 +7746,15 @@ object.entries@^1.1.7:
7746
7746
define-properties "^1.2.0"
7747
7747
es-abstract "^1.22.1"
7748
7748
7749
- object.entries@^1.1.8 :
7750
- version "1.1.8 "
7751
- resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.8 .tgz#bffe6f282e01f4d17807204a24f8edd823599c41 "
7752
- integrity sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ ==
7749
+ object.entries@^1.1.9 :
7750
+ version "1.1.9 "
7751
+ resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.9 .tgz#e4770a6a1444afb61bd39f984018b5bede25f8b3 "
7752
+ integrity sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw ==
7753
7753
dependencies :
7754
- call-bind "^1.0.7"
7754
+ call-bind "^1.0.8"
7755
+ call-bound "^1.0.4"
7755
7756
define-properties "^1.2.1"
7756
- es-object-atoms "^1.0.0 "
7757
+ es-object-atoms "^1.1.1 "
7757
7758
7758
7759
object.fromentries@^2.0.7 :
7759
7760
version "2.0.7"
0 commit comments