From 488005736e8c5bf22eb65f1d6474bb644435b0f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 16:23:11 +0000 Subject: [PATCH] Bump react-hook-form from 7.43.0 to 7.43.1 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.43.0 to 7.43.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.43.0...v7.43.1) --- 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 f4f4294f86..24850d1f84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,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.1", "react-transition-group": "^4.4.5", "xlsx": "0.18.5" }, @@ -15227,9 +15227,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.43.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.0.tgz", - "integrity": "sha512-/rVEz7T0gLdSFwPqutJ1kn2e0sQNyb9ci/hmwEYr2YG0KF/LSuRLvNrf9QWJM+gj88CjDpDW5Bh/1AD7B2+z9Q==", + "version": "7.43.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.1.tgz", + "integrity": "sha512-+s3+s8LLytRMriwwuSqeLStVjRXFGxgjjx2jED7Z+wz1J/88vpxieRQGvJVvzrzVxshZ0BRuocFERb779m2kNg==", "engines": { "node": ">=12.22.0" }, diff --git a/package.json b/package.json index 02006d5582..c56e3a1a89 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,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.1", "react-transition-group": "^4.4.5", "xlsx": "0.18.5" },