From 16164820a1d215a0e231d971e4f48964367da70e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 09:19:34 +0000 Subject: [PATCH] Bump react-hook-form from 7.77.0 to 7.78.0 in /ui Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.77.0 to 7.78.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.77.0...v7.78.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.78.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 7a2e8b2ed..02c612919 100644 --- a/ui/package.json +++ b/ui/package.json @@ -39,7 +39,7 @@ "react": "^19.2.7", "react-router": "^7.17.0", "react-dom": "^19.2.7", - "react-hook-form": "^7.77.0", + "react-hook-form": "^7.78.0", "react-icons": "^5.6.0", "sonner": "^2.0.7", "tailwind-merge": "^3.6.0", diff --git a/ui/yarn.lock b/ui/yarn.lock index 8f9ce1a08..0e67a55c2 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -3798,10 +3798,10 @@ react-dom@^19.2.7: dependencies: scheduler "^0.27.0" -react-hook-form@^7.77.0: - version "7.77.0" - resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.77.0.tgz#af7e1d90d00c0418a98cf00b6f9bd5b85587c6fb" - integrity sha512-Sslh9YDYc0GDlWT/lxasnIduNo4v3yyvqRGvmGKUre5AFjDs/HV9/OafHGD8d+sB2yoL4UIL9L8X9i0WlZZebg== +react-hook-form@^7.78.0: + version "7.78.0" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.78.0.tgz#b5a7d496d9077a71f36c8f2cacd3990464af2643" + integrity sha512-EEZqc+N23moyzTlz61Pj+JvcXo76ICkpfOZo8JZw+sM4+wLQGh6nI2Ms+PdMOYNluFu0ghlM7B8mCzhRYtJCnA== react-icons@^5.6.0: version "5.6.0"