From 2b987506090b904500c0b35be297b68ea19c6ad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 09:48:19 +0000 Subject: [PATCH] chore(deps): bump react-hook-form from 7.51.3 to 7.51.4 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.51.3 to 7.51.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.51.3...v7.51.4) --- 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 e3211e18..da1333e0 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "bowser": "^2.11.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-hook-form": "^7.51.3", + "react-hook-form": "^7.51.4", "react-hotkeys-hook": "^4.5.0", "react-router-dom": "^6.23.0" }, diff --git a/yarn.lock b/yarn.lock index eed57ec2..bcc7d908 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3435,10 +3435,10 @@ react-dom@^18.3.1: loose-envify "^1.1.0" scheduler "^0.23.2" -react-hook-form@^7.51.3: - version "7.51.3" - resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.51.3.tgz#7486dd2d52280b6b28048c099a98d2545931cab3" - integrity sha512-cvJ/wbHdhYx8aviSWh28w9ImjmVsb5Y05n1+FW786vEZQJV5STNM0pW6ujS+oiBecb0ARBxJFyAnXj9+GHXACQ== +react-hook-form@^7.51.4: + version "7.51.4" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.51.4.tgz#c3a47aeb22b699c45de9fc12b58763606cb52f0c" + integrity sha512-V14i8SEkh+V1gs6YtD0hdHYnoL4tp/HX/A45wWQN15CYr9bFRmmRdYStSO5L65lCCZRF+kYiSKhm9alqbcdiVA== react-hotkeys-hook@^4.5.0: version "4.5.0"