From 445e15bb57871906d355b48872cc953f4981e1a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 23:47:03 +0000 Subject: [PATCH] chore(deps): bump react-hook-form from 7.71.1 to 7.71.2 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.71.1 to 7.71.2. - [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.1...v7.71.2) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.71.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 cfb6b3a..1aa97f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "i18next": "^25.8.13", "react": "19.1.0", "react-dom": "^19.1.0", - "react-hook-form": "^7.71.1", + "react-hook-form": "^7.71.2", "react-i18next": "^16.5.4", "react-native": "0.81.5", "react-native-draggable-flatlist": "^4.0.3", @@ -12326,9 +12326,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.71.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.71.1.tgz", - "integrity": "sha512-9SUJKCGKo8HUSsCO+y0CtqkqI5nNuaDqTxyqPsZPqIwudpj4rCrAz/jZV+jn57bx5gtZKOh3neQu94DXMc+w5w==", + "version": "7.71.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.71.2.tgz", + "integrity": "sha512-1CHvcDYzuRUNOflt4MOq3ZM46AronNJtQ1S7tnX6YN4y72qhgiUItpacZUAQ0TyWYci3yz1X+rXaSxiuEm86PA==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index 321a409..0695072 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "i18next": "^25.8.13", "react": "19.1.0", "react-dom": "^19.1.0", - "react-hook-form": "^7.71.1", + "react-hook-form": "^7.71.2", "react-i18next": "^16.5.4", "react-native": "0.81.5", "react-native-draggable-flatlist": "^4.0.3",