From 899ea7cbda356c74ab65d2b9a29c3b963b98ecff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 07:12:19 +0000 Subject: [PATCH] chore(deps)(deps): bump react-hook-form in /apps/ui Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.79.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.79.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] --- apps/ui/bun.lock | 4 ++-- apps/ui/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/ui/bun.lock b/apps/ui/bun.lock index cb6a6f1..0835bb8 100644 --- a/apps/ui/bun.lock +++ b/apps/ui/bun.lock @@ -22,7 +22,7 @@ "react": "19.2.7", "react-dom": "19.2.7", "react-helmet-async": "3.0.0", - "react-hook-form": "7.79.0", + "react-hook-form": "7.80.0", "react-i18next": "17.0.8", "react-router-dom": "7.17.0", "sonner": "2.0.7", @@ -1860,7 +1860,7 @@ "react-helmet-async": ["react-helmet-async@3.0.0", "", { "dependencies": { "invariant": "2.2.4", "react-fast-compare": "3.2.2", "shallowequal": "1.1.0" }, "peerDependencies": { "react": "19.2.6" } }, "sha512-nA3IEZfXiclgrz4KLxAhqJqIfFDuvzQwlKwpdmzZIuC1KNSghDEIXmyU0TKtbM+NafnkICcwx8CECFrZ/sL/1w=="], - "react-hook-form": ["react-hook-form@7.79.0", "", { "peerDependencies": { "react": "^16.8.0 || ^17 || ^18 || ^19" } }, "sha512-mhYp/MTmXvzYX6AJcJVko0rktoIhhmRnEouObj4wF5i/tCttgJvnp1+9wRkpITZjDTqpo4IOSJqu0dBlPlV/Lw=="], + "react-hook-form": ["react-hook-form@7.80.0", "", { "peerDependencies": { "react": "^16.8.0 || ^17 || ^18 || ^19" } }, "sha512-4P+fk6oXsxY+6xSj7Euhc2sumQD8zQqCuVHoJwoyp9EchP+IUW9OESB7uHFJOKsIBQ4MQqYE84INJFqUCYNoOg=="], "react-i18next": ["react-i18next@17.0.8", "", { "dependencies": { "@babel/runtime": "^7.29.2", "html-parse-stringify": "^3.0.1", "use-sync-external-store": "^1.6.0" }, "peerDependencies": { "i18next": ">= 26.2.0", "react": ">= 16.8.0", "typescript": "^5 || ^6" }, "optionalPeers": ["typescript"] }, "sha512-0ooKbGLU8JXhe1zwpQUWIeXSgLPOfwJmgheWRIUpcoA0CpyabpGhayjdG+/eA5esC1AQ8h2jWpXjJfzQzeDOCw=="], diff --git a/apps/ui/package.json b/apps/ui/package.json index 367cc21..8d20afd 100644 --- a/apps/ui/package.json +++ b/apps/ui/package.json @@ -75,7 +75,7 @@ "react": "19.2.7", "react-dom": "19.2.7", "react-helmet-async": "3.0.0", - "react-hook-form": "7.79.0", + "react-hook-form": "7.80.0", "react-i18next": "17.0.8", "react-router-dom": "7.17.0", "sonner": "2.0.7",