From b862c56b4d092f523e6c585ad300b043a0057ef9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 23:46:17 +0000 Subject: [PATCH] Bump react-hook-form from 7.51.4 to 7.53.2 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.51.4 to 7.53.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.51.4...v7.53.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 | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9d7b3b7..d0efb8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "next": "14.2.5", "react": "^18", "react-dom": "^18", - "react-hook-form": "^7.51.4", + "react-hook-form": "^7.53.2", "yup": "^1.4.0" }, "devDependencies": { @@ -3785,18 +3785,18 @@ } }, "node_modules/react-hook-form": { - "version": "7.51.4", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.4.tgz", - "integrity": "sha512-V14i8SEkh+V1gs6YtD0hdHYnoL4tp/HX/A45wWQN15CYr9bFRmmRdYStSO5L65lCCZRF+kYiSKhm9alqbcdiVA==", + "version": "7.53.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.2.tgz", + "integrity": "sha512-YVel6fW5sOeedd1524pltpHX+jgU2u3DSDtXEaBORNdqiNrsX/nUI/iGXONegttg0mJVnfrIkiV0cmTU6Oo2xw==", "engines": { - "node": ">=12.22.0" + "node": ">=18.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/react-hook-form" }, "peerDependencies": { - "react": "^16.8.0 || ^17 || ^18" + "react": "^16.8.0 || ^17 || ^18 || ^19" } }, "node_modules/react-is": { diff --git a/package.json b/package.json index 69de1ce..2d1b93b 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "next": "14.2.5", "react": "^18", "react-dom": "^18", - "react-hook-form": "^7.51.4", + "react-hook-form": "^7.53.2", "yup": "^1.4.0" }, "devDependencies": {