From 16a91fa8d21018b69ec5a96091cc879c6d92af2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 06:19:54 +0000 Subject: [PATCH] Bump react-hook-form from 7.48.2 to 7.50.1 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.48.2 to 7.50.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.48.2...v7.50.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 2049fc9..64bc86d 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-error-boundary": "3.1.4", - "react-hook-form": "7.48.2", + "react-hook-form": "7.50.1", "@tanstack/react-query": "4.0.5", "react-redux": "8.0.5", "react-router-dom": "6.20.0", diff --git a/yarn.lock b/yarn.lock index d223060..b8e7aca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9757,10 +9757,10 @@ react-error-overlay@^6.0.11: resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.11.tgz#92835de5841c5cf08ba00ddd2d677b6d17ff9adb" integrity sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg== -react-hook-form@7.48.2: - version "7.48.2" - resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.48.2.tgz#01150354d2be61412ff56a030b62a119283b9935" - integrity sha512-H0T2InFQb1hX7qKtDIZmvpU1Xfn/bdahWBN1fH19gSe4bBEqTfmlr7H3XWTaVtiK4/tpPaI1F3355GPMZYge+A== +react-hook-form@7.50.1: + version "7.50.1" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.50.1.tgz#f6aeb17a863327e5a0252de8b35b4fc8990377ed" + integrity sha512-3PCY82oE0WgeOgUtIr3nYNNtNvqtJ7BZjsbxh6TnYNbXButaD5WpjOmTjdxZfheuHKR68qfeFnEDVYoSSFPMTQ== react-is@^16.12.0, react-is@^16.13.1, react-is@^16.7.0: version "16.13.1"