From b203656846fc198896cfcf1e69ab2b43d2077322 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 05:05:23 +0000 Subject: [PATCH] chore(deps): bump react-hook-form in /generators/client/templates/react Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.24.1 to 7.24.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.24.1...v7.24.2) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- generators/client/templates/react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/client/templates/react/package.json b/generators/client/templates/react/package.json index 80657afcc81..05f9a440c03 100644 --- a/generators/client/templates/react/package.json +++ b/generators/client/templates/react/package.json @@ -11,7 +11,7 @@ "path-browserify": "1.0.1", "react": "17.0.2", "react-dom": "17.0.2", - "react-hook-form": "7.24.1", + "react-hook-form": "7.24.2", "react-jhipster": "0.18.0", "react-loadable": "5.5.0", "react-redux": "7.2.6",