From 7bde04d83bdf82e5ffd90bf09be475e301d5dd45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 21:58:32 +0000 Subject: [PATCH] Bump react-hook-form from 7.43.5 to 7.43.6 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.43.5 to 7.43.6. - [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.43.5...v7.43.6) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a59a56e337..1d103e905a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-final-form": "^6.5.9", - "react-hook-form": "^7.41.3", + "react-hook-form": "^7.43.6", "react-transition-group": "^4.4.5", "xlsx": "0.18.5" }, @@ -15451,9 +15451,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.43.5", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.5.tgz", - "integrity": "sha512-YcaXhuFHoOPipu5pC7ckxrLrialiOcU91pKu8P+isAcXZyMgByUK9PkI9j5fENO4+6XU5PwWXRGMIFlk9u9UBQ==", + "version": "7.43.6", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.6.tgz", + "integrity": "sha512-zEXpju7XnrszIW5AMIjGw3ta/NmhkXG02fnSbIt4MfCegdQhmLkAfeM8bba87Co3oyBDsp8wONP8POcRToPBVw==", "engines": { "node": ">=12.22.0" }, diff --git a/package.json b/package.json index faed748b27..1ac9f66a75 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-final-form": "^6.5.9", - "react-hook-form": "^7.41.3", + "react-hook-form": "^7.43.6", "react-transition-group": "^4.4.5", "xlsx": "0.18.5" },