From 600659816c52b3619f3175a738a0cc46e0852281 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 03:35:49 +0000 Subject: [PATCH] Bump react-hook-form from 7.72.0 to 7.78.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.72.0 to 7.78.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.72.0...v7.78.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.78.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++---------------- package.json | 2 +- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6c28a80..d815100 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "prisma": "^7.8.0", "react": "19.2.4", "react-dom": "19.2.4", - "react-hook-form": "^7.72.0", + "react-hook-form": "^7.78.0", "tailwind-merge": "^3.5.0", "zod": "^4.3.6" }, @@ -1170,9 +1170,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1189,9 +1186,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1208,9 +1202,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1227,9 +1218,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -6669,9 +6657,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.72.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.72.0.tgz", - "integrity": "sha512-V4v6jubaf6JAurEaVnT9aUPKFbNtDgohj5CIgVGyPHvT9wRx5OZHVjz31GsxnPNI278XMu+ruFz+wGOscHaLKw==", + "version": "7.78.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.78.0.tgz", + "integrity": "sha512-EEZqc+N23moyzTlz61Pj+JvcXo76ICkpfOZo8JZw+sM4+wLQGh6nI2Ms+PdMOYNluFu0ghlM7B8mCzhRYtJCnA==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index 4776eb8..4ba0bc1 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "prisma": "^7.8.0", "react": "19.2.4", "react-dom": "19.2.4", - "react-hook-form": "^7.72.0", + "react-hook-form": "^7.78.0", "tailwind-merge": "^3.5.0", "zod": "^4.3.6" },