From 0aedd77722031773052a4f164498c0fc905fd6a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 13:08:44 +0000 Subject: [PATCH] Bump react-hook-form from 7.41.3 to 7.43.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.41.3 to 7.43.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.41.3...v7.43.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7f3d379fd6..513030164c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,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.0", "react-transition-group": "^4.4.5", "xlsx": "0.18.5" }, @@ -14539,9 +14539,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.41.3", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.41.3.tgz", - "integrity": "sha512-5QNTmqJtDb88WV5n41b6+AmcDMVyaJ3tccPgHAgS215w3jZ3bmJhDO27kNTr8u4YHNYXmS7p1/4/KachBAlUtw==", + "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==", "engines": { "node": ">=12.22.0" }, @@ -28568,9 +28568,9 @@ } }, "react-hook-form": { - "version": "7.41.3", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.41.3.tgz", - "integrity": "sha512-5QNTmqJtDb88WV5n41b6+AmcDMVyaJ3tccPgHAgS215w3jZ3bmJhDO27kNTr8u4YHNYXmS7p1/4/KachBAlUtw==", + "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==", "requires": {} }, "react-is": { diff --git a/package.json b/package.json index ea29ce5a79..e7cc499bbe 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,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.0", "react-transition-group": "^4.4.5", "xlsx": "0.18.5" },