From d61d5461ae1e0c48a0c5e21319ec831c45b93037 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 18:05:44 +0000 Subject: [PATCH] chore(deps)(deps): bump react-hook-form in /backend/admin Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.76.0 to 7.77.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.76.0...v7.77.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.77.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 74b518a1..455ef543 100644 --- a/backend/admin/package-lock.json +++ b/backend/admin/package-lock.json @@ -39,7 +39,7 @@ "react": "^19.2.4", "react-day-picker": "^10.0.0", "react-dom": "^19.2.4", - "react-hook-form": "^7.76.0", + "react-hook-form": "^7.77.0", "react-i18next": "^17.0.8", "react-is": "^19.2.0", "react-markdown": "^10.1.0", @@ -9501,9 +9501,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.76.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.76.0.tgz", - "integrity": "sha512-eKtLGgFeSgkHqQD8J59AMZ9a4uD1D83iSIzt4YlTGD7liDen5rrjcUO1rVIGd9yC1gofryjtHbv+4ny4hkLWlw==", + "version": "7.77.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.77.0.tgz", + "integrity": "sha512-Sslh9YDYc0GDlWT/lxasnIduNo4v3yyvqRGvmGKUre5AFjDs/HV9/OafHGD8d+sB2yoL4UIL9L8X9i0WlZZebg==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/backend/admin/package.json b/backend/admin/package.json index 047bc4c4..19645dab 100644 --- a/backend/admin/package.json +++ b/backend/admin/package.json @@ -40,7 +40,7 @@ "react": "^19.2.4", "react-day-picker": "^10.0.0", "react-dom": "^19.2.4", - "react-hook-form": "^7.76.0", + "react-hook-form": "^7.77.0", "react-i18next": "^17.0.8", "react-is": "^19.2.0", "react-markdown": "^10.1.0",