diff --git a/package-lock.json b/package-lock.json index 17ff3071e8..5cb92577bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43656,6 +43656,22 @@ "react": ">=16.4.1" } }, + "node_modules/react-hook-form": { + "version": "7.71.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.71.1.tgz", + "integrity": "sha512-9SUJKCGKo8HUSsCO+y0CtqkqI5nNuaDqTxyqPsZPqIwudpj4rCrAz/jZV+jn57bx5gtZKOh3neQu94DXMc+w5w==", + "license": "MIT", + "engines": { + "node": ">=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/react-hook-form" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17 || ^18 || ^19" + } + }, "node_modules/react-i18next": { "version": "13.3.1", "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.3.1.tgz", @@ -58630,6 +58646,7 @@ "pug": "^3.0.3", "pug-runtime": "^3.0.1", "rate-limiter-flexible": "^2.4.1", + "react-hook-form": "^7.71.1", "recurly": "^4.0.0", "referer-parser": "github:overleaf/nodejs-referer-parser#8b8b103762d05b7be4cfa2f810e1d408be67d7bb", "request": "2.88.2", diff --git a/services/web/package.json b/services/web/package.json index 51cc0f7ef6..3fa82381c2 100644 --- a/services/web/package.json +++ b/services/web/package.json @@ -172,6 +172,7 @@ "pug": "^3.0.3", "pug-runtime": "^3.0.1", "rate-limiter-flexible": "^2.4.1", + "react-hook-form": "^7.71.1", "recurly": "^4.0.0", "referer-parser": "github:overleaf/nodejs-referer-parser#8b8b103762d05b7be4cfa2f810e1d408be67d7bb", "request": "2.88.2",