From d2c033e93406cd61fdf345c05c6fb7f0d98084ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 10:33:32 +0000 Subject: [PATCH] build(deps): bump react-hook-form from 7.44.2 to 7.45.2 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.44.2 to 7.45.2. - [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.45.2) --- 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 232b854..a15b456 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.45.2", "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..679517e 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.45.2: + version "7.45.2" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.45.2.tgz#c757f3d5e633ccb186443d57c10fc511df35721a" + integrity sha512-9s45OdTaKN+4NSTbXVqeDITd/nwIg++nxJGL8+OD5uf1DxvhsXQ641kaYHk5K28cpIOTYm71O/fYk7rFaygb3A== react-hot-toast@^2.4.1: version "2.4.1"