diff --git a/package-lock.json b/package-lock.json index fea11db..0dbb66b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "next-themes": "^0.4.6", "react": "^19.2.3", "react-dom": "^19.2.3", - "react-hook-form": "^7.66.0", + "react-hook-form": "^7.71.1", "react-syntax-highlighter": "^16.1.0", "tailwind-merge": "^3.3.1", "tailwindcss-animate": "^1.0.7", @@ -8886,9 +8886,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.66.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.66.0.tgz", - "integrity": "sha512-xXBqsWGKrY46ZqaHDo+ZUYiMUgi8suYu5kdrS20EG8KiL7VRQitEbNjm+UcrDYrNi1YLyfpmAeGjCZYXLT9YBw==", + "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==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index ab8e981..7f7f838 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "next-themes": "^0.4.6", "react": "^19.2.3", "react-dom": "^19.2.3", - "react-hook-form": "^7.66.0", + "react-hook-form": "^7.71.1", "react-syntax-highlighter": "^16.1.0", "tailwind-merge": "^3.3.1", "tailwindcss-animate": "^1.0.7",