From 5c2ac22821dbbd280cbf0b9666fd27c11496805a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 09:43:45 +0000 Subject: [PATCH] chore(deps): bump react-hook-form from 7.71.2 to 7.81.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.71.2 to 7.81.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.71.2...v7.81.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.81.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6ed8de1b..a3383dc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "bowser": "^2.13.1", "react": "^19.2.4", "react-dom": "^19.2.3", - "react-hook-form": "^7.68.0", + "react-hook-form": "^7.81.0", "react-hotkeys-hook": "^4.5.0", "react-router": "^7.13.0", "react-router-dom": "^7.13.0" @@ -6853,9 +6853,10 @@ } }, "node_modules/react-hook-form": { - "version": "7.71.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.71.2.tgz", - "integrity": "sha512-1CHvcDYzuRUNOflt4MOq3ZM46AronNJtQ1S7tnX6YN4y72qhgiUItpacZUAQ0TyWYci3yz1X+rXaSxiuEm86PA==", + "version": "7.81.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.81.0.tgz", + "integrity": "sha512-ocbmr2p5KBMoAfj4WCUvped33lVi1Kd5DuDUvQDnB6VEAacOjPI/jMbtDdbhco4y9ct4xUuCmMY0b/C9L0QHjw==", + "license": "MIT", "engines": { "node": ">=18.0.0" }, diff --git a/package.json b/package.json index 462a59f3..9db24efc 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "bowser": "^2.13.1", "react": "^19.2.4", "react-dom": "^19.2.3", - "react-hook-form": "^7.68.0", + "react-hook-form": "^7.81.0", "react-hotkeys-hook": "^4.5.0", "react-router": "^7.13.0", "react-router-dom": "^7.13.0"