diff --git a/package-lock.json b/package-lock.json index 6ed8de1b..a3383dc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "bowser": "^2.13.1", "react": "^19.2.4", "react-dom": "^19.2.3", - "react-hook-form": "^7.68.0", + "react-hook-form": "^7.81.0", "react-hotkeys-hook": "^4.5.0", "react-router": "^7.13.0", "react-router-dom": "^7.13.0" @@ -6853,9 +6853,10 @@ } }, "node_modules/react-hook-form": { - "version": "7.71.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.71.2.tgz", - "integrity": "sha512-1CHvcDYzuRUNOflt4MOq3ZM46AronNJtQ1S7tnX6YN4y72qhgiUItpacZUAQ0TyWYci3yz1X+rXaSxiuEm86PA==", + "version": "7.81.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.81.0.tgz", + "integrity": "sha512-ocbmr2p5KBMoAfj4WCUvped33lVi1Kd5DuDUvQDnB6VEAacOjPI/jMbtDdbhco4y9ct4xUuCmMY0b/C9L0QHjw==", + "license": "MIT", "engines": { "node": ">=18.0.0" }, diff --git a/package.json b/package.json index 462a59f3..9db24efc 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "bowser": "^2.13.1", "react": "^19.2.4", "react-dom": "^19.2.3", - "react-hook-form": "^7.68.0", + "react-hook-form": "^7.81.0", "react-hotkeys-hook": "^4.5.0", "react-router": "^7.13.0", "react-router-dom": "^7.13.0"