From 91b87487d28914abee569bbd1d7b81e14ae484db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 05:49:42 +0000 Subject: [PATCH] build(deps): Bump react-hook-form from 7.75.0 to 7.76.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.75.0 to 7.76.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.76.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.76.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 e822912..8c0a2aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "react": "^19.2.6", "react-dom": "^19.2.6", "react-error-boundary": "^6.0.0", - "react-hook-form": "^7.75.0", + "react-hook-form": "^7.76.0", "react-i18next": "^17.0.7", "react-is": "^19.2.6" }, @@ -13239,9 +13239,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.76.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.76.0.tgz", + "integrity": "sha512-eKtLGgFeSgkHqQD8J59AMZ9a4uD1D83iSIzt4YlTGD7liDen5rrjcUO1rVIGd9yC1gofryjtHbv+4ny4hkLWlw==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index c6d8f73..ae2a6dc 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "react": "^19.2.6", "react-dom": "^19.2.6", "react-error-boundary": "^6.0.0", - "react-hook-form": "^7.75.0", + "react-hook-form": "^7.76.0", "react-i18next": "^17.0.7", "react-is": "^19.2.6" },