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" },