From 68d31b3e64ac0ad51113070fc20900decf59a967 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 01:32:28 +0000 Subject: [PATCH] build(deps): bump react-hook-form from 7.20.5 to 7.43.2 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.20.5 to 7.43.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.20.5...v7.43.2) --- 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 | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 47b1b2c..a559487 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2523,9 +2523,9 @@ } }, "react-hook-form": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.20.5.tgz", - "integrity": "sha512-xYeBmQW6oqxDYAYVWIoZYC7tRD6lJBJt9b8Rr1Mv/VhZ+ZUCy2IuXlm2YA9i0/zl0TKKxqBWQOxGEb3qyVIhMg==" + "version": "7.43.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.2.tgz", + "integrity": "sha512-NvD3Oe2Y9hhqo2R4I4iJigDzSLpdMnzUpNMxlnzTbdiT7NT3BW0GxWCzEtwPudZMUPbZhNcSy1EcGAygyhDORg==" }, "react-i18next": { "version": "11.14.3", diff --git a/package.json b/package.json index 1d21dd1..c33c43e 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "notistack": "^2.0.3", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-hook-form": "^7.20.5", + "react-hook-form": "^7.43.2", "react-i18next": "^11.14.3", "react-simple-code-editor": "^0.11.0" },