From 30d6ad535869b117c7ae76028f0b0f8a867fb38f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 11:05:07 +0000 Subject: [PATCH] build(deps): bump react-hook-form from 7.44.2 to 7.44.3 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.44.2 to 7.44.3. - [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.44.2...v7.44.3) --- 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 232b854..efd8099 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "raw-loader": "^4.0.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.44.2", + "react-hook-form": "^7.44.3", "react-hot-toast": "^2.4.1", "react-spinners-kit": "^1.9.1", "react-tooltip": "^5.13.1", diff --git a/yarn.lock b/yarn.lock index 16a66c4..9f8da51 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3073,10 +3073,10 @@ react-dom@^18.2.0: loose-envify "^1.1.0" scheduler "^0.23.0" -react-hook-form@^7.44.2: - version "7.44.2" - resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.44.2.tgz#220186d3e380b3d6b15083b094a6ca77d3797a8b" - integrity sha512-IyihmIbCwzDI/iqlecTRa7+4BCnzNx40upSlGvIU7qwENhTf6APatm4bmL9ANtWKPYlD67SIlxfls7GwCUe+Lg== +react-hook-form@^7.44.3: + version "7.44.3" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.44.3.tgz#a99e560c6ef2b668db1daaebc4f98267331b6828" + integrity sha512-/tHId6p2ViAka1wECMw8FEPn/oz/w226zehHrJyQ1oIzCBNMIJCaj6ZkQcv+MjDxYh9MWR7RQic7Qqwe4a5nkw== react-hot-toast@^2.4.1: version "2.4.1"