From ccbdf29c03a3aa5fffed4033d2a125e725327ea5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 08:35:27 +0000 Subject: [PATCH] deps: bump react-hook-form from 7.68.0 to 7.71.1 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.68.0 to 7.71.1. - [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.68.0...v7.71.1) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.71.1 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 5eabdff7..edaa6ffa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ "react": "^18.3.1", "react-day-picker": "^9.12.0", "react-dom": "^18.3.1", - "react-hook-form": "^7.68.0", + "react-hook-form": "^7.71.1", "react-i18next": "^16.5.0", "react-joyride": "^2.9.3", "react-markdown": "^10.1.0", @@ -10245,9 +10245,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.68.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.68.0.tgz", - "integrity": "sha512-oNN3fjrZ/Xo40SWlHf1yCjlMK417JxoSJVUXQjGdvdRCU07NTFei1i1f8ApUAts+IVh14e4EdakeLEA+BEAs/Q==", + "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==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index 0823ba27..6b9f2608 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "react": "^18.3.1", "react-day-picker": "^9.12.0", "react-dom": "^18.3.1", - "react-hook-form": "^7.68.0", + "react-hook-form": "^7.71.1", "react-i18next": "^16.5.0", "react-joyride": "^2.9.3", "react-markdown": "^10.1.0",