diff --git a/packages/ui/package.json b/packages/ui/package.json index 75cb02c3..3ad08d8b 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -24,7 +24,7 @@ }, "prettier": "@kosori/prettier-config", "dependencies": { - "@hookform/resolvers": "^4.0.0", + "@hookform/resolvers": "^5.2.2", "@kosori/hooks": "workspace:*", "@radix-ui/react-accordion": "^1.2.12", "@radix-ui/react-alert-dialog": "^1.1.15", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8adf57c1..b4c953ed 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -277,8 +277,8 @@ importers: packages/ui: dependencies: '@hookform/resolvers': - specifier: ^4.0.0 - version: 4.0.0(react-hook-form@7.54.2(react@18.3.1)) + specifier: ^5.2.2 + version: 5.2.2(react-hook-form@7.54.2(react@18.3.1)) '@kosori/hooks': specifier: workspace:* version: link:../hooks @@ -465,7 +465,7 @@ importers: version: 7.37.5(eslint@9.34.0(jiti@2.4.2)) eslint-plugin-react-hooks: specifier: rc - version: 6.0.0-rc.1(eslint@9.34.0(jiti@2.4.2)) + version: 6.0.0-rc.2(eslint@9.34.0(jiti@2.4.2)) eslint-plugin-tailwindcss: specifier: ^3.18.2 version: 3.18.2(tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.17.1)(typescript@5.9.2))) @@ -655,9 +655,10 @@ packages: engines: {node: '>=6.0.0'} hasBin: true - '@babel/plugin-transform-private-methods@7.25.9': - resolution: {integrity: sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==} + '@babel/plugin-proposal-private-methods@7.18.6': + resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead. peerDependencies: '@babel/core': ^7.0.0-0 @@ -1079,10 +1080,10 @@ packages: '@formatjs/intl-localematcher@0.6.0': resolution: {integrity: sha512-4rB4g+3hESy1bHSBG3tDFaMY2CH67iT7yne1e+0CLTsGLDcmoEWWpJjjpWVaYgYfYuohIRuo0E+N536gd2ZHZA==} - '@hookform/resolvers@4.0.0': - resolution: {integrity: sha512-93ZueVlTaeMF0pRbrLbcnzrxeb2mGA/xyO3RgfrsKs5OCtcfjoWcdjBJm+N7096Jfg/JYlGPjuyQCgqVEodSTg==} + '@hookform/resolvers@5.2.2': + resolution: {integrity: sha512-A/IxlMLShx3KjV/HeTcTfaMxdwy690+L/ZADoeaTltLx+CVuzkeVIPuybK3jrRfw7YZnmdKsVVHAlEPIAEUNlA==} peerDependencies: - react-hook-form: ^7.0.0 + react-hook-form: ^7.55.0 '@humanfs/core@0.19.1': resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==} @@ -3580,8 +3581,8 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9 - eslint-plugin-react-hooks@6.0.0-rc.1: - resolution: {integrity: sha512-7C4c7bdtd/B7Q+HruZxYhGjwZVvJawvQpilEYlRG1Jncuk1ZNqrFy9bO8SJNieyj3iDh8WPQA7BzzPO7sNAyEA==} + eslint-plugin-react-hooks@6.0.0-rc.2: + resolution: {integrity: sha512-2cnFkQl2xld2BgKDtxLSd/JqkpZHBXZKcz+ZurfiQ7GECzMckIddJN5PZyWach3MN4h/CjwfqPigAtYxInXtuw==} engines: {node: '>=18'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 @@ -4706,6 +4707,7 @@ packages: next@15.5.0: resolution: {integrity: sha512-N1lp9Hatw3a9XLt0307lGB4uTKsXDhyOKQo7uYMzX4i0nF/c27grcGXkLdb7VcT8QPYLBa8ouIyEoUQJ2OyeNQ==} engines: {node: ^18.18.0 || ^19.8.0 || >= 20.0.0} + deprecated: This version has a security vulnerability. Please upgrade to a patched version. See https://nextjs.org/blog/CVE-2025-66478 for more details. hasBin: true peerDependencies: '@opentelemetry/api': ^1.1.0 @@ -6082,7 +6084,7 @@ snapshots: '@babel/helper-annotate-as-pure@7.25.9': dependencies: - '@babel/types': 7.26.3 + '@babel/types': 7.27.0 '@babel/helper-compilation-targets@7.27.0': dependencies: @@ -6108,7 +6110,7 @@ snapshots: '@babel/helper-member-expression-to-functions@7.25.9': dependencies: '@babel/traverse': 7.27.0 - '@babel/types': 7.26.3 + '@babel/types': 7.27.0 transitivePeerDependencies: - supports-color @@ -6130,7 +6132,7 @@ snapshots: '@babel/helper-optimise-call-expression@7.25.9': dependencies: - '@babel/types': 7.26.3 + '@babel/types': 7.27.0 '@babel/helper-plugin-utils@7.26.5': {} @@ -6146,7 +6148,7 @@ snapshots: '@babel/helper-skip-transparent-expression-wrappers@7.25.9': dependencies: '@babel/traverse': 7.27.0 - '@babel/types': 7.26.3 + '@babel/types': 7.27.0 transitivePeerDependencies: - supports-color @@ -6169,7 +6171,7 @@ snapshots: dependencies: '@babel/types': 7.27.0 - '@babel/plugin-transform-private-methods@7.25.9(@babel/core@7.26.10)': + '@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.26.10)': dependencies: '@babel/core': 7.26.10 '@babel/helper-create-class-features-plugin': 7.27.0(@babel/core@7.26.10) @@ -6490,8 +6492,9 @@ snapshots: dependencies: tslib: 2.8.1 - '@hookform/resolvers@4.0.0(react-hook-form@7.54.2(react@18.3.1))': + '@hookform/resolvers@5.2.2(react-hook-form@7.54.2(react@18.3.1))': dependencies: + '@standard-schema/utils': 0.3.0 react-hook-form: 7.54.2(react@18.3.1) '@humanfs/core@0.19.1': {} @@ -9179,11 +9182,11 @@ snapshots: safe-regex-test: 1.1.0 string.prototype.includes: 2.0.1 - eslint-plugin-react-hooks@6.0.0-rc.1(eslint@9.34.0(jiti@2.4.2)): + eslint-plugin-react-hooks@6.0.0-rc.2(eslint@9.34.0(jiti@2.4.2)): dependencies: '@babel/core': 7.26.10 '@babel/parser': 7.26.3 - '@babel/plugin-transform-private-methods': 7.25.9(@babel/core@7.26.10) + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.26.10) eslint: 9.34.0(jiti@2.4.2) hermes-parser: 0.25.1 zod: 3.25.75