From 67e567fa713c04461e584b3a3f66da93ed3788a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 10:03:17 +0000 Subject: [PATCH] chore(deps): bump react-hook-form from 7.84.0 to 7.85.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.84.0 to 7.85.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.84.0...v7.85.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.85.0 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 d6b3bb1..812ddd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "radix-ui": "^1.6.7", "react": "19.2.8", "react-dom": "^19.2.8", - "react-hook-form": "^7.84.0", + "react-hook-form": "^7.85.0", "shadcn": "^4.16.1", "tailwind-merge": "^3.6.0", "tw-animate-css": "^1.4.0", @@ -10133,9 +10133,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.84.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.84.0.tgz", - "integrity": "sha512-+hWvQP6GLco56mDwrbU4XnHix8t1z90ltZsDIrREl+jnQFQxYLX8oAzqe/Xn8nHpmoXTY5M6oEXrAhbP1qevNQ==", + "version": "7.85.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.85.0.tgz", + "integrity": "sha512-U2MTriFXnclmV4rOE20p2DcRFv5WEg3FIcBFOKcOLFHDVvGIMPvLTkTWefUsonmlaVy23khVDxDWym6uJVGOzw==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index 9a6d86e..3dfccca 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "radix-ui": "^1.6.7", "react": "19.2.8", "react-dom": "^19.2.8", - "react-hook-form": "^7.84.0", + "react-hook-form": "^7.85.0", "shadcn": "^4.16.1", "tailwind-merge": "^3.6.0", "tw-animate-css": "^1.4.0",