From 50997e34342bcbfbb92d4482011e27c8f0a4095a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 13:58:32 +0000 Subject: [PATCH] chore: bump react-hook-form from 7.25.3 to 7.52.2 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.25.3 to 7.52.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.25.3...v7.52.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 | 17 ++++++++++------- packages/website/package.json | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8a5d72f238..b901f0584c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33657,17 +33657,18 @@ } }, "node_modules/react-hook-form": { - "version": "7.25.3", - "license": "MIT", + "version": "7.52.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.2.tgz", + "integrity": "sha512-pqfPEbERnxxiNMPd0bzmt1tuaPcVccywFDpyk2uV5xCIBphHV5T8SVnX9/o3kplPE1zzKt77+YIoq+EMwJp56A==", "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" + "react": "^16.8.0 || ^17 || ^18 || ^19" } }, "node_modules/react-icons": { @@ -44325,7 +44326,7 @@ "react-docgen-typescript": "^2.2.2", "react-dom": "17.0.2", "react-focus-lock": "^2.9.1", - "react-hook-form": "7.25.3", + "react-hook-form": "7.52.2", "react-icons": "4.4.0", "react-live": "2.4.1", "rehype-slug": "^5.1.0", @@ -50286,7 +50287,7 @@ "react-docgen-typescript": "^2.2.2", "react-dom": "17.0.2", "react-focus-lock": "^2.9.1", - "react-hook-form": "7.25.3", + "react-hook-form": "7.52.2", "react-icons": "4.4.0", "react-live": "2.4.1", "rehype-slug": "^5.1.0", @@ -70622,7 +70623,9 @@ } }, "react-hook-form": { - "version": "7.25.3", + "version": "7.52.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.2.tgz", + "integrity": "sha512-pqfPEbERnxxiNMPd0bzmt1tuaPcVccywFDpyk2uV5xCIBphHV5T8SVnX9/o3kplPE1zzKt77+YIoq+EMwJp56A==", "requires": {} }, "react-icons": { diff --git a/packages/website/package.json b/packages/website/package.json index e0685116f2..a6563d78ce 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -50,7 +50,7 @@ "react-docgen-typescript": "^2.2.2", "react-dom": "17.0.2", "react-focus-lock": "^2.9.1", - "react-hook-form": "7.25.3", + "react-hook-form": "7.52.2", "react-icons": "4.4.0", "react-live": "2.4.1", "rehype-slug": "^5.1.0",