From 45422ef4b7333a7214315ff81a3c3619f1db66e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 20:39:09 +0000 Subject: [PATCH] chore(deps): bump react-hook-form from 7.75.0 to 7.77.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.75.0 to 7.77.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.75.0...v7.77.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.77.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 d443b08..352ebd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "pg": "^8.13.1", "react": "^19.2.4", "react-dom": "^19.2.6", - "react-hook-form": "^7.56.1", + "react-hook-form": "^7.77.0", "recharts": "^3.8.1", "sonner": "^2.0.7", "tailwind-merge": "^3.5.0", @@ -16663,9 +16663,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.75.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.75.0.tgz", - "integrity": "sha512-Ovv94H+0p3sJ7B9B5QxPuCP1u8V/cHuVGyH55cSwodYDtoJwK+fqk3vjfIgSX59I2U/bU4z0nRJ9HMLpNiWEmw==", + "version": "7.77.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.77.0.tgz", + "integrity": "sha512-Sslh9YDYc0GDlWT/lxasnIduNo4v3yyvqRGvmGKUre5AFjDs/HV9/OafHGD8d+sB2yoL4UIL9L8X9i0WlZZebg==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index 9c95b14..511891f 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "pg": "^8.13.1", "react": "^19.2.4", "react-dom": "^19.2.6", - "react-hook-form": "^7.56.1", + "react-hook-form": "^7.77.0", "recharts": "^3.8.1", "sonner": "^2.0.7", "tailwind-merge": "^3.5.0",