From 240434adbea0620ee56e715f21d1b7affa25a23c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 01:26:05 +0000 Subject: [PATCH] chore(deps): bump react-hook-form from 7.69.0 to 7.72.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.69.0 to 7.72.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.69.0...v7.72.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.72.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5537c469..d7aafe4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "react-day-picker": "^9.13.0", "react-dom": "^19.2.3", "react-error-boundary": "^6.1.1", - "react-hook-form": "^7.69.0", + "react-hook-form": "^7.72.0", "react-resizable-panels": "^4.7.0", "recharts": "^3.7.0", "sonner": "^2.0.7", @@ -10293,9 +10293,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.69.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.69.0.tgz", - "integrity": "sha512-yt6ZGME9f4F6WHwevrvpAjh42HMvocuSnSIHUGycBqXIJdhqGSPQzTpGF+1NLREk/58IdPxEMfPcFCjlMhclGw==", + "version": "7.72.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.72.0.tgz", + "integrity": "sha512-V4v6jubaf6JAurEaVnT9aUPKFbNtDgohj5CIgVGyPHvT9wRx5OZHVjz31GsxnPNI278XMu+ruFz+wGOscHaLKw==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index 38e0bf6d..4912dc22 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "react-day-picker": "^9.13.0", "react-dom": "^19.2.3", "react-error-boundary": "^6.1.1", - "react-hook-form": "^7.69.0", + "react-hook-form": "^7.72.0", "react-resizable-panels": "^4.7.0", "recharts": "^3.7.0", "sonner": "^2.0.7",