|
45 | 45 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790"
|
46 | 46 | integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==
|
47 | 47 |
|
48 |
| -"@babel/core@7.28.0", "@babel/core@^7.7.5": |
| 48 | +"@babel/core@7.28.0", "@babel/core@^7.24.4", "@babel/core@^7.7.5": |
49 | 49 | version "7.28.0"
|
50 | 50 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.0.tgz#55dad808d5bf3445a108eefc88ea3fdf034749a4"
|
51 | 51 | integrity sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==
|
|
237 | 237 | "@babel/template" "^7.27.2"
|
238 | 238 | "@babel/types" "^7.27.6"
|
239 | 239 |
|
240 |
| -"@babel/parser@^7.27.2", "@babel/parser@^7.28.0", "@babel/parser@^7.7.0": |
| 240 | +"@babel/parser@^7.24.4", "@babel/parser@^7.27.2", "@babel/parser@^7.28.0", "@babel/parser@^7.7.0": |
241 | 241 | version "7.28.0"
|
242 | 242 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.0.tgz#979829fbab51a29e13901e5a80713dbcb840825e"
|
243 | 243 | integrity sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==
|
|
601 | 601 | dependencies:
|
602 | 602 | "@babel/helper-plugin-utils" "^7.27.1"
|
603 | 603 |
|
604 |
| -"@babel/plugin-transform-private-methods@^7.27.1": |
| 604 | +"@babel/plugin-transform-private-methods@^7.24.4", "@babel/plugin-transform-private-methods@^7.27.1": |
605 | 605 | version "7.27.1"
|
606 | 606 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.27.1.tgz#fdacbab1c5ed81ec70dfdbb8b213d65da148b6af"
|
607 | 607 | integrity sha512-10FVt+X55AjRAYI9BrdISN9/AQWHqldOeZDUoLyif1Kn05a56xVBXb8ZouL8pZ9jem8QpXaOt8TS7RHUIS+GPA==
|
@@ -2765,10 +2765,17 @@ eslint-plugin-prettier@5.5.1:
|
2765 | 2765 | prettier-linter-helpers "^1.0.0"
|
2766 | 2766 | synckit "^0.11.7"
|
2767 | 2767 |
|
2768 |
| -eslint-plugin-react-hooks@4.6.2: |
2769 |
| - version "4.6.2" |
2770 |
| - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596" |
2771 |
| - integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ== |
| 2768 | +eslint-plugin-react-hooks@6.0.0: |
| 2769 | + version "6.0.0" |
| 2770 | + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-6.0.0.tgz#8677408c9a21251a776ce6da6369e072080a87fb" |
| 2771 | + integrity sha512-NyC3yIC9fazLitYiN8eHykV5wLp/SMuUZMh+sdPSHIeN4ReXIc7if40jtGjDplAgVL/4OkN1d9gneWe9lFZgag== |
| 2772 | + dependencies: |
| 2773 | + "@babel/core" "^7.24.4" |
| 2774 | + "@babel/parser" "^7.24.4" |
| 2775 | + "@babel/plugin-transform-private-methods" "^7.24.4" |
| 2776 | + hermes-parser "^0.25.1" |
| 2777 | + zod "^3.22.4" |
| 2778 | + zod-validation-error "^3.0.3" |
2772 | 2779 |
|
2773 | 2780 | eslint-plugin-react@7.37.5:
|
2774 | 2781 | version "7.37.5"
|
@@ -3504,6 +3511,18 @@ hasown@^2.0.2:
|
3504 | 3511 | dependencies:
|
3505 | 3512 | function-bind "^1.1.2"
|
3506 | 3513 |
|
| 3514 | +hermes-estree@0.25.1: |
| 3515 | + version "0.25.1" |
| 3516 | + resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.25.1.tgz#6aeec17d1983b4eabf69721f3aa3eb705b17f480" |
| 3517 | + integrity sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw== |
| 3518 | + |
| 3519 | +hermes-parser@^0.25.1: |
| 3520 | + version "0.25.1" |
| 3521 | + resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.25.1.tgz#5be0e487b2090886c62bd8a11724cd766d5f54d1" |
| 3522 | + integrity sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA== |
| 3523 | + dependencies: |
| 3524 | + hermes-estree "0.25.1" |
| 3525 | + |
3507 | 3526 | hpack.js@^2.1.6:
|
3508 | 3527 | version "2.1.6"
|
3509 | 3528 | resolved "https://registry.yarnpkg.com/hpack.js/-/hpack.js-2.1.6.tgz#87774c0949e513f42e84575b3c45681fade2a0b2"
|
@@ -6665,6 +6684,16 @@ yocto-queue@^1.0.0:
|
6665 | 6684 | resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
|
6666 | 6685 | integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==
|
6667 | 6686 |
|
| 6687 | +zod-validation-error@^3.0.3: |
| 6688 | + version "3.5.2" |
| 6689 | + resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-3.5.2.tgz#5af463c1acd4662e6b2610a75260931dbcb43a56" |
| 6690 | + integrity sha512-mdi7YOLtram5dzJ5aDtm1AG9+mxRma1iaMrZdYIpFO7epdKBUwLHIxTF8CPDeCQ828zAXYtizrKlEJAtzgfgrw== |
| 6691 | + |
| 6692 | +zod@^3.22.4: |
| 6693 | + version "3.25.71" |
| 6694 | + resolved "https://registry.yarnpkg.com/zod/-/zod-3.25.71.tgz#f87a19c06b061426564607726c05a4d3b9ac3fa9" |
| 6695 | + integrity sha512-BsBc/NPk7h8WsUWYWYL+BajcJPY8YhjelaWu2NMLuzgraKAz4Lb4/6K11g9jpuDetjMiqhZ6YaexFLOC0Ogi3Q== |
| 6696 | + |
6668 | 6697 | zwitch@^1.0.0:
|
6669 | 6698 | version "1.0.5"
|
6670 | 6699 | resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-1.0.5.tgz#d11d7381ffed16b742f6af7b3f223d5cd9fe9920"
|
|
0 commit comments