From 7cfada13b09753bb2bfdea4c42ed8e833dd3bfe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 20:03:27 +0000 Subject: [PATCH] chore(deps): bump react-hook-form Bumps the forms-validation group in /client with 1 update: [react-hook-form](https://github.com/react-hook-form/react-hook-form). Updates `react-hook-form` from 7.79.0 to 7.80.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.79.0...v7.80.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.80.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: forms-validation ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 8 ++++---- client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 438d02a..62650a5 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -15,7 +15,7 @@ "clsx": "^2.1.1", "react": "^19.2.0", "react-dom": "^19.2.0", - "react-hook-form": "^7.54.2", + "react-hook-form": "^7.80.0", "tailwind-merge": "^3.6.0", "zod": "^4.4.3" }, @@ -2272,9 +2272,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.79.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.79.0.tgz", - "integrity": "sha512-mhYp/MTmXvzYX6AJcJVko0rktoIhhmRnEouObj4wF5i/tCttgJvnp1+9wRkpITZjDTqpo4IOSJqu0dBlPlV/Lw==", + "version": "7.80.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.80.0.tgz", + "integrity": "sha512-4P+fk6oXsxY+6xSj7Euhc2sumQD8zQqCuVHoJwoyp9EchP+IUW9OESB7uHFJOKsIBQ4MQqYE84INJFqUCYNoOg==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/client/package.json b/client/package.json index eda1627..64573f7 100644 --- a/client/package.json +++ b/client/package.json @@ -21,7 +21,7 @@ "clsx": "^2.1.1", "react": "^19.2.0", "react-dom": "^19.2.0", - "react-hook-form": "^7.54.2", + "react-hook-form": "^7.80.0", "tailwind-merge": "^3.6.0", "zod": "^4.4.3" },