From 0b197236a74ac2526c386389194c757cf78207f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 11:55:57 +0000 Subject: [PATCH] chore(deps): bump react-hook-form in /lynx/dashboard/ui Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.77.0 to 7.80.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.80.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.80.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lynx/dashboard/ui/bun.lock | 4 ++-- lynx/dashboard/ui/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lynx/dashboard/ui/bun.lock b/lynx/dashboard/ui/bun.lock index efaf98d..28cf1d6 100644 --- a/lynx/dashboard/ui/bun.lock +++ b/lynx/dashboard/ui/bun.lock @@ -21,7 +21,7 @@ "react": "19.2.6", "react-day-picker": "10.0.1", "react-dom": "19.2.6", - "react-hook-form": "7.77.0", + "react-hook-form": "7.80.0", "react-resizable-panels": "4.11.2", "recharts": "3.8.1", "shadcn": "4.8.0", @@ -1192,7 +1192,7 @@ "react-dom": ["react-dom@19.2.6", "", { "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { "react": "^19.2.6" } }, "sha512-0prMI+hvBbPjsWnxDLxlCGyM8PN6UuWjEUCYmZhO67xIV9Xasa/r/vDnq+Xyq4Lo27g8QSbO5YzARu0D1Sps3g=="], - "react-hook-form": ["react-hook-form@7.77.0", "", { "peerDependencies": { "react": "^16.8.0 || ^17 || ^18 || ^19" } }, "sha512-Sslh9YDYc0GDlWT/lxasnIduNo4v3yyvqRGvmGKUre5AFjDs/HV9/OafHGD8d+sB2yoL4UIL9L8X9i0WlZZebg=="], + "react-hook-form": ["react-hook-form@7.80.0", "", { "peerDependencies": { "react": "^16.8.0 || ^17 || ^18 || ^19" } }, "sha512-4P+fk6oXsxY+6xSj7Euhc2sumQD8zQqCuVHoJwoyp9EchP+IUW9OESB7uHFJOKsIBQ4MQqYE84INJFqUCYNoOg=="], "react-is": ["react-is@19.2.6", "", {}, "sha512-XjBR15BhXuylgWGuslhDKqlSayuqvqBX91BP8pauG8kd1zY8kotkNWbXksTCNRarse4kuGbe2kIY05ARtwNIvw=="], diff --git a/lynx/dashboard/ui/package.json b/lynx/dashboard/ui/package.json index 4a55b60..ce44fcb 100644 --- a/lynx/dashboard/ui/package.json +++ b/lynx/dashboard/ui/package.json @@ -16,7 +16,7 @@ "react": "19.2.6", "react-day-picker": "10.0.1", "react-dom": "19.2.6", - "react-hook-form": "7.77.0", + "react-hook-form": "7.80.0", "react-resizable-panels": "4.11.2", "recharts": "3.8.1", "shadcn": "4.8.0",