From 5297e56eca54d97085ca4c5b811977a9bc7a31a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 09:23:43 +0000 Subject: [PATCH] Bump react-hook-form from 7.56.3 to 7.56.4 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.56.3 to 7.56.4. - [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.56.3...v7.56.4) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.56.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fdafaae..e5e3b3c 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "react": "^19.1.0", "react-admin": "^5.8.2", "react-dom": "^19.1.0", - "react-hook-form": "^7.56.3", + "react-hook-form": "^7.56.4", "react-is": "^19.1.0", "ts-jest-mock-import-meta": "^1.3.0", "react-router": "^7.6.0", diff --git a/yarn.lock b/yarn.lock index cc802ed..e30be60 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4944,10 +4944,10 @@ react-error-boundary@^4.0.13: dependencies: "@babel/runtime" "^7.12.5" -react-hook-form@^7.53.0, react-hook-form@^7.56.3: - version "7.56.3" - resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.56.3.tgz#c459f59fead379db30113951152e13db386cc015" - integrity sha512-IK18V6GVbab4TAo1/cz3kqajxbDPGofdF0w7VHdCo0Nt8PrPlOZcuuDq9YYIV1BtjcX78x0XsldbQRQnQXWXmw== +react-hook-form@^7.53.0, react-hook-form@^7.56.4: + version "7.56.4" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.56.4.tgz#273f55d43fb24ace3e2b9409d0d5326306d7905e" + integrity sha512-Rob7Ftz2vyZ/ZGsQZPaRdIefkgOSrQSPXfqBdvOPwJfoGnjwRJUs7EM7Kc1mcoDv3NOtqBzPGbcMB8CGn9CKgw== react-is@^16.13.1, react-is@^16.7.0: version "16.13.1"