From d8be4d1406969ff7059a0baa95c75306f1b710c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 20:29:02 +0000 Subject: [PATCH] fix(deps): bump react-hook-form from 7.12.2 to 7.47.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.12.2 to 7.47.0. - [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.12.2...v7.47.0) --- 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 | 21 ++++++++++++--------- packages/frontend/package.json | 2 +- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6b7d1ca97..167920a89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20216,15 +20216,18 @@ } }, "node_modules/react-hook-form": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.12.2.tgz", - "integrity": "sha512-cpxocjrgpMAJCMJQR51BQhMoEx80/EQqePNihMTgoTYTqCRbd2GExi+N4GJIr+cFqrmbwNj9wxk5oLWYQsUefg==", + "version": "7.47.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.47.0.tgz", + "integrity": "sha512-F/TroLjTICipmHeFlMrLtNLceO2xr1jU3CyiNla5zdwsGUGu2UOxxR4UyJgLlhMwLW/Wzp4cpJ7CPfgJIeKdSg==", + "engines": { + "node": ">=12.22.0" + }, "funding": { "type": "opencollective", "url": "https://opencollective.com/react-hook-form" }, "peerDependencies": { - "react": "^16.8.0 || ^17" + "react": "^16.8.0 || ^17 || ^18" } }, "node_modules/react-icons": { @@ -25354,7 +25357,7 @@ "react-error-boundary": "4.0.3", "react-ga": "3.3.0", "react-helmet": "6.1.0", - "react-hook-form": "7.12.2", + "react-hook-form": "7.47.0", "react-icons": "4.4.0", "react-infinite-scroller": "1.2.6", "react-linkify": "1.0.0-alpha", @@ -31297,7 +31300,7 @@ "react-error-boundary": "4.0.3", "react-ga": "3.3.0", "react-helmet": "6.1.0", - "react-hook-form": "7.12.2", + "react-hook-form": "7.47.0", "react-icons": "4.4.0", "react-infinite-scroller": "1.2.6", "react-linkify": "1.0.0-alpha", @@ -43632,9 +43635,9 @@ } }, "react-hook-form": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.12.2.tgz", - "integrity": "sha512-cpxocjrgpMAJCMJQR51BQhMoEx80/EQqePNihMTgoTYTqCRbd2GExi+N4GJIr+cFqrmbwNj9wxk5oLWYQsUefg==", + "version": "7.47.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.47.0.tgz", + "integrity": "sha512-F/TroLjTICipmHeFlMrLtNLceO2xr1jU3CyiNla5zdwsGUGu2UOxxR4UyJgLlhMwLW/Wzp4cpJ7CPfgJIeKdSg==", "requires": {} }, "react-icons": { diff --git a/packages/frontend/package.json b/packages/frontend/package.json index 2399e394b..2e69445db 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -43,7 +43,7 @@ "react-error-boundary": "4.0.3", "react-ga": "3.3.0", "react-helmet": "6.1.0", - "react-hook-form": "7.12.2", + "react-hook-form": "7.47.0", "react-icons": "4.4.0", "react-infinite-scroller": "1.2.6", "react-linkify": "1.0.0-alpha",