From 99ff9b761db5dda24084f75057e3e2d06e274dbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 01:04:32 +0000 Subject: [PATCH] build(deps): bump react-hook-form from 7.20.5 to 7.43.3 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.20.5 to 7.43.3. - [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.3) --- 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..28306e5 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.3", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.3.tgz", + "integrity": "sha512-LV6Fixh+hirrl6dXbM78aB6n//82aKbsNbcofF3wc6nx1UJLu3Jj/gsg1E5C9iISnLX+du8VTUyBUz2aCy+H7w==" }, "react-i18next": { "version": "11.14.3", diff --git a/package.json b/package.json index 1d21dd1..add972d 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.3", "react-i18next": "^11.14.3", "react-simple-code-editor": "^0.11.0" },