From 1948fb73323f3cd031bd4dade596390d07d74c22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 01:37:56 +0000 Subject: [PATCH] build(deps): bump react-hook-form from 7.20.5 to 7.43.4 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.20.5 to 7.43.4. - [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.4) --- 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..8443ad8 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.4", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.4.tgz", + "integrity": "sha512-JZp05wvmuV8qr3NNDWwyhiQL05sh9E8x/2NoWtkdiyyiezmwOr5pKexlvbCEfBMa7ZYrvzk88G/uhLl47T9b7Q==" }, "react-i18next": { "version": "11.14.3", diff --git a/package.json b/package.json index 1d21dd1..e987d91 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.4", "react-i18next": "^11.14.3", "react-simple-code-editor": "^0.11.0" },