From 8c68bb26a5f651e3cd3496725a546ad97fc1b6da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 23:34:51 +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 4cecaa3..29660fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "radix-ui": "^1.4.3", "react": "19.2.4", "react-dom": "19.2.4", - "react-hook-form": "^7.71.1", + "react-hook-form": "^7.71.2", "react-markdown": "^10.1.0", "recharts": "^2.15.4", "rehype-raw": "^7.0.0", @@ -21374,9 +21374,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 136a10c..9eebcba 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "radix-ui": "^1.4.3", "react": "19.2.4", "react-dom": "19.2.4", - "react-hook-form": "^7.71.1", + "react-hook-form": "^7.71.2", "react-markdown": "^10.1.0", "recharts": "^2.15.4", "rehype-raw": "^7.0.0",