From 7561e40bc2bb466bffbb4d964200416416bcdd3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 21:11:11 +0000 Subject: [PATCH] Bump react-hook-form from 7.43.9 to 7.52.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.43.9 to 7.52.0. - [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.43.9...v7.52.0) --- 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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ce54bea..270ac79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "openid-client": "5.4.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "7.43.9", + "react-hook-form": "7.52.0", "swr": "2.1.2", "zod": "^3.22.5" }, @@ -5008,9 +5008,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.43.9", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.9.tgz", - "integrity": "sha512-AUDN3Pz2NSeoxQ7Hs6OhQhDr6gtF9YRuutGDwPQqhSUAHJSgGl2VeY3qN19MG0SucpjgDiuMJ4iC5T5uB+eaNQ==", + "version": "7.52.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.0.tgz", + "integrity": "sha512-mJX506Xc6mirzLsmXUJyqlAI3Kj9Ph2RhplYhUVffeOQSnubK2uVqBFOBJmvKikvbFV91pxVXmDiR+QMF19x6A==", "engines": { "node": ">=12.22.0" }, @@ -5019,7 +5019,7 @@ "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 fc3f87b..6c01950 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "openid-client": "5.4.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "7.43.9", + "react-hook-form": "7.52.0", "swr": "2.1.2", "zod": "^3.22.5" }