From 299074115512e0725c763da623d820a0f22dba82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 10:58:51 +0000 Subject: [PATCH] chore(deps): bump react-hook-form in the production-dependencies group Bumps the production-dependencies group with 1 update: [react-hook-form](https://github.com/react-hook-form/react-hook-form). Updates `react-hook-form` from 7.70.0 to 7.71.0 - [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.70.0...v7.71.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.71.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... 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 d7dd248..1a78d15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "react": "^19.2.3", "react-day-picker": "^9.13.0", "react-dom": "^19.2.3", - "react-hook-form": "^7.70.0", + "react-hook-form": "^7.71.0", "recharts": "^3.6.0", "tailwind-merge": "^3.4.0", "tailwindcss-animate": "^1.0.0", @@ -11615,9 +11615,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.70.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.70.0.tgz", - "integrity": "sha512-COOMajS4FI3Wuwrs3GPpi/Jeef/5W1DRR84Yl5/ShlT3dKVFUfoGiEZ/QE6Uw8P4T2/CLJdcTVYKvWBMQTEpvw==", + "version": "7.71.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.71.0.tgz", + "integrity": "sha512-oFDt/iIFMV9ZfV52waONXzg4xuSlbwKUPvXVH2jumL1me5qFhBMc4knZxuXiZ2+j6h546sYe3ZKJcg/900/iHw==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index 1ec2bd5..165d8c1 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "react": "^19.2.3", "react-day-picker": "^9.13.0", "react-dom": "^19.2.3", - "react-hook-form": "^7.70.0", + "react-hook-form": "^7.71.0", "recharts": "^3.6.0", "tailwind-merge": "^3.4.0", "tailwindcss-animate": "^1.0.0",