From 649552d7caf0d91fee4617e0afa3fa3f8deb562d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 19:51:02 +0000 Subject: [PATCH] Bump react-hook-form from 7.66.0 to 7.71.1 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.66.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.66.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 fea11db..0dbb66b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "next-themes": "^0.4.6", "react": "^19.2.3", "react-dom": "^19.2.3", - "react-hook-form": "^7.66.0", + "react-hook-form": "^7.71.1", "react-syntax-highlighter": "^16.1.0", "tailwind-merge": "^3.3.1", "tailwindcss-animate": "^1.0.7", @@ -8886,9 +8886,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.66.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.66.0.tgz", - "integrity": "sha512-xXBqsWGKrY46ZqaHDo+ZUYiMUgi8suYu5kdrS20EG8KiL7VRQitEbNjm+UcrDYrNi1YLyfpmAeGjCZYXLT9YBw==", + "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 ab8e981..7f7f838 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "next-themes": "^0.4.6", "react": "^19.2.3", "react-dom": "^19.2.3", - "react-hook-form": "^7.66.0", + "react-hook-form": "^7.71.1", "react-syntax-highlighter": "^16.1.0", "tailwind-merge": "^3.3.1", "tailwindcss-animate": "^1.0.7",