From 2b0fad626a06e64d974bf3bc118cb3f9ae9472c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 19:27:04 +0100 Subject: [PATCH] Bump react-hook-form from 7.60.0 to 7.61.1 (#710) Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.60.0 to 7.61.1. - [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.60.0...v7.61.1) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.61.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8ee6f81..739f080 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "react": "^19.1.0", "react-admin": "^5.10.0", "react-dom": "^19.1.0", - "react-hook-form": "^7.60.0", + "react-hook-form": "^7.61.1", "react-is": "^19.1.0", "react-router": "^7.6.0", "react-router-dom": "^7.7.1", diff --git a/yarn.lock b/yarn.lock index d12b5b5..c45a815 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5033,10 +5033,10 @@ react-error-boundary@^4.0.13: dependencies: "@babel/runtime" "^7.12.5" -react-hook-form@^7.53.0, react-hook-form@^7.60.0: - version "7.60.0" - resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.60.0.tgz#cc4bfa2952d602fc8f1dcf2d4929fcb6d9cdc782" - integrity sha512-SBrYOvMbDB7cV8ZfNpaiLcgjH/a1c7aK0lK+aNigpf4xWLO8q+o4tcvVurv3c4EOyzn/3dCsYt4GKD42VvJ/+A== +react-hook-form@^7.53.0, react-hook-form@^7.61.1: + version "7.61.1" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.61.1.tgz#8c1f086ccd921a6e90df6800787e9ca3833f86c1" + integrity sha512-2vbXUFDYgqEgM2RcXcAT2PwDW/80QARi+PKmHy5q2KhuKvOlG8iIYgf7eIlIANR5trW9fJbP4r5aub3a4egsew== react-hotkeys-hook@^5.1.0: version "5.1.0"