From 4eb4343328e74dc02eeb53bf91f6bec87b1ea493 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 09:36:06 +0000 Subject: [PATCH] build(deps): Bump react-hook-form from 7.71.1 to 7.72.1 in /app Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.71.1 to 7.72.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.71.1...v7.72.1) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.72.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index c8cee78..a0fe707 100644 --- a/app/package.json +++ b/app/package.json @@ -65,7 +65,7 @@ "react": "^19", "react-day-picker": "9.14.0", "react-dom": "^19", - "react-hook-form": "^7.72.0", + "react-hook-form": "^7.72.1", "react-markdown": "^10.1.0", "react-resizable-panels": "^4.10.0", "recharts": "3.7.0",