From d277b11c22c7575d94745e9adfda756c30375cde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 20:59:53 +0000 Subject: [PATCH] fix(deps): bump react-hook-form from 7.12.2 to 7.46.2 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.12.2 to 7.46.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.12.2...v7.46.2) --- 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..e2ccb8ea5 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.46.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.46.2.tgz", + "integrity": "sha512-x1DWmHQchV7x2Rq9l99M/cQHC8JGchAnw9Z0uTz5KrPa0bTl/Inm1NR7ceOARfIrkNuQNAhuSuZPYa6k7QYn3Q==", + "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.46.2", "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.46.2", "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.46.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.46.2.tgz", + "integrity": "sha512-x1DWmHQchV7x2Rq9l99M/cQHC8JGchAnw9Z0uTz5KrPa0bTl/Inm1NR7ceOARfIrkNuQNAhuSuZPYa6k7QYn3Q==", "requires": {} }, "react-icons": { diff --git a/packages/frontend/package.json b/packages/frontend/package.json index 2399e394b..2ba52162e 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.46.2", "react-icons": "4.4.0", "react-infinite-scroller": "1.2.6", "react-linkify": "1.0.0-alpha",