From 84db3ab79754bf0a7101e63607b4404a6e3939c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 09:10:19 +0000 Subject: [PATCH] Bump react-hook-form from 7.82.0 to 7.83.0 in /ui Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.82.0 to 7.83.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.83.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.83.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index 72c171c6f..67e0ac7ed 100644 --- a/ui/package.json +++ b/ui/package.json @@ -39,7 +39,7 @@ "react": "^19.2.8", "react-router": "^8.3.0", "react-dom": "^19.2.8", - "react-hook-form": "^7.82.0", + "react-hook-form": "^7.83.0", "react-icons": "^5.7.0", "sonner": "^2.0.7", "tailwind-merge": "^3.6.0", diff --git a/ui/yarn.lock b/ui/yarn.lock index a83a78ae0..9c8572e26 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -3810,10 +3810,10 @@ react-dom@^19.2.8: dependencies: scheduler "^0.27.0" -react-hook-form@^7.82.0: - version "7.82.0" - resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.82.0.tgz#9e8d504fe99ddd5a26a1d858bb6a03de45abff3e" - integrity sha512-Zw/uFZ2dO+02GHlBn7JFGn8kZJ7LdM33B/0BXOovzFay+CMhf94JMw5BVu+F1tVkUKjNvBuaE3fz5BJhga10Tg== +react-hook-form@^7.83.0: + version "7.83.0" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.83.0.tgz#b4d43c42108645c2ae4d425ada2818d03522e8a9" + integrity sha512-AXt8cMCmx5a7u4uvpb2uRFVrWQhllI4pV+LSykxIac/hjt44TnQkmX9BKuQi2i+LDC62esmiLpilkav+kjVf/A== react-icons@^5.7.0: version "5.7.0"