diff --git a/src/admin-ui/package-lock.json b/src/admin-ui/package-lock.json index 5ad2881..cd75462 100644 --- a/src/admin-ui/package-lock.json +++ b/src/admin-ui/package-lock.json @@ -20,7 +20,7 @@ "next-auth": "^5.0.0-beta.30", "react": "19.2.0", "react-dom": "19.2.0", - "react-hook-form": "^7.66.1", + "react-hook-form": "^7.71.2", "tailwind-merge": "^3.4.0", "zod": "^4.1.13" }, @@ -6537,9 +6537,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.66.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.66.1.tgz", - "integrity": "sha512-2KnjpgG2Rhbi+CIiIBQQ9Df6sMGH5ExNyFl4Hw9qO7pIqMBR8Bvu9RQyjl3JM4vehzCh9soiNUM/xYMswb2EiA==", + "version": "7.71.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.71.2.tgz", + "integrity": "sha512-1CHvcDYzuRUNOflt4MOq3ZM46AronNJtQ1S7tnX6YN4y72qhgiUItpacZUAQ0TyWYci3yz1X+rXaSxiuEm86PA==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/src/admin-ui/package.json b/src/admin-ui/package.json index 29fd630..8bac0b0 100644 --- a/src/admin-ui/package.json +++ b/src/admin-ui/package.json @@ -23,7 +23,7 @@ "next-auth": "^5.0.0-beta.30", "react": "19.2.0", "react-dom": "19.2.0", - "react-hook-form": "^7.66.1", + "react-hook-form": "^7.71.2", "tailwind-merge": "^3.4.0", "zod": "^4.1.13" },