From ff82ee03c5802f76d71a7659cca52d4d05627bd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 14:34:10 +0000 Subject: [PATCH] chore(deps): bump react-hook-form from 7.51.5 to 7.54.1 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.51.5 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.51.5...v7.54.1) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-minor ... 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 4e9bae53..bada1b50 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "bowser": "^2.11.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-hook-form": "^7.51.5", + "react-hook-form": "^7.54.1", "react-hotkeys-hook": "^4.5.0", "react-router-dom": "^6.26.2" }, diff --git a/yarn.lock b/yarn.lock index 0bd84179..e4397ad0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3255,10 +3255,10 @@ react-dom@^18.3.1: loose-envify "^1.1.0" scheduler "^0.23.2" -react-hook-form@^7.51.5: - version "7.53.2" - resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.53.2.tgz#6fa37ae27330af81089baadd7f322cc987b8e2ac" - integrity sha512-YVel6fW5sOeedd1524pltpHX+jgU2u3DSDtXEaBORNdqiNrsX/nUI/iGXONegttg0mJVnfrIkiV0cmTU6Oo2xw== +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-hotkeys-hook@^4.5.0: version "4.6.1"