From d3371fc336c4147227f641d5af817e7e28c24035 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 20:53:10 +0000 Subject: [PATCH] fix(deps): bump react-hook-form from 7.12.2 to 7.53.1 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.12.2 to 7.53.1. - [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.53.1) --- 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 53f99813d..6b91e6f78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19061,15 +19061,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.53.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.1.tgz", + "integrity": "sha512-6aiQeBda4zjcuaugWvim9WsGqisoUk+etmFEsSUMm451/Ic8L/UAb7sRtMj3V+Hdzm6mMjU1VhiSzYUZeBm0Vg==", + "engines": { + "node": ">=18.0.0" + }, "funding": { "type": "opencollective", "url": "https://opencollective.com/react-hook-form" }, "peerDependencies": { - "react": "^16.8.0 || ^17" + "react": "^16.8.0 || ^17 || ^18 || ^19" } }, "node_modules/react-icons": { @@ -23935,7 +23938,7 @@ "react-error-boundary": "4.0.12", "react-ga": "3.3.0", "react-helmet": "6.1.0", - "react-hook-form": "7.12.2", + "react-hook-form": "7.53.1", "react-icons": "5.0.1", "react-infinite-scroller": "1.2.6", "react-linkify": "1.0.0-alpha", @@ -30067,7 +30070,7 @@ "react-error-boundary": "4.0.12", "react-ga": "3.3.0", "react-helmet": "6.1.0", - "react-hook-form": "7.12.2", + "react-hook-form": "7.53.1", "react-icons": "5.0.1", "react-infinite-scroller": "1.2.6", "react-linkify": "1.0.0-alpha", @@ -41261,9 +41264,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.53.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.1.tgz", + "integrity": "sha512-6aiQeBda4zjcuaugWvim9WsGqisoUk+etmFEsSUMm451/Ic8L/UAb7sRtMj3V+Hdzm6mMjU1VhiSzYUZeBm0Vg==", "requires": {} }, "react-icons": { diff --git a/packages/frontend/package.json b/packages/frontend/package.json index f4671be32..51063acb0 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -43,7 +43,7 @@ "react-error-boundary": "4.0.12", "react-ga": "3.3.0", "react-helmet": "6.1.0", - "react-hook-form": "7.12.2", + "react-hook-form": "7.53.1", "react-icons": "5.0.1", "react-infinite-scroller": "1.2.6", "react-linkify": "1.0.0-alpha",