diff --git a/package-lock.json b/package-lock.json index 09d32cc5..ef38dd7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "next-themes": "^0.4.6", "react": "^19.1.1", "react-dom": "^19.1.1", - "react-hook-form": "^7.61.1", + "react-hook-form": "^7.62.0", "react-syntax-highlighter": "^15.6.1", "tailwind-merge": "^3.3.1", "tailwindcss-animate": "^1.0.7", @@ -8638,9 +8638,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.61.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.61.1.tgz", - "integrity": "sha512-2vbXUFDYgqEgM2RcXcAT2PwDW/80QARi+PKmHy5q2KhuKvOlG8iIYgf7eIlIANR5trW9fJbP4r5aub3a4egsew==", + "version": "7.62.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.62.0.tgz", + "integrity": "sha512-7KWFejc98xqG/F4bAxpL41NB3o1nnvQO1RWZT3TqRZYL8RryQETGfEdVnJN2fy1crCiBLLjkRBVK05j24FxJGA==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index cbc904f7..08a4babc 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "next-themes": "^0.4.6", "react": "^19.1.1", "react-dom": "^19.1.1", - "react-hook-form": "^7.61.1", + "react-hook-form": "^7.62.0", "react-syntax-highlighter": "^15.6.1", "tailwind-merge": "^3.3.1", "tailwindcss-animate": "^1.0.7",