|
29 | 29 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.3.tgz#cc49c2ac222d69b889bf34c795f537c0c6311111" |
30 | 30 | integrity sha512-V42wFfx1ymFte+ecf6iXghnnP8kWTO+ZLXIyZq+1LAXHHvTZdVxicn4yiVYdYMGaCO3tmqub11AorKkv+iodqw== |
31 | 31 |
|
32 | | -"@babel/core@7.27.7": |
| 32 | +"@babel/core@7.27.7", "@babel/core@^7.24.4": |
33 | 33 | version "7.27.7" |
34 | 34 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.7.tgz#0ddeab1e7b17317dad8c3c3a887716f66b5c4428" |
35 | 35 | integrity sha512-BU2f9tlKQ5CAthiMIgpzAh4eDTLWo1mqi9jqE2OxMG0E/OM199VJt2q8BztTxpnSW0i1ymdwLXRJnYzvDM5r2w== |
|
216 | 216 | "@babel/template" "^7.27.2" |
217 | 217 | "@babel/types" "^7.27.6" |
218 | 218 |
|
219 | | -"@babel/parser@^7.27.2", "@babel/parser@^7.27.5", "@babel/parser@^7.27.7": |
| 219 | +"@babel/parser@^7.24.4", "@babel/parser@^7.27.2", "@babel/parser@^7.27.5", "@babel/parser@^7.27.7": |
220 | 220 | version "7.27.7" |
221 | 221 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.7.tgz#1687f5294b45039c159730e3b9c1f1b242e425e9" |
222 | 222 | integrity sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q== |
|
569 | 569 | dependencies: |
570 | 570 | "@babel/helper-plugin-utils" "^7.27.1" |
571 | 571 |
|
572 | | -"@babel/plugin-transform-private-methods@^7.27.1": |
| 572 | +"@babel/plugin-transform-private-methods@^7.24.4", "@babel/plugin-transform-private-methods@^7.27.1": |
573 | 573 | version "7.27.1" |
574 | 574 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.27.1.tgz#fdacbab1c5ed81ec70dfdbb8b213d65da148b6af" |
575 | 575 | integrity sha512-10FVt+X55AjRAYI9BrdISN9/AQWHqldOeZDUoLyif1Kn05a56xVBXb8ZouL8pZ9jem8QpXaOt8TS7RHUIS+GPA== |
@@ -2144,10 +2144,17 @@ eslint-plugin-prettier@5.5.1: |
2144 | 2144 | prettier-linter-helpers "^1.0.0" |
2145 | 2145 | synckit "^0.11.7" |
2146 | 2146 |
|
2147 | | -eslint-plugin-react-hooks@4.6.2: |
2148 | | - version "4.6.2" |
2149 | | - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596" |
2150 | | - integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ== |
| 2147 | +eslint-plugin-react-hooks@6.0.0: |
| 2148 | + version "6.0.0" |
| 2149 | + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-6.0.0.tgz#8677408c9a21251a776ce6da6369e072080a87fb" |
| 2150 | + integrity sha512-NyC3yIC9fazLitYiN8eHykV5wLp/SMuUZMh+sdPSHIeN4ReXIc7if40jtGjDplAgVL/4OkN1d9gneWe9lFZgag== |
| 2151 | + dependencies: |
| 2152 | + "@babel/core" "^7.24.4" |
| 2153 | + "@babel/parser" "^7.24.4" |
| 2154 | + "@babel/plugin-transform-private-methods" "^7.24.4" |
| 2155 | + hermes-parser "^0.25.1" |
| 2156 | + zod "^3.22.4" |
| 2157 | + zod-validation-error "^3.0.3" |
2151 | 2158 |
|
2152 | 2159 | eslint-plugin-react@7.37.5: |
2153 | 2160 | version "7.37.5" |
@@ -2609,6 +2616,18 @@ hasown@^2.0.0, hasown@^2.0.2: |
2609 | 2616 | dependencies: |
2610 | 2617 | function-bind "^1.1.2" |
2611 | 2618 |
|
| 2619 | +hermes-estree@0.25.1: |
| 2620 | + version "0.25.1" |
| 2621 | + resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.25.1.tgz#6aeec17d1983b4eabf69721f3aa3eb705b17f480" |
| 2622 | + integrity sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw== |
| 2623 | + |
| 2624 | +hermes-parser@^0.25.1: |
| 2625 | + version "0.25.1" |
| 2626 | + resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.25.1.tgz#5be0e487b2090886c62bd8a11724cd766d5f54d1" |
| 2627 | + integrity sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA== |
| 2628 | + dependencies: |
| 2629 | + hermes-estree "0.25.1" |
| 2630 | + |
2612 | 2631 | hmac-drbg@^1.0.1: |
2613 | 2632 | version "1.0.1" |
2614 | 2633 | resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" |
@@ -4468,3 +4487,13 @@ yocto-queue@^0.1.0: |
4468 | 4487 | version "0.1.0" |
4469 | 4488 | resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" |
4470 | 4489 | integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== |
| 4490 | + |
| 4491 | +zod-validation-error@^3.0.3: |
| 4492 | + version "3.5.2" |
| 4493 | + resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-3.5.2.tgz#5af463c1acd4662e6b2610a75260931dbcb43a56" |
| 4494 | + integrity sha512-mdi7YOLtram5dzJ5aDtm1AG9+mxRma1iaMrZdYIpFO7epdKBUwLHIxTF8CPDeCQ828zAXYtizrKlEJAtzgfgrw== |
| 4495 | + |
| 4496 | +zod@^3.22.4: |
| 4497 | + version "3.25.67" |
| 4498 | + resolved "https://registry.yarnpkg.com/zod/-/zod-3.25.67.tgz#62987e4078e2ab0f63b491ef0c4f33df24236da8" |
| 4499 | + integrity sha512-idA2YXwpCdqUSKRCACDE6ItZD9TZzy3OZMtpfLoh6oPR47lipysRrJfjzMqFxQ3uJuUPyUeWe1r9vLH33xO/Qw== |
0 commit comments