diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ef1ad57113..6538df1234 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -19,7 +19,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-error-boundary": "^5.0.0", - "react-hook-form": "7.49.3", + "react-hook-form": "7.58.0", "react-icons": "^5.5.0" }, "devDependencies": { @@ -3987,19 +3987,19 @@ } }, "node_modules/react-hook-form": { - "version": "7.49.3", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.49.3.tgz", - "integrity": "sha512-foD6r3juidAT1cOZzpmD/gOKt7fRsDhXXZ0y28+Al1CHgX+AY1qIN9VSIIItXRq1dN68QrRwl1ORFlwjBaAqeQ==", + "version": "7.58.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.58.0.tgz", + "integrity": "sha512-zGijmEed35oNfOfy7ub99jfjkiLhHwA3dl5AgyKdWC6QQzhnc7tkWewSa+T+A2EpLrc6wo5DUoZctS9kufWJjA==", + "license": "MIT", "engines": { - "node": ">=18", - "pnpm": "8" + "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-icons": { @@ -7069,9 +7069,9 @@ } }, "react-hook-form": { - "version": "7.49.3", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.49.3.tgz", - "integrity": "sha512-foD6r3juidAT1cOZzpmD/gOKt7fRsDhXXZ0y28+Al1CHgX+AY1qIN9VSIIItXRq1dN68QrRwl1ORFlwjBaAqeQ==", + "version": "7.58.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.58.0.tgz", + "integrity": "sha512-zGijmEed35oNfOfy7ub99jfjkiLhHwA3dl5AgyKdWC6QQzhnc7tkWewSa+T+A2EpLrc6wo5DUoZctS9kufWJjA==", "requires": {} }, "react-icons": { diff --git a/frontend/package.json b/frontend/package.json index 1760a34723..d7d6769969 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -22,7 +22,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-error-boundary": "^5.0.0", - "react-hook-form": "7.49.3", + "react-hook-form": "7.58.0", "react-icons": "^5.5.0" }, "devDependencies": {