From ed5d1736e9543d64ae1b16c088155fd1f2ca03ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 09:14:21 +0000 Subject: [PATCH] Bump @hookform/resolvers from 5.4.0 to 5.4.2 in /ui Bumps [@hookform/resolvers](https://github.com/react-hook-form/resolvers) from 5.4.0 to 5.4.2. - [Release notes](https://github.com/react-hook-form/resolvers/releases) - [Commits](https://github.com/react-hook-form/resolvers/compare/v5.4.0...v5.4.2) --- updated-dependencies: - dependency-name: "@hookform/resolvers" dependency-version: 5.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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..82816bdf4 100644 --- a/ui/package.json +++ b/ui/package.json @@ -21,7 +21,7 @@ "start:frontend": "yarn start" }, "dependencies": { - "@hookform/resolvers": "^5.4.0", + "@hookform/resolvers": "^5.4.2", "@icons-pack/react-simple-icons": "^13.13.0", "@radix-ui/react-dropdown-menu": "^2.1.22", "@radix-ui/react-label": "^2.1.13", diff --git a/ui/yarn.lock b/ui/yarn.lock index a83a78ae0..e5ede0a04 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -377,10 +377,10 @@ resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.2.12.tgz#afefe785949f16ac4cdd1e695935a321572dd56a" integrity sha512-HpCo8tmWzLVad5s2d19EhAz5zqrrQ6s69qd6moPMQvkOuSwDT1YgRfWSVuc4ennqrgv3OHppiOGMQ7oC13yIww== -"@hookform/resolvers@^5.4.0": - version "5.4.0" - resolved "https://registry.yarnpkg.com/@hookform/resolvers/-/resolvers-5.4.0.tgz#89ff709a08576766fbef849e5ec60e549a888006" - integrity sha512-EIsqr/t/qbinPIhGjMdtvutIN1Kk4uwbROE9/UQ93CAVGR7GkA7Y92+fX80OzXi/OB67jVFYwKGO1WzkxmkFZw== +"@hookform/resolvers@^5.4.2": + version "5.4.2" + resolved "https://registry.yarnpkg.com/@hookform/resolvers/-/resolvers-5.4.2.tgz#67f1cb1db17d956ab6005474af0bb3fab10a4ca5" + integrity sha512-aPct0xA24dh2qGLHRzBuCqjI3fZf4qiEdgUBTt9z6TVqgpVoP4K7Aq2j17wnY6p/QPD8fQlh5+4Vd3nwSeOn9Q== dependencies: "@standard-schema/utils" "^0.3.0"