From 1ddebf647855aeb09b27b577d28a3dd4a1a1e4b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 18:05:20 +0000 Subject: [PATCH] chore(deps)(deps): bump @hookform/resolvers in /backend/admin Bumps [@hookform/resolvers](https://github.com/react-hook-form/resolvers) from 5.2.2 to 5.4.0. - [Release notes](https://github.com/react-hook-form/resolvers/releases) - [Commits](https://github.com/react-hook-form/resolvers/compare/v5.2.2...v5.4.0) --- updated-dependencies: - dependency-name: "@hookform/resolvers" dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/admin/package-lock.json | 8 ++++---- backend/admin/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/admin/package-lock.json b/backend/admin/package-lock.json index 74b518a..f2c67a6 100644 --- a/backend/admin/package-lock.json +++ b/backend/admin/package-lock.json @@ -8,7 +8,7 @@ "name": "admin-dashboard", "version": "0.1.0", "dependencies": { - "@hookform/resolvers": "^5.2.2", + "@hookform/resolvers": "^5.4.0", "@monaco-editor/react": "^4.7.0", "@radix-ui/react-alert-dialog": "^1.1.15", "@radix-ui/react-avatar": "^1.1.11", @@ -565,9 +565,9 @@ "license": "MIT" }, "node_modules/@hookform/resolvers": { - "version": "5.2.2", - "resolved": "https://registry.npmmirror.com/@hookform/resolvers/-/resolvers-5.2.2.tgz", - "integrity": "sha512-A/IxlMLShx3KjV/HeTcTfaMxdwy690+L/ZADoeaTltLx+CVuzkeVIPuybK3jrRfw7YZnmdKsVVHAlEPIAEUNlA==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-5.4.0.tgz", + "integrity": "sha512-EIsqr/t/qbinPIhGjMdtvutIN1Kk4uwbROE9/UQ93CAVGR7GkA7Y92+fX80OzXi/OB67jVFYwKGO1WzkxmkFZw==", "license": "MIT", "dependencies": { "@standard-schema/utils": "^0.3.0" diff --git a/backend/admin/package.json b/backend/admin/package.json index 047bc4c..722e070 100644 --- a/backend/admin/package.json +++ b/backend/admin/package.json @@ -9,7 +9,7 @@ "lint": "eslint" }, "dependencies": { - "@hookform/resolvers": "^5.2.2", + "@hookform/resolvers": "^5.4.0", "@monaco-editor/react": "^4.7.0", "@radix-ui/react-alert-dialog": "^1.1.15", "@radix-ui/react-avatar": "^1.1.11",