From 3797ee7943b4058989276ad66f3803a30d55fcb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 06:17:45 +0000 Subject: [PATCH] chore(deps): bump react-hook-form from 7.75.0 to 7.81.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.75.0 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.75.0...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 | 12 ++++++++---- package.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9cd1e91..0ae9bf9 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.81.0", "recharts": "^3.8.1", "sonner": "^2.0.7", "tailwind-merge": "^3.5.0", @@ -82,6 +82,10 @@ "vite-tsconfig-paths": "^6.1.1", "vitest": "^4.1.10", "yaml": "^2.9.0" + }, + "engines": { + "node": ">=22 <23", + "npm": ">=10.9.2 <11" } }, "node_modules/@actions/core": { @@ -16701,9 +16705,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.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 2691d1e..ebf115c 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,7 @@ "pg": "^8.13.1", "react": "^19.2.4", "react-dom": "^19.2.6", - "react-hook-form": "^7.56.1", + "react-hook-form": "^7.81.0", "recharts": "^3.8.1", "sonner": "^2.0.7", "tailwind-merge": "^3.5.0",