@@ -4097,7 +4097,7 @@ call-bind@^1.0.7, call-bind@^1.0.8:
4097
4097
get-intrinsic "^1.2.4"
4098
4098
set-function-length "^1.2.2"
4099
4099
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 :
4101
4101
version "1.0.4"
4102
4102
resolved "https://registry.yarnpkg.com/call-bound/-/call-bound-1.0.4.tgz#238de935d2a2a692928c538c7ccfa91067fd062a"
4103
4103
integrity sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==
@@ -5224,15 +5224,15 @@ eslint-plugin-react-hooks@^4.3.0:
5224
5224
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
5225
5225
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
5226
5226
5227
-
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
+
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 ==
5231
5231
5232
- [email protected] .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
+ [email protected] .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 ==
5236
5236
dependencies :
5237
5237
array-includes "^3.1.8"
5238
5238
array.prototype.findlast "^1.2.5"
5244
5244
hasown "^2.0.2"
5245
5245
jsx-ast-utils "^2.4.1 || ^3.0.0"
5246
5246
minimatch "^3.1.2"
5247
- object.entries "^1.1.8 "
5247
+ object.entries "^1.1.9 "
5248
5248
object.fromentries "^2.0.8"
5249
5249
object.values "^1.2.1"
5250
5250
prop-types "^15.8.1"
@@ -7816,14 +7816,15 @@ object.entries@^1.1.7:
7816
7816
define-properties "^1.2.0"
7817
7817
es-abstract "^1.22.1"
7818
7818
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 ==
7823
7823
dependencies :
7824
- call-bind "^1.0.7"
7824
+ call-bind "^1.0.8"
7825
+ call-bound "^1.0.4"
7825
7826
define-properties "^1.2.1"
7826
- es-object-atoms "^1.0.0 "
7827
+ es-object-atoms "^1.1.1 "
7827
7828
7828
7829
object.fromentries@^2.0.7 :
7829
7830
version "2.0.7"
8381
8382
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.16.0.tgz#e7d45625f05c9709466d09348a25d22f79b2ad23"
8382
8383
integrity sha512-FPvF2XxTSikpJxcr+bHut2H4gJ17+18Uy20D5/F+SKzFap62R3cM5wH6b8WN3LyGSYeQilLEcJcR1fjBSI2S1A==
8383
8384
8384
-
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
+
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 ==
8388
8389
dependencies :
8389
8390
" @remix-run/router" " 1.23.0"
8390
- react-router "6.30.0 "
8391
+ react-router "6.30.1 "
8391
8392
8392
-
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
+
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 ==
8396
8397
dependencies :
8397
8398
" @remix-run/router" " 1.23.0"
8398
8399
0 commit comments