From 6daada29db95dce42cf0d2847c7e39891176e55c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 23:24:48 +0000 Subject: [PATCH] Bump react-hook-form from 7.52.1 to 7.65.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.52.1 to 7.65.0. - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.52.1...v7.65.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.65.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6282b3a..e1476d2 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "react": "18.3.1", "react-day-picker": "9.0.6", "react-dom": "18.3.1", - "react-hook-form": "7.52.1", + "react-hook-form": "7.65.0", "react-icons": "5.2.1", "react-json-view-lite": "1.4.0", "react-markdown": "^9.0.1",