diff --git a/package-lock.json b/package-lock.json index d6b3bb1..812ddd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "radix-ui": "^1.6.7", "react": "19.2.8", "react-dom": "^19.2.8", - "react-hook-form": "^7.84.0", + "react-hook-form": "^7.85.0", "shadcn": "^4.16.1", "tailwind-merge": "^3.6.0", "tw-animate-css": "^1.4.0", @@ -10133,9 +10133,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.84.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.84.0.tgz", - "integrity": "sha512-+hWvQP6GLco56mDwrbU4XnHix8t1z90ltZsDIrREl+jnQFQxYLX8oAzqe/Xn8nHpmoXTY5M6oEXrAhbP1qevNQ==", + "version": "7.85.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.85.0.tgz", + "integrity": "sha512-U2MTriFXnclmV4rOE20p2DcRFv5WEg3FIcBFOKcOLFHDVvGIMPvLTkTWefUsonmlaVy23khVDxDWym6uJVGOzw==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index 9a6d86e..3dfccca 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "radix-ui": "^1.6.7", "react": "19.2.8", "react-dom": "^19.2.8", - "react-hook-form": "^7.84.0", + "react-hook-form": "^7.85.0", "shadcn": "^4.16.1", "tailwind-merge": "^3.6.0", "tw-animate-css": "^1.4.0",