diff --git a/package-lock.json b/package-lock.json index edb1282..e4e29bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "pg": "^8.13.1", "react": "^19.2.4", "react-dom": "^19.2.6", - "react-hook-form": "^7.56.1", + "react-hook-form": "^7.76.1", "recharts": "^3.8.1", "sonner": "^2.0.7", "tailwind-merge": "^3.5.0", @@ -16458,9 +16458,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.75.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.75.0.tgz", - "integrity": "sha512-Ovv94H+0p3sJ7B9B5QxPuCP1u8V/cHuVGyH55cSwodYDtoJwK+fqk3vjfIgSX59I2U/bU4z0nRJ9HMLpNiWEmw==", + "version": "7.76.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.76.1.tgz", + "integrity": "sha512-rYM7tPiWlu3nZchkR/ex7piyzui2vFPyaLnXnI/RnblB/L4qfMmyses8llJVtF1NpE9WBBsJlGtcSZzPCXW1qQ==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index 9dbf14e..4197a10 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "pg": "^8.13.1", "react": "^19.2.4", "react-dom": "^19.2.6", - "react-hook-form": "^7.56.1", + "react-hook-form": "^7.76.1", "recharts": "^3.8.1", "sonner": "^2.0.7", "tailwind-merge": "^3.5.0",