|
59 | 59 | "@jridgewell/trace-mapping" "^0.3.28"
|
60 | 60 | jsesc "^3.0.2"
|
61 | 61 |
|
62 |
| -"@babel/helper-annotate-as-pure@^7.27.3": |
63 |
| - version "7.27.3" |
64 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5" |
65 |
| - integrity sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg== |
66 |
| - dependencies: |
67 |
| - "@babel/types" "^7.27.3" |
68 |
| - |
69 | 62 | "@babel/helper-compilation-targets@^7.27.2":
|
70 | 63 | version "7.27.2"
|
71 | 64 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d"
|
|
77 | 70 | lru-cache "^5.1.1"
|
78 | 71 | semver "^6.3.1"
|
79 | 72 |
|
80 |
| -"@babel/helper-create-class-features-plugin@^7.18.6": |
81 |
| - version "7.28.3" |
82 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.3.tgz#3e747434ea007910c320c4d39a6b46f20f371d46" |
83 |
| - integrity sha512-V9f6ZFIYSLNEbuGA/92uOvYsGCJNsuA8ESZ4ldc09bWk/j8H8TKiPw8Mk1eG6olpnO0ALHJmYfZvF4MEE4gajg== |
84 |
| - dependencies: |
85 |
| - "@babel/helper-annotate-as-pure" "^7.27.3" |
86 |
| - "@babel/helper-member-expression-to-functions" "^7.27.1" |
87 |
| - "@babel/helper-optimise-call-expression" "^7.27.1" |
88 |
| - "@babel/helper-replace-supers" "^7.27.1" |
89 |
| - "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1" |
90 |
| - "@babel/traverse" "^7.28.3" |
91 |
| - semver "^6.3.1" |
92 |
| - |
93 | 73 | "@babel/helper-globals@^7.28.0":
|
94 | 74 | version "7.28.0"
|
95 | 75 | resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674"
|
96 | 76 | integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==
|
97 | 77 |
|
98 |
| -"@babel/helper-member-expression-to-functions@^7.27.1": |
99 |
| - version "7.27.1" |
100 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz#ea1211276be93e798ce19037da6f06fbb994fa44" |
101 |
| - integrity sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA== |
102 |
| - dependencies: |
103 |
| - "@babel/traverse" "^7.27.1" |
104 |
| - "@babel/types" "^7.27.1" |
105 |
| - |
106 | 78 | "@babel/helper-module-imports@^7.27.1":
|
107 | 79 | version "7.27.1"
|
108 | 80 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204"
|
|
120 | 92 | "@babel/helper-validator-identifier" "^7.27.1"
|
121 | 93 | "@babel/traverse" "^7.28.3"
|
122 | 94 |
|
123 |
| -"@babel/helper-optimise-call-expression@^7.27.1": |
124 |
| - version "7.27.1" |
125 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200" |
126 |
| - integrity sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw== |
127 |
| - dependencies: |
128 |
| - "@babel/types" "^7.27.1" |
129 |
| - |
130 |
| -"@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.27.1": |
| 95 | +"@babel/helper-plugin-utils@^7.27.1": |
131 | 96 | version "7.27.1"
|
132 | 97 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz#ddb2f876534ff8013e6c2b299bf4d39b3c51d44c"
|
133 | 98 | integrity sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==
|
134 | 99 |
|
135 |
| -"@babel/helper-replace-supers@^7.27.1": |
136 |
| - version "7.27.1" |
137 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz#b1ed2d634ce3bdb730e4b52de30f8cccfd692bc0" |
138 |
| - integrity sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA== |
139 |
| - dependencies: |
140 |
| - "@babel/helper-member-expression-to-functions" "^7.27.1" |
141 |
| - "@babel/helper-optimise-call-expression" "^7.27.1" |
142 |
| - "@babel/traverse" "^7.27.1" |
143 |
| - |
144 |
| -"@babel/helper-skip-transparent-expression-wrappers@^7.27.1": |
145 |
| - version "7.27.1" |
146 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz#62bb91b3abba8c7f1fec0252d9dbea11b3ee7a56" |
147 |
| - integrity sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg== |
148 |
| - dependencies: |
149 |
| - "@babel/traverse" "^7.27.1" |
150 |
| - "@babel/types" "^7.27.1" |
151 |
| - |
152 | 100 | "@babel/helper-string-parser@^7.27.1":
|
153 | 101 | version "7.27.1"
|
154 | 102 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
|
|
179 | 127 | dependencies:
|
180 | 128 | "@babel/types" "^7.28.4"
|
181 | 129 |
|
182 |
| -"@babel/plugin-proposal-private-methods@^7.18.6": |
183 |
| - version "7.18.6" |
184 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz#5209de7d213457548a98436fa2882f52f4be6bea" |
185 |
| - integrity sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA== |
186 |
| - dependencies: |
187 |
| - "@babel/helper-create-class-features-plugin" "^7.18.6" |
188 |
| - "@babel/helper-plugin-utils" "^7.18.6" |
189 |
| - |
190 | 130 | "@babel/plugin-transform-react-jsx-self@^7.27.1":
|
191 | 131 | version "7.27.1"
|
192 | 132 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz#af678d8506acf52c577cac73ff7fe6615c85fc92"
|
|
262 | 202 | "@babel/helper-string-parser" "^7.27.1"
|
263 | 203 | "@babel/helper-validator-identifier" "^7.27.1"
|
264 | 204 |
|
265 |
| -"@babel/types@^7.27.3", "@babel/types@^7.28.4": |
266 |
| - version "7.28.4" |
267 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a" |
268 |
| - integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q== |
269 |
| - dependencies: |
270 |
| - "@babel/helper-string-parser" "^7.27.1" |
271 |
| - "@babel/helper-validator-identifier" "^7.27.1" |
272 |
| - |
273 | 205 | "@babel/types@^7.28.2":
|
274 | 206 | version "7.28.2"
|
275 | 207 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b"
|
|
278 | 210 | "@babel/helper-string-parser" "^7.27.1"
|
279 | 211 | "@babel/helper-validator-identifier" "^7.27.1"
|
280 | 212 |
|
| 213 | +"@babel/types@^7.28.4": |
| 214 | + version "7.28.4" |
| 215 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a" |
| 216 | + integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q== |
| 217 | + dependencies: |
| 218 | + "@babel/helper-string-parser" "^7.27.1" |
| 219 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 220 | + |
281 | 221 | "@emnapi/core@^1.5.0":
|
282 | 222 | version "1.5.0"
|
283 | 223 | resolved "https://registry.yarnpkg.com/@emnapi/core/-/core-1.5.0.tgz#85cd84537ec989cebb2343606a1ee663ce4edaf0"
|
@@ -1285,17 +1225,15 @@ escape-string-regexp@^4.0.0:
|
1285 | 1225 | resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
|
1286 | 1226 | integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
|
1287 | 1227 |
|
1288 |
| -eslint-plugin-react-hooks@^6.1.0: |
1289 |
| - version "6.1.0" |
1290 |
| - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-6.1.0.tgz#1d8b9f031234ea20371aafe4fd9156f7223b1433" |
1291 |
| - integrity sha512-72mucw/WLzEqGvL2vwE6fWR6geO6UbmDjz3eAb3pezxTpFzgbfyUeFKzmZKr9LhwUWMXfTVh1g0rKEJoyKNdoA== |
| 1228 | +eslint-plugin-react-hooks@^6.1.1: |
| 1229 | + version "6.1.1" |
| 1230 | + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-6.1.1.tgz#c04c051e382444bb62cdca9cf4df68ffe0845b8a" |
| 1231 | + integrity sha512-St9EKZzOAQF704nt2oJvAKZHjhrpg25ClQoaAlHmPZuajFldVLqRDW4VBNAS01NzeiQF0m0qhG1ZA807K6aVaQ== |
1292 | 1232 | dependencies:
|
1293 | 1233 | "@babel/core" "^7.24.4"
|
1294 | 1234 | "@babel/parser" "^7.24.4"
|
1295 |
| - "@babel/plugin-proposal-private-methods" "^7.18.6" |
1296 |
| - hermes-parser "^0.25.1" |
1297 |
| - zod "^3.22.4" |
1298 |
| - zod-validation-error "^3.0.3" |
| 1235 | + zod "^3.22.4 || ^4.0.0" |
| 1236 | + zod-validation-error "^3.0.3 || ^4.0.0" |
1299 | 1237 |
|
1300 | 1238 | eslint-plugin-react-refresh@^0.4.23:
|
1301 | 1239 | version "0.4.23"
|
@@ -1541,18 +1479,6 @@ has-flag@^4.0.0:
|
1541 | 1479 | resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
|
1542 | 1480 | integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
|
1543 | 1481 |
|
1544 |
| - |
1545 |
| - version "0.25.1" |
1546 |
| - resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.25.1.tgz#6aeec17d1983b4eabf69721f3aa3eb705b17f480" |
1547 |
| - integrity sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw== |
1548 |
| - |
1549 |
| -hermes-parser@^0.25.1: |
1550 |
| - version "0.25.1" |
1551 |
| - resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.25.1.tgz#5be0e487b2090886c62bd8a11724cd766d5f54d1" |
1552 |
| - integrity sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA== |
1553 |
| - dependencies: |
1554 |
| - hermes-estree "0.25.1" |
1555 |
| - |
1556 | 1482 | html-parse-stringify@^3.0.1:
|
1557 | 1483 | version "3.0.1"
|
1558 | 1484 | resolved "https://registry.yarnpkg.com/html-parse-stringify/-/html-parse-stringify-3.0.1.tgz#dfc1017347ce9f77c8141a507f233040c59c55d2"
|
@@ -2401,12 +2327,12 @@ yocto-queue@^0.1.0:
|
2401 | 2327 | resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
|
2402 | 2328 | integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
|
2403 | 2329 |
|
2404 |
| -zod-validation-error@^3.0.3: |
2405 |
| - version "3.5.3" |
2406 |
| - resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-3.5.3.tgz#85ba33290200d8db9f043621e284f40dddefb7e5" |
2407 |
| - integrity sha512-OT5Y8lbUadqVZCsnyFaTQ4/O2mys4tj7PqhdbBCp7McPwvIEKfPtdA6QfPeFQK2/Rz5LgwmAXRJTugBNBi0btw== |
| 2330 | +"zod-validation-error@^3.0.3 || ^4.0.0": |
| 2331 | + version "4.0.2" |
| 2332 | + resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-4.0.2.tgz#bc605eba49ce0fcd598c127fee1c236be3f22918" |
| 2333 | + integrity sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ== |
2408 | 2334 |
|
2409 |
| -zod@^3.22.4: |
2410 |
| - version "3.25.76" |
2411 |
| - resolved "https://registry.yarnpkg.com/zod/-/zod-3.25.76.tgz#26841c3f6fd22a6a2760e7ccb719179768471e34" |
2412 |
| - integrity sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ== |
| 2335 | +"zod@^3.22.4 || ^4.0.0": |
| 2336 | + version "4.1.11" |
| 2337 | + resolved "https://registry.yarnpkg.com/zod/-/zod-4.1.11.tgz#4aab62f76cfd45e6c6166519ba31b2ea019f75f5" |
| 2338 | + integrity sha512-WPsqwxITS2tzx1bzhIKsEs19ABD5vmCVa4xBo2tq/SrV4RNZtfws1EnCWQXM6yh8bD08a1idvkB5MZSBiZsjwg== |
0 commit comments