diff --git a/package-lock.json b/package-lock.json index c905294..3870120 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "next-themes": "^0.3.0", "react": "18.3.1", "react-dom": "18.3.1", - "react-hook-form": "^7.53.1", + "react-hook-form": "^7.71.2", "react-markdown": "^9.0.1", "tailwind-merge": "^2.5.4", "tailwindcss-animate": "^1.0.7", @@ -7465,9 +7465,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.71.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.71.1.tgz", - "integrity": "sha512-9SUJKCGKo8HUSsCO+y0CtqkqI5nNuaDqTxyqPsZPqIwudpj4rCrAz/jZV+jn57bx5gtZKOh3neQu94DXMc+w5w==", + "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/package.json b/package.json index 22d167b..7e7cc5d 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "next-themes": "^0.3.0", "react": "18.3.1", "react-dom": "18.3.1", - "react-hook-form": "^7.53.1", + "react-hook-form": "^7.71.2", "react-markdown": "^9.0.1", "tailwind-merge": "^2.5.4", "tailwindcss-animate": "^1.0.7",