From c5809186b9707551d37fb6499fcb548447320b6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 17:43:01 +0000 Subject: [PATCH] chore(deps): Bump react-hook-form from 7.76.0 to 7.76.1 in /frontend Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.76.0 to 7.76.1. - [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.76.0...v7.76.1) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.76.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index ba4460f..04213c4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -42,7 +42,7 @@ "next-themes": "^0.4.6", "react": "^19.2.6", "react-dom": "^19.2.6", - "react-hook-form": "^7.51.0", + "react-hook-form": "^7.76.1", "react-icons": "^5.0.1", "react-markdown": "^9.0.1", "react-resizable-panels": "^2.0.9",