@@ -4097,7 +4097,7 @@ call-bind@^1.0.7, call-bind@^1.0.8:
40974097 get-intrinsic "^1.2.4"
40984098 set-function-length "^1.2.2"
40994099
4100- call-bound@^1.0.2, call-bound@^1.0.3 :
4100+ call-bound@^1.0.2, call-bound@^1.0.3, call-bound@^1.0.4 :
41014101 version "1.0.4"
41024102 resolved "https://registry.yarnpkg.com/call-bound/-/call-bound-1.0.4.tgz#238de935d2a2a692928c538c7ccfa91067fd062a"
41034103 integrity sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==
@@ -5224,15 +5224,15 @@ eslint-plugin-react-hooks@^4.3.0:
52245224 resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
52255225 integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
52265226
5227- eslint-plugin-react-refresh@0.4.19 :
5228- version "0.4.19 "
5229- resolved "https://registry.yarnpkg.com/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.19 .tgz#f15020c0caa58e33fc4efda27d328281ca74e53d "
5230- integrity sha512-eyy8pcr/YxSYjBoqIFSrlbn9i/xvxUFa8CjzAYo9cFjgGXqq1hyjihcpZvxRLalpaWmueWR81xn7vuKmAFijDQ ==
5227+ eslint-plugin-react-refresh@0.4.20 :
5228+ version "0.4.20 "
5229+ resolved "https://registry.yarnpkg.com/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.20 .tgz#3bbfb5c8637e28d19ce3443686445e502ecd18ba "
5230+ integrity sha512-XpbHQ2q5gUF8BGOX4dHe+71qoirYMhApEPZ7sfhF/dNnOF1UXnCMGZf79SFTBO7Bz5YEIT4TMieSlJBWhP9WBA ==
52315231
5232- eslint-plugin-react@7.37.4 , eslint-plugin-react@^7.27.1 :
5233- version "7.37.4 "
5234- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.4 .tgz#1b6c80b6175b6ae4b26055ae4d55d04c414c7181 "
5235- integrity sha512-BGP0jRmfYyvOyvMoRX/uoUeW+GqNj9y16bPQzqAHf3AYII/tDs+jMN0dBVkl88/OZwNGwrVFxE7riHsXVfy/LQ ==
5232+ eslint-plugin-react@7.37.5 , eslint-plugin-react@^7.27.1 :
5233+ version "7.37.5 "
5234+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.5 .tgz#2975511472bdda1b272b34d779335c9b0e877065 "
5235+ integrity sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA ==
52365236 dependencies :
52375237 array-includes "^3.1.8"
52385238 array.prototype.findlast "^1.2.5"
@@ -5244,7 +5244,7 @@ eslint-plugin-react@7.37.4, eslint-plugin-react@^7.27.1:
52445244 hasown "^2.0.2"
52455245 jsx-ast-utils "^2.4.1 || ^3.0.0"
52465246 minimatch "^3.1.2"
5247- object.entries "^1.1.8 "
5247+ object.entries "^1.1.9 "
52485248 object.fromentries "^2.0.8"
52495249 object.values "^1.2.1"
52505250 prop-types "^15.8.1"
@@ -7816,14 +7816,15 @@ object.entries@^1.1.7:
78167816 define-properties "^1.2.0"
78177817 es-abstract "^1.22.1"
78187818
7819- object.entries@^1.1.8 :
7820- version "1.1.8 "
7821- resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.8 .tgz#bffe6f282e01f4d17807204a24f8edd823599c41 "
7822- integrity sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ ==
7819+ object.entries@^1.1.9 :
7820+ version "1.1.9 "
7821+ resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.9 .tgz#e4770a6a1444afb61bd39f984018b5bede25f8b3 "
7822+ integrity sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw ==
78237823 dependencies :
7824- call-bind "^1.0.7"
7824+ call-bind "^1.0.8"
7825+ call-bound "^1.0.4"
78257826 define-properties "^1.2.1"
7826- es-object-atoms "^1.0.0 "
7827+ es-object-atoms "^1.1.1 "
78277828
78287829object.fromentries@^2.0.7 :
78297830 version "2.0.7"
@@ -8381,18 +8382,18 @@ react-redux@9.2.0:
83818382 resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.16.0.tgz#e7d45625f05c9709466d09348a25d22f79b2ad23"
83828383 integrity sha512-FPvF2XxTSikpJxcr+bHut2H4gJ17+18Uy20D5/F+SKzFap62R3cM5wH6b8WN3LyGSYeQilLEcJcR1fjBSI2S1A==
83838384
8384- react-router-dom@6.30.0 :
8385- version "6.30.0 "
8386- resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.30.0 .tgz#a64774104508bff56b1affc2796daa3f7e76b7df "
8387- integrity sha512-x30B78HV5tFk8ex0ITwzC9TTZMua4jGyA9IUlH1JLQYQTFyxr/ZxwOJq7evg1JX1qGVUcvhsmQSKdPncQrjTgA ==
8385+ react-router-dom@6.30.1 :
8386+ version "6.30.1 "
8387+ resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.30.1 .tgz#da2580c272ddb61325e435478566be9563a4a237 "
8388+ integrity sha512-llKsgOkZdbPU1Eg3zK8lCn+sjD9wMRZZPuzmdWWX5SUs8OFkN5HnFVC0u5KMeMaC9aoancFI/KoLuKPqN+hxHw ==
83888389 dependencies :
83898390 " @remix-run/router" " 1.23.0"
8390- react-router "6.30.0 "
8391+ react-router "6.30.1 "
83918392
8392- react-router@6.30.0 :
8393- version "6.30.0 "
8394- resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.30.0 .tgz#9789d775e63bc0df60f39ced77c8c41f1e01ff90 "
8395- integrity sha512-D3X8FyH9nBcTSHGdEKurK7r8OYE1kKFn3d/CF+CoxbSHkxU7o37+Uh7eAHRXr6k2tSExXYO++07PeXJtA/dEhQ ==
8393+ react-router@6.30.1 :
8394+ version "6.30.1 "
8395+ resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.30.1 .tgz#ecb3b883c9ba6dbf5d319ddbc996747f4ab9f4c3 "
8396+ integrity sha512-X1m21aEmxGXqENEPG3T6u0Th7g0aS4ZmoNynhbs+Cn+q+QGTLt+d5IQ2bHAXKzKcxGJjxACpVbnYQSCRcfxHlQ ==
83968397 dependencies :
83978398 " @remix-run/router" " 1.23.0"
83988399
0 commit comments