From 51b1d3cfbd7f8c5cac8594b448b0db60a6114503 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 14:08:37 +0000 Subject: [PATCH] chore(deps): bump react-hook-form from 7.83.0 to 7.84.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.83.0 to 7.84.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.83.0...v7.84.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.84.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 044497c..17b2282 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.83.0", + "react-hook-form": "^7.84.0", "react-i18next": "^17.0.11", "react-native": "0.86.0", "react-native-gesture-handler": "~2.32.0", @@ -15103,9 +15103,9 @@ } }, "node_modules/react-hook-form": { - "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==", + "version": "7.84.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.84.0.tgz", + "integrity": "sha512-+hWvQP6GLco56mDwrbU4XnHix8t1z90ltZsDIrREl+jnQFQxYLX8oAzqe/Xn8nHpmoXTY5M6oEXrAhbP1qevNQ==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index f5322a8..8eeb246 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.83.0", + "react-hook-form": "^7.84.0", "react-i18next": "^17.0.11", "react-native": "0.86.0", "react-native-gesture-handler": "~2.32.0",