From f783a86246c770e459ce9383786f54168efadce5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 06:31:50 +0000 Subject: [PATCH] Bump react-hook-form from 7.52.1 to 7.52.2 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.52.1 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.52.1...v7.52.2) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index d1f2a8c..e52b06a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "next-themes": "^0.3.0", "react": "^18", "react-dom": "^18", - "react-hook-form": "^7.51.3", + "react-hook-form": "^7.52.2", "swr": "^2.2.5" }, "devDependencies": { @@ -4489,12 +4489,11 @@ } }, "node_modules/react-hook-form": { - "version": "7.52.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.1.tgz", - "integrity": "sha512-uNKIhaoICJ5KQALYZ4TOaOLElyM+xipord+Ha3crEFhTntdLvWZqVY49Wqd/0GiVCA/f9NjemLeiNPjG7Hpurg==", - "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", diff --git a/package.json b/package.json index f7e87c9..d3ee97d 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "next-themes": "^0.3.0", "react": "^18", "react-dom": "^18", - "react-hook-form": "^7.51.3", + "react-hook-form": "^7.52.2", "swr": "^2.2.5" }, "devDependencies": {