From 516f18686c4600e93336d881c0c485a1f1ed5a44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 00:04:06 +0000 Subject: [PATCH] Bump react-hook-form from 7.48.2 to 7.51.1 in /src/frontend (#6781) Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.48.2 to 7.51.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.51.1) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/frontend/package.json | 2 +- src/frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/frontend/package.json b/src/frontend/package.json index 188a769e85..fc7b669c37 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -43,7 +43,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-grid-layout": "^1.4.2", - "react-hook-form": "^7.48.2", + "react-hook-form": "^7.51.1", "react-router-dom": "^6.17.0", "react-select": "^5.7.7", "react-simplemde-editor": "^5.2.0", diff --git a/src/frontend/yarn.lock b/src/frontend/yarn.lock index 7f438cc833..82460ef284 100644 --- a/src/frontend/yarn.lock +++ b/src/frontend/yarn.lock @@ -2787,10 +2787,10 @@ react-grid-layout@^1.4.2: react-resizable "^3.0.5" resize-observer-polyfill "^1.5.1" -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.51.1: + version "7.51.1" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.51.1.tgz#3ce5f8b5ef41903b4054a641cef8c0dc8bf8ae85" + integrity sha512-ifnBjl+kW0ksINHd+8C/Gp6a4eZOdWyvRv0UBaByShwU8JbVx5hTcTWEcd5VdybvmPTATkVVXk9npXArHmo56w== react-is@^16.13.1, react-is@^16.7.0: version "16.13.1"