From e3f4047fe00ca0b3128b47e9d782dd6a0e3c91c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 09:16:30 +0000 Subject: [PATCH] Bump @hookform/resolvers from 5.8.0 to 5.9.0 in /ui Bumps [@hookform/resolvers](https://github.com/react-hook-form/resolvers) from 5.8.0 to 5.9.0. - [Release notes](https://github.com/react-hook-form/resolvers/releases) - [Commits](https://github.com/react-hook-form/resolvers/compare/v5.8.0...v5.9.0) --- updated-dependencies: - dependency-name: "@hookform/resolvers" dependency-version: 5.9.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 66b174b84..0011cef95 100644 --- a/ui/package.json +++ b/ui/package.json @@ -21,7 +21,7 @@ "start:frontend": "yarn start" }, "dependencies": { - "@hookform/resolvers": "^5.8.0", + "@hookform/resolvers": "^5.9.0", "@icons-pack/react-simple-icons": "^13.15.1", "@radix-ui/react-dropdown-menu": "^2.1.24", "@radix-ui/react-label": "^2.1.15", diff --git a/ui/yarn.lock b/ui/yarn.lock index 262ae0ca6..1e39de96a 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -366,10 +366,10 @@ resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.2.12.tgz#afefe785949f16ac4cdd1e695935a321572dd56a" integrity sha512-HpCo8tmWzLVad5s2d19EhAz5zqrrQ6s69qd6moPMQvkOuSwDT1YgRfWSVuc4ennqrgv3OHppiOGMQ7oC13yIww== -"@hookform/resolvers@^5.8.0": - version "5.8.0" - resolved "https://registry.yarnpkg.com/@hookform/resolvers/-/resolvers-5.8.0.tgz#164d440d61978be92bc1b18204daae3660591b8b" - integrity sha512-2m6GvRLmYYK1Fwt093lGMf7db9l/+8pNuAtwoNkpBntJT4xcA5lNthYGWKViOc3z2SuaPD0HjE81pyXmqc1JyA== +"@hookform/resolvers@^5.9.0": + version "5.9.0" + resolved "https://registry.yarnpkg.com/@hookform/resolvers/-/resolvers-5.9.0.tgz#1b16491c7be803210425bf3d6a608e202c714eb4" + integrity sha512-8sNo1IklGaONrsKzXjwZJNsPbccAXLXGX//G+VFEcQOviMtbvR8/fM6HWyA0qrjgpOYauwoodda53CQIWOZ7Ag== dependencies: "@standard-schema/utils" "^0.3.0"