From 037c2acee2f57ece11b0200b7a9634f70b43b02c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:08:29 +0000 Subject: [PATCH] Bump react-hook-form from 7.54.0 to 7.54.1 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.54.0 to 7.54.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.54.0...v7.54.1) --- updated-dependencies: - dependency-name: react-hook-form 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 6cc7016..b221fbe 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "react": "^18.3.1", "react-admin": "^5.4.1", "react-dom": "^18.3.1", - "react-hook-form": "^7.54.0", + "react-hook-form": "^7.54.1", "react-is": "^18.3.1", "react-router": "^6.26.2", "react-router-dom": "^6.28.0" diff --git a/yarn.lock b/yarn.lock index b43dabc..812217a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4748,10 +4748,10 @@ react-error-boundary@^4.0.13: dependencies: "@babel/runtime" "^7.12.5" -react-hook-form@^7.53.0, react-hook-form@^7.54.0: - version "7.54.0" - resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.54.0.tgz#46bd9142d65fd16ac064a2bbf4dc0333e2d6840d" - integrity sha512-PS05+UQy/IdSbJNojBypxAo9wllhHgGmyr8/dyGQcPoiMf3e7Dfb9PWYVRco55bLbxH9S+1yDDJeTdlYCSxO3A== +react-hook-form@^7.53.0, react-hook-form@^7.54.1: + version "7.54.1" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.54.1.tgz#e99c2a55a5e4859fb47a8f55adf66b34d6ac331d" + integrity sha512-PUNzFwQeQ5oHiiTUO7GO/EJXGEtuun2Y1A59rLnZBBj+vNEOWt/3ERTiG1/zt7dVeJEM+4vDX/7XQ/qanuvPMg== "react-is@^16.12.0 || ^17.0.0 || ^18.0.0", react-is@^18.0.0, react-is@^18.2.0, react-is@^18.3.1: version "18.3.1"