From caa19474c2f8f2ba25a66998544997f8bcb899fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 06:09:43 +0000 Subject: [PATCH] chore(deps): bump react-hook-form from 7.81.0 to 7.83.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.81.0 to 7.83.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.81.0...v7.83.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.82.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 16e9be2..bc4c955 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "nativewind": "^4.2.6", "react": "19.2.3", "react-dom": "19.2.3", - "react-hook-form": "^7.81.0", + "react-hook-form": "^7.83.0", "react-i18next": "^17.0.11", "react-native": "0.86.0", "react-native-gesture-handler": "~2.32.0", @@ -15510,9 +15510,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.81.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.81.0.tgz", - "integrity": "sha512-ocbmr2p5KBMoAfj4WCUvped33lVi1Kd5DuDUvQDnB6VEAacOjPI/jMbtDdbhco4y9ct4xUuCmMY0b/C9L0QHjw==", + "version": "7.83.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.83.0.tgz", + "integrity": "sha512-AXt8cMCmx5a7u4uvpb2uRFVrWQhllI4pV+LSykxIac/hjt44TnQkmX9BKuQi2i+LDC62esmiLpilkav+kjVf/A==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index 1e31999..a317c9b 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "nativewind": "^4.2.6", "react": "19.2.3", "react-dom": "19.2.3", - "react-hook-form": "^7.81.0", + "react-hook-form": "^7.83.0", "react-i18next": "^17.0.11", "react-native": "0.86.0", "react-native-gesture-handler": "~2.32.0",