From 44f88988773cfb1861b53cd8331691c1afd735c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 16:30:02 +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 c905294..3870120 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "next-themes": "^0.3.0", "react": "18.3.1", "react-dom": "18.3.1", - "react-hook-form": "^7.53.1", + "react-hook-form": "^7.71.2", "react-markdown": "^9.0.1", "tailwind-merge": "^2.5.4", "tailwindcss-animate": "^1.0.7", @@ -7465,9 +7465,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 22d167b..7e7cc5d 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "next-themes": "^0.3.0", "react": "18.3.1", "react-dom": "18.3.1", - "react-hook-form": "^7.53.1", + "react-hook-form": "^7.71.2", "react-markdown": "^9.0.1", "tailwind-merge": "^2.5.4", "tailwindcss-animate": "^1.0.7",