From 1f4c0b93a6ca8ed7eccaec7e2d96eb5a54db359e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 18:21:46 +0000 Subject: [PATCH] Chore(deps): Bump react-hook-form from 7.36.0 to 7.41.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.36.0 to 7.41.0. - [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.36.0...v7.41.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/client/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/client/package.json b/apps/client/package.json index 47928c0..53506c7 100644 --- a/apps/client/package.json +++ b/apps/client/package.json @@ -31,7 +31,7 @@ "react": "^18.2.0", "react-chartjs-2": "^4.3.1", "react-dom": "^18.2.0", - "react-hook-form": "^7.36.0", + "react-hook-form": "^7.41.0", "reflect-metadata": "^0.1.13", "swr": "^1.3.0" }, diff --git a/yarn.lock b/yarn.lock index 8f71439..d069e7a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9803,10 +9803,10 @@ react-focus-lock@^2.9.1: use-callback-ref "^1.3.0" use-sidecar "^1.1.2" -react-hook-form@^7.36.0: - version "7.36.0" - resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.36.0.tgz#27bf64e2a06b994bc64e055b4cc502794b8f6978" - integrity sha512-2PmRhTDH90/G1XWbUGpfuFBf7wxj9kYvzPqoZCv4wUGBIfuac0fK3up9sbeoz0ghpLYcFFXRVDKMUXgMutLXTw== +react-hook-form@^7.41.0: + version "7.41.0" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.41.0.tgz#cc0871f4784e7233ac8466300da557d622154414" + integrity sha512-u1cHOXujr+AsNBoeCtcCuRwPh87mXAgKtXqd3qTCBgNFYzVZLXjYgLcynORpAgqhe24r5scucR8+6gfWaXBtHQ== react-is@^16.13.1, react-is@^16.7.0: version "16.13.1"