diff --git a/package-lock.json b/package-lock.json index d593cf506..b4cfee386 100644 --- a/package-lock.json +++ b/package-lock.json @@ -74,7 +74,7 @@ "react": "^19.2.8", "react-dom": "^19.2.8", "react-focus-lock": "^2.13.7", - "react-hook-form": "^7.71.2", + "react-hook-form": "^7.86.0", "react-markdown": "^9.1.0", "rehype-sanitize": "^6.0.0", "remark": "^15.0.1", @@ -14027,7 +14027,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.72.0", + "version": "7.86.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.86.0.tgz", + "integrity": "sha512-4kbWJrh5jPZt1+YqVcXcGKffGcXV/XVbozknLh0Yjh0KhpoAkus21TAQhzRYqNwFkkObmnSvRlZZ3GT+ehoIrA==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index 85a491932..ffe82a4c3 100644 --- a/package.json +++ b/package.json @@ -177,7 +177,7 @@ "react": "^19.2.8", "react-dom": "^19.2.8", "react-focus-lock": "^2.13.7", - "react-hook-form": "^7.71.2", + "react-hook-form": "^7.86.0", "react-markdown": "^9.1.0", "rehype-sanitize": "^6.0.0", "remark": "^15.0.1",