diff --git a/frontend/package-lock.json b/frontend/package-lock.json index b47e34489..fee6c5205 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -23,7 +23,7 @@ "nextjs-google-analytics": "^2.3.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "^7.43.9", + "react-hook-form": "^7.52.2", "react-hook-form-mui": "^6.1.0", "react-markdown": "^9.0.0", "react-redux": "^8.0.7", @@ -10310,18 +10310,19 @@ } }, "node_modules/react-hook-form": { - "version": "7.43.9", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.9.tgz", - "integrity": "sha512-AUDN3Pz2NSeoxQ7Hs6OhQhDr6gtF9YRuutGDwPQqhSUAHJSgGl2VeY3qN19MG0SucpjgDiuMJ4iC5T5uB+eaNQ==", + "version": "7.52.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.2.tgz", + "integrity": "sha512-pqfPEbERnxxiNMPd0bzmt1tuaPcVccywFDpyk2uV5xCIBphHV5T8SVnX9/o3kplPE1zzKt77+YIoq+EMwJp56A==", + "license": "MIT", "engines": { - "node": ">=12.22.0" + "node": ">=18.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/react-hook-form" }, "peerDependencies": { - "react": "^16.8.0 || ^17 || ^18" + "react": "^16.8.0 || ^17 || ^18 || ^19" } }, "node_modules/react-hook-form-mui": { diff --git a/frontend/package.json b/frontend/package.json index a57808b70..41f3ff6d8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -40,7 +40,7 @@ "nextjs-google-analytics": "^2.3.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "^7.43.9", + "react-hook-form": "^7.52.2", "react-hook-form-mui": "^6.1.0", "react-markdown": "^9.0.0", "react-redux": "^8.0.7",