|
16 | 16 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.5.tgz#a8a4962e1567121ac0b3b487f52107443b455c7f" |
17 | 17 | integrity sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA== |
18 | 18 |
|
19 | | -"@babel/core@^7.28.4": |
20 | | - version "7.28.4" |
21 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496" |
22 | | - integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA== |
| 19 | +"@babel/core@^7.24.4", "@babel/core@^7.28.4": |
| 20 | + version "7.28.5" |
| 21 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e" |
| 22 | + integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw== |
23 | 23 | dependencies: |
24 | 24 | "@babel/code-frame" "^7.27.1" |
25 | | - "@babel/generator" "^7.28.3" |
| 25 | + "@babel/generator" "^7.28.5" |
26 | 26 | "@babel/helper-compilation-targets" "^7.27.2" |
27 | 27 | "@babel/helper-module-transforms" "^7.28.3" |
28 | 28 | "@babel/helpers" "^7.28.4" |
29 | | - "@babel/parser" "^7.28.4" |
| 29 | + "@babel/parser" "^7.28.5" |
30 | 30 | "@babel/template" "^7.27.2" |
31 | | - "@babel/traverse" "^7.28.4" |
32 | | - "@babel/types" "^7.28.4" |
| 31 | + "@babel/traverse" "^7.28.5" |
| 32 | + "@babel/types" "^7.28.5" |
33 | 33 | "@jridgewell/remapping" "^2.3.5" |
34 | 34 | convert-source-map "^2.0.0" |
35 | 35 | debug "^4.1.0" |
|
228 | 228 | "@babel/template" "^7.27.2" |
229 | 229 | "@babel/types" "^7.28.4" |
230 | 230 |
|
231 | | -"@babel/parser@^7.27.2", "@babel/parser@^7.28.3", "@babel/parser@^7.28.4": |
232 | | - version "7.28.4" |
233 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8" |
234 | | - integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg== |
235 | | - dependencies: |
236 | | - "@babel/types" "^7.28.4" |
237 | | - |
238 | | -"@babel/parser@^7.28.5": |
| 231 | +"@babel/parser@^7.24.4", "@babel/parser@^7.27.2", "@babel/parser@^7.28.3", "@babel/parser@^7.28.4", "@babel/parser@^7.28.5": |
239 | 232 | version "7.28.5" |
240 | 233 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08" |
241 | 234 | integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ== |
@@ -2501,10 +2494,16 @@ escape-string-regexp@^4.0.0: |
2501 | 2494 | resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz" |
2502 | 2495 | integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== |
2503 | 2496 |
|
2504 | | -eslint-plugin-react-hooks@^5.2.0: |
2505 | | - version "5.2.0" |
2506 | | - resolved "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz" |
2507 | | - integrity sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg== |
| 2497 | +eslint-plugin-react-hooks@^7.0.1: |
| 2498 | + version "7.0.1" |
| 2499 | + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.1.tgz#66e258db58ece50723ef20cc159f8aa908219169" |
| 2500 | + integrity sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA== |
| 2501 | + dependencies: |
| 2502 | + "@babel/core" "^7.24.4" |
| 2503 | + "@babel/parser" "^7.24.4" |
| 2504 | + hermes-parser "^0.25.1" |
| 2505 | + zod "^3.25.0 || ^4.0.0" |
| 2506 | + zod-validation-error "^3.5.0 || ^4.0.0" |
2508 | 2507 |
|
2509 | 2508 | eslint-plugin-react@^7.37.5: |
2510 | 2509 | version "7.37.5" |
@@ -2997,6 +2996,18 @@ he@^1.2.0: |
2997 | 2996 | resolved "https://registry.npmjs.org/he/-/he-1.2.0.tgz" |
2998 | 2997 | integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== |
2999 | 2998 |
|
| 2999 | + |
| 3000 | + version "0.25.1" |
| 3001 | + resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.25.1.tgz#6aeec17d1983b4eabf69721f3aa3eb705b17f480" |
| 3002 | + integrity sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw== |
| 3003 | + |
| 3004 | +hermes-parser@^0.25.1: |
| 3005 | + version "0.25.1" |
| 3006 | + resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.25.1.tgz#5be0e487b2090886c62bd8a11724cd766d5f54d1" |
| 3007 | + integrity sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA== |
| 3008 | + dependencies: |
| 3009 | + hermes-estree "0.25.1" |
| 3010 | + |
3000 | 3011 | hpack.js@^2.1.6: |
3001 | 3012 | version "2.1.6" |
3002 | 3013 | resolved "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz" |
@@ -5294,3 +5305,13 @@ yocto-queue@^0.1.0: |
5294 | 5305 | version "0.1.0" |
5295 | 5306 | resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz" |
5296 | 5307 | integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== |
| 5308 | + |
| 5309 | +"zod-validation-error@^3.5.0 || ^4.0.0": |
| 5310 | + version "4.0.2" |
| 5311 | + resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-4.0.2.tgz#bc605eba49ce0fcd598c127fee1c236be3f22918" |
| 5312 | + integrity sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ== |
| 5313 | + |
| 5314 | +"zod@^3.25.0 || ^4.0.0": |
| 5315 | + version "4.1.12" |
| 5316 | + resolved "https://registry.yarnpkg.com/zod/-/zod-4.1.12.tgz#64f1ea53d00eab91853195653b5af9eee68970f0" |
| 5317 | + integrity sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ== |
0 commit comments