|
37 | 37 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790"
|
38 | 38 | integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==
|
39 | 39 |
|
40 |
| -"@babel/[email protected]", "@babel/core@^7.7.5": |
| 40 | +"@babel/[email protected]", "@babel/core@^7.24.4", "@babel/core@^7.7.5": |
41 | 41 | version "7.28.4"
|
42 | 42 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496"
|
43 | 43 | integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==
|
|
229 | 229 | "@babel/template" "^7.27.2"
|
230 | 230 | "@babel/types" "^7.28.4"
|
231 | 231 |
|
232 |
| -"@babel/parser@^7.27.2", "@babel/parser@^7.28.3", "@babel/parser@^7.28.4", "@babel/parser@^7.7.0": |
| 232 | +"@babel/parser@^7.24.4", "@babel/parser@^7.27.2", "@babel/parser@^7.28.3", "@babel/parser@^7.28.4", "@babel/parser@^7.7.0": |
233 | 233 | version "7.28.4"
|
234 | 234 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8"
|
235 | 235 | integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==
|
|
593 | 593 | dependencies:
|
594 | 594 | "@babel/helper-plugin-utils" "^7.27.1"
|
595 | 595 |
|
596 |
| -"@babel/plugin-transform-private-methods@^7.27.1": |
| 596 | +"@babel/plugin-transform-private-methods@^7.24.4", "@babel/plugin-transform-private-methods@^7.27.1": |
597 | 597 | version "7.27.1"
|
598 | 598 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.27.1.tgz#fdacbab1c5ed81ec70dfdbb8b213d65da148b6af"
|
599 | 599 | integrity sha512-10FVt+X55AjRAYI9BrdISN9/AQWHqldOeZDUoLyif1Kn05a56xVBXb8ZouL8pZ9jem8QpXaOt8TS7RHUIS+GPA==
|
|
2757 | 2757 | prettier-linter-helpers "^1.0.0"
|
2758 | 2758 | synckit "^0.11.7"
|
2759 | 2759 |
|
2760 |
| - |
2761 |
| - version "4.6.2" |
2762 |
| - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596" |
2763 |
| - integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ== |
| 2760 | + |
| 2761 | + version "6.0.0" |
| 2762 | + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-6.0.0.tgz#8677408c9a21251a776ce6da6369e072080a87fb" |
| 2763 | + integrity sha512-NyC3yIC9fazLitYiN8eHykV5wLp/SMuUZMh+sdPSHIeN4ReXIc7if40jtGjDplAgVL/4OkN1d9gneWe9lFZgag== |
| 2764 | + dependencies: |
| 2765 | + "@babel/core" "^7.24.4" |
| 2766 | + "@babel/parser" "^7.24.4" |
| 2767 | + "@babel/plugin-transform-private-methods" "^7.24.4" |
| 2768 | + hermes-parser "^0.25.1" |
| 2769 | + zod "^3.22.4" |
| 2770 | + zod-validation-error "^3.0.3" |
2764 | 2771 |
|
2765 | 2772 |
|
2766 | 2773 | version "7.37.5"
|
@@ -3496,6 +3503,18 @@ hasown@^2.0.2:
|
3496 | 3503 | dependencies:
|
3497 | 3504 | function-bind "^1.1.2"
|
3498 | 3505 |
|
| 3506 | + |
| 3507 | + version "0.25.1" |
| 3508 | + resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.25.1.tgz#6aeec17d1983b4eabf69721f3aa3eb705b17f480" |
| 3509 | + integrity sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw== |
| 3510 | + |
| 3511 | +hermes-parser@^0.25.1: |
| 3512 | + version "0.25.1" |
| 3513 | + resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.25.1.tgz#5be0e487b2090886c62bd8a11724cd766d5f54d1" |
| 3514 | + integrity sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA== |
| 3515 | + dependencies: |
| 3516 | + hermes-estree "0.25.1" |
| 3517 | + |
3499 | 3518 | hpack.js@^2.1.6:
|
3500 | 3519 | version "2.1.6"
|
3501 | 3520 | resolved "https://registry.yarnpkg.com/hpack.js/-/hpack.js-2.1.6.tgz#87774c0949e513f42e84575b3c45681fade2a0b2"
|
@@ -6658,6 +6677,16 @@ yocto-queue@^1.0.0:
|
6658 | 6677 | resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
|
6659 | 6678 | integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==
|
6660 | 6679 |
|
| 6680 | +zod-validation-error@^3.0.3: |
| 6681 | + version "3.5.3" |
| 6682 | + resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-3.5.3.tgz#85ba33290200d8db9f043621e284f40dddefb7e5" |
| 6683 | + integrity sha512-OT5Y8lbUadqVZCsnyFaTQ4/O2mys4tj7PqhdbBCp7McPwvIEKfPtdA6QfPeFQK2/Rz5LgwmAXRJTugBNBi0btw== |
| 6684 | + |
| 6685 | +zod@^3.22.4: |
| 6686 | + version "3.25.76" |
| 6687 | + resolved "https://registry.yarnpkg.com/zod/-/zod-3.25.76.tgz#26841c3f6fd22a6a2760e7ccb719179768471e34" |
| 6688 | + integrity sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ== |
| 6689 | + |
6661 | 6690 | zwitch@^1.0.0:
|
6662 | 6691 | version "1.0.5"
|
6663 | 6692 | resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-1.0.5.tgz#d11d7381ffed16b742f6af7b3f223d5cd9fe9920"
|
|
0 commit comments