diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7615d40..c92c83d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -128,7 +128,7 @@ importers: version: 0.9.0 '@hookform/resolvers': specifier: 5.2.2 - version: 5.2.2(react-hook-form@7.66.1(react@19.1.1)) + version: 5.2.2(react-hook-form@7.68.0(react@19.1.1)) '@vscode/codicons': specifier: 0.0.43 version: 0.0.43 @@ -148,8 +148,8 @@ importers: specifier: 6.0.0 version: 6.0.0(react@19.1.1) react-hook-form: - specifier: 7.66.1 - version: 7.66.1(react@19.1.1) + specifier: 7.68.0 + version: 7.68.0(react@19.1.1) react-i18next: specifier: 15.4.1 version: 15.4.1(i18next@24.2.3(typescript@5.8.3))(react-dom@19.1.1(react@19.1.1))(react@19.1.1) @@ -4354,8 +4354,8 @@ packages: peerDependencies: react: '>=16.13.1' - react-hook-form@7.66.1: - resolution: {integrity: sha512-2KnjpgG2Rhbi+CIiIBQQ9Df6sMGH5ExNyFl4Hw9qO7pIqMBR8Bvu9RQyjl3JM4vehzCh9soiNUM/xYMswb2EiA==} + react-hook-form@7.68.0: + resolution: {integrity: sha512-oNN3fjrZ/Xo40SWlHf1yCjlMK417JxoSJVUXQjGdvdRCU07NTFei1i1f8ApUAts+IVh14e4EdakeLEA+BEAs/Q==} engines: {node: '>=18.0.0'} peerDependencies: react: ^16.8.0 || ^17 || ^18 || ^19 @@ -5871,10 +5871,10 @@ snapshots: '@formkit/auto-animate@0.9.0': {} - '@hookform/resolvers@5.2.2(react-hook-form@7.66.1(react@19.1.1))': + '@hookform/resolvers@5.2.2(react-hook-form@7.68.0(react@19.1.1))': dependencies: '@standard-schema/utils': 0.3.0 - react-hook-form: 7.66.1(react@19.1.1) + react-hook-form: 7.68.0(react@19.1.1) '@humanfs/core@0.19.1': {} @@ -9714,7 +9714,7 @@ snapshots: '@babel/runtime': 7.28.4 react: 19.1.1 - react-hook-form@7.66.1(react@19.1.1): + react-hook-form@7.68.0(react@19.1.1): dependencies: react: 19.1.1 diff --git a/src/view/package.json b/src/view/package.json index 15ad3eb..7c1bf79 100644 --- a/src/view/package.json +++ b/src/view/package.json @@ -53,7 +53,7 @@ "motion": "12.23.24", "react-colorful": "5.6.1", "react-error-boundary": "6.0.0", - "react-hook-form": "7.66.1", + "react-hook-form": "7.68.0", "react-i18next": "15.4.1", "sonner": "2.0.7", "zod": "4.1.12",