From 988f21f5e8f21d42c049e86fd54ab402341fb323 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 02:34:25 +0000 Subject: [PATCH] Bump react-hook-form from 7.56.4 to 7.57.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.56.4 to 7.57.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.56.4...v7.57.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.57.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 83e139b..fafd75b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "react": "^18.2.0", "react-awesome-reveal": "^4.3.1", "react-dom": "^18.2.0", - "react-hook-form": "^7.56.4", + "react-hook-form": "^7.57.0", "react-icons": "^5.5.0", "react-responsive": "^10.0.1", "sass": "^1.89.0", @@ -7041,9 +7041,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.56.4", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.56.4.tgz", - "integrity": "sha512-Rob7Ftz2vyZ/ZGsQZPaRdIefkgOSrQSPXfqBdvOPwJfoGnjwRJUs7EM7Kc1mcoDv3NOtqBzPGbcMB8CGn9CKgw==", + "version": "7.57.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.57.0.tgz", + "integrity": "sha512-RbEks3+cbvTP84l/VXGUZ+JMrKOS8ykQCRYdm5aYsxnDquL0vspsyNhGRO7pcH6hsZqWlPOjLye7rJqdtdAmlg==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index 1f0ccd5..f3d2e84 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-awesome-reveal": "^4.3.1", - "react-hook-form": "^7.56.4", + "react-hook-form": "^7.57.0", "react-icons": "^5.5.0", "react-responsive": "^10.0.1", "sass": "^1.89.0",