From c4fd201bcbac0d85a34d1192287179345ef2bd7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 00:21:11 +0000 Subject: [PATCH] build(deps): bump react-hook-form from 7.20.5 to 7.41.5 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.20.5 to 7.41.5. - [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.41.5) --- 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..6f8beec 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.41.5", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.41.5.tgz", + "integrity": "sha512-DAKjSJ7X9f16oQrP3TW2/eD9N6HOgrmIahP4LOdFphEWVfGZ2LulFd6f6AQ/YS/0cx/5oc4j8a1PXxuaurWp/Q==" }, "react-i18next": { "version": "11.14.3", diff --git a/package.json b/package.json index 1d21dd1..06b4882 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.41.5", "react-i18next": "^11.14.3", "react-simple-code-editor": "^0.11.0" },