diff --git a/web/package-lock.json b/web/package-lock.json index 0062fa7..0ed492c 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -36,7 +36,7 @@ "next-themes": "^0.4.6", "react": "^19.2.1", "react-dom": "^19.2.1", - "react-hook-form": "^7.74.0", + "react-hook-form": "^7.75.0", "sonner": "^2.0.7", "tailwind-merge": "^3.3.1", "tailwindcss": "^4.1.11", @@ -6308,9 +6308,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.74.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.74.0.tgz", - "integrity": "sha512-yR6wHr99p9wFv686jhRWVSFhUvDvNbdUf2dKlbno8/VKOCuoNobDGC6S+M2dua9A9Yo8vpcrp8assIYbsZCQ9g==", + "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==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/web/package.json b/web/package.json index e6cd510..11b84ad 100644 --- a/web/package.json +++ b/web/package.json @@ -49,7 +49,7 @@ "next-themes": "^0.4.6", "react": "^19.2.1", "react-dom": "^19.2.1", - "react-hook-form": "^7.74.0", + "react-hook-form": "^7.75.0", "sonner": "^2.0.7", "tailwind-merge": "^3.3.1", "tailwindcss": "^4.1.11",