From ee7204ac282c57591b585ff9941880fab7eac0ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 18:13:46 +0000 Subject: [PATCH] build(deps): bump react-hook-form from 7.82.0 to 7.86.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.82.0 to 7.86.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.82.0...v7.86.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.86.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 1c2862f..a49b614 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "react": "^19.2.8", "react-dom": "^19.2.8", "react-helmet-async": "^3.0.0", - "react-hook-form": "^7.82.0", + "react-hook-form": "^7.86.0", "react-icons": "^5.7.0", "react-redux": "^9.3.0", "react-router-dom": "^7.18.2", @@ -6540,9 +6540,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.82.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.82.0.tgz", - "integrity": "sha512-Zw/uFZ2dO+02GHlBn7JFGn8kZJ7LdM33B/0BXOovzFay+CMhf94JMw5BVu+F1tVkUKjNvBuaE3fz5BJhga10Tg==", + "version": "7.86.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.86.0.tgz", + "integrity": "sha512-4kbWJrh5jPZt1+YqVcXcGKffGcXV/XVbozknLh0Yjh0KhpoAkus21TAQhzRYqNwFkkObmnSvRlZZ3GT+ehoIrA==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index d1b9adc..f90c0d4 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "react": "^19.2.8", "react-dom": "^19.2.8", "react-helmet-async": "^3.0.0", - "react-hook-form": "^7.82.0", + "react-hook-form": "^7.86.0", "react-icons": "^5.7.0", "react-redux": "^9.3.0", "react-router-dom": "^7.18.2",