|
1622 | 1622 | json5 "^2.2.1" |
1623 | 1623 | semver "^6.3.0" |
1624 | 1624 |
|
1625 | | -"@babel/core@^7.12.0", "@babel/core@^7.12.3", "@babel/core@^7.16.10", "@babel/core@^7.16.7", "@babel/core@^7.17.2", "@babel/core@^7.18.5", "@babel/core@^7.21.0", "@babel/core@^7.22.10", "@babel/core@^7.22.11", "@babel/core@^7.23.3", "@babel/core@^7.23.7", "@babel/core@^7.26.8", "@babel/core@^7.27.1", "@babel/core@^7.27.7", "@babel/core@^7.28.5", "@babel/core@^7.29.6", "@babel/core@^7.3.4": |
| 1625 | +"@babel/core@^7.12.0", "@babel/core@^7.12.3", "@babel/core@^7.16.10", "@babel/core@^7.16.7", "@babel/core@^7.17.2", "@babel/core@^7.18.5", "@babel/core@^7.21.0", "@babel/core@^7.22.10", "@babel/core@^7.22.11", "@babel/core@^7.23.3", "@babel/core@^7.23.7", "@babel/core@^7.24.4", "@babel/core@^7.26.8", "@babel/core@^7.27.1", "@babel/core@^7.27.7", "@babel/core@^7.28.5", "@babel/core@^7.29.6", "@babel/core@^7.3.4": |
1626 | 1626 | version "7.29.7" |
1627 | 1627 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.7.tgz#80c10b17248082968b57a857b91640971f2070f7" |
1628 | 1628 | integrity sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA== |
|
1869 | 1869 | "@babel/template" "^7.29.7" |
1870 | 1870 | "@babel/types" "^7.29.7" |
1871 | 1871 |
|
1872 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.4", "@babel/parser@^7.18.10", "@babel/parser@^7.20.7", "@babel/parser@^7.22.10", "@babel/parser@^7.22.16", "@babel/parser@^7.23.5", "@babel/parser@^7.23.6", "@babel/parser@^7.25.4", "@babel/parser@^7.26.7", "@babel/parser@^7.27.7", "@babel/parser@^7.28.0", "@babel/parser@^7.28.4", "@babel/parser@^7.28.5", "@babel/parser@^7.29.3", "@babel/parser@^7.29.7", "@babel/parser@^7.4.5", "@babel/parser@^7.7.0": |
| 1872 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.4", "@babel/parser@^7.18.10", "@babel/parser@^7.20.7", "@babel/parser@^7.22.10", "@babel/parser@^7.22.16", "@babel/parser@^7.23.5", "@babel/parser@^7.23.6", "@babel/parser@^7.24.4", "@babel/parser@^7.25.4", "@babel/parser@^7.26.7", "@babel/parser@^7.27.7", "@babel/parser@^7.28.0", "@babel/parser@^7.28.4", "@babel/parser@^7.28.5", "@babel/parser@^7.29.3", "@babel/parser@^7.29.7", "@babel/parser@^7.4.5", "@babel/parser@^7.7.0": |
1873 | 1873 | version "7.29.7" |
1874 | 1874 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.7.tgz#837b87387cbf5ec5530cb634b3c622f68edb9334" |
1875 | 1875 | integrity sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg== |
@@ -16265,10 +16265,16 @@ eslint-plugin-qunit@8.0.0: |
16265 | 16265 | eslint-utils "^3.0.0" |
16266 | 16266 | requireindex "^1.2.0" |
16267 | 16267 |
|
16268 | | -eslint-plugin-react-hooks@^4.6.0: |
16269 | | - version "4.6.2" |
16270 | | - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596" |
16271 | | - integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ== |
| 16268 | +eslint-plugin-react-hooks@^7.1.1: |
| 16269 | + version "7.1.1" |
| 16270 | + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.1.1.tgz#e6742cad75d970c0a3f30d7d3fa80a4784f55927" |
| 16271 | + integrity sha512-f2I7Gw6JbvCexzIInuSbZpfdQ44D7iqdWX01FKLvrPgqxoE7oMj8clOfto8U6vYiz4yd5oKu39rRSVOe1zRu0g== |
| 16272 | + dependencies: |
| 16273 | + "@babel/core" "^7.24.4" |
| 16274 | + "@babel/parser" "^7.24.4" |
| 16275 | + hermes-parser "^0.25.1" |
| 16276 | + zod "^3.25.0 || ^4.0.0" |
| 16277 | + zod-validation-error "^3.5.0 || ^4.0.0" |
16272 | 16278 |
|
16273 | 16279 | eslint-plugin-react@^7.20.5, eslint-plugin-react@^7.31.11: |
16274 | 16280 | version "7.31.11" |
@@ -18459,6 +18465,18 @@ heimdalljs@^0.2.0, heimdalljs@^0.2.1, heimdalljs@^0.2.3, heimdalljs@^0.2.5, heim |
18459 | 18465 | dependencies: |
18460 | 18466 | rsvp "~3.2.1" |
18461 | 18467 |
|
| 18468 | +hermes-estree@0.25.1: |
| 18469 | + version "0.25.1" |
| 18470 | + resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.25.1.tgz#6aeec17d1983b4eabf69721f3aa3eb705b17f480" |
| 18471 | + integrity sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw== |
| 18472 | + |
| 18473 | +hermes-parser@^0.25.1: |
| 18474 | + version "0.25.1" |
| 18475 | + resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.25.1.tgz#5be0e487b2090886c62bd8a11724cd766d5f54d1" |
| 18476 | + integrity sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA== |
| 18477 | + dependencies: |
| 18478 | + hermes-estree "0.25.1" |
| 18479 | + |
18462 | 18480 | "history-4@npm:history@4.6.0": |
18463 | 18481 | version "4.6.0" |
18464 | 18482 | resolved "https://registry.yarnpkg.com/history/-/history-4.6.0.tgz#2e09f7b173333040044c9fede373ad29bc2e2186" |
@@ -31276,15 +31294,20 @@ zod-to-json-schema@^3.22.3, zod-to-json-schema@^3.24.1: |
31276 | 31294 | resolved "https://registry.yarnpkg.com/zod-to-json-schema/-/zod-to-json-schema-3.24.6.tgz#5920f020c4d2647edfbb954fa036082b92c9e12d" |
31277 | 31295 | integrity sha512-h/z3PKvcTcTetyjl1fkj79MHNEjm+HpD6NXheWjzOekY7kV+lwDYnHw+ivHkijnCSMz1yJaWBD9vu/Fcmk+vEg== |
31278 | 31296 |
|
| 31297 | +"zod-validation-error@^3.5.0 || ^4.0.0": |
| 31298 | + version "4.0.2" |
| 31299 | + resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-4.0.2.tgz#bc605eba49ce0fcd598c127fee1c236be3f22918" |
| 31300 | + integrity sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ== |
| 31301 | + |
31279 | 31302 | zod@^3.22.4, zod@^3.23.8, zod@^3.24.1, zod@^3.25.32: |
31280 | 31303 | version "3.25.76" |
31281 | 31304 | resolved "https://registry.yarnpkg.com/zod/-/zod-3.25.76.tgz#26841c3f6fd22a6a2760e7ccb719179768471e34" |
31282 | 31305 | integrity sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ== |
31283 | 31306 |
|
31284 | | -zod@^4.0.0: |
31285 | | - version "4.3.6" |
31286 | | - resolved "https://registry.yarnpkg.com/zod/-/zod-4.3.6.tgz#89c56e0aa7d2b05107d894412227087885ab112a" |
31287 | | - integrity sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg== |
| 31307 | +"zod@^3.25.0 || ^4.0.0", zod@^4.0.0: |
| 31308 | + version "4.4.3" |
| 31309 | + resolved "https://registry.yarnpkg.com/zod/-/zod-4.4.3.tgz#b680f172885d18bbebf21a834ea25e55a1bbf356" |
| 31310 | + integrity sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ== |
31288 | 31311 |
|
31289 | 31312 | zone.js@^0.12.0: |
31290 | 31313 | version "0.12.0" |
|
0 commit comments