From 552c12adbd21123b819f0dcebf4b2eee3063fde8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 03:12:28 +0000 Subject: [PATCH] chore(deps): bump react-hook-form from 7.72.1 to 7.81.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.72.1 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.72.1...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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a7380ad..38c2e57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "openai": "6.34.0", "react": "19.2.6", "react-dom": "19.2.6", - "react-hook-form": "7.72.1", + "react-hook-form": "7.81.0", "tailwind-merge": "3.6.0", "zod": "4.3.6" }, @@ -7718,9 +7718,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.72.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.72.1.tgz", - "integrity": "sha512-RhwBoy2ygeVZje+C+bwJ8g0NjTdBmDlJvAUHTxRjTmSUKPYsKfMphkS2sgEMotsY03bP358yEYlnUeZy//D9Ig==", + "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 6f41ebe..9cda878 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "openai": "6.34.0", "react": "19.2.6", "react-dom": "19.2.6", - "react-hook-form": "7.72.1", + "react-hook-form": "7.81.0", "tailwind-merge": "3.6.0", "zod": "4.3.6" },