diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1cedc2e..ba7089b 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -55,7 +55,7 @@ "react": "18.2.0", "react-day-picker": "^8.9.1", "react-dom": "18.2.0", - "react-hook-form": "^7.48.2", + "react-hook-form": "^7.49.2", "react-icons": "^4.12.0", "react-markdown": "^9.0.0", "react-textarea-autosize": "^8.5.3", @@ -13292,11 +13292,12 @@ } }, "node_modules/react-hook-form": { - "version": "7.48.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.48.2.tgz", - "integrity": "sha512-H0T2InFQb1hX7qKtDIZmvpU1Xfn/bdahWBN1fH19gSe4bBEqTfmlr7H3XWTaVtiK4/tpPaI1F3355GPMZYge+A==", + "version": "7.49.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.49.2.tgz", + "integrity": "sha512-TZcnSc17+LPPVpMRIDNVITY6w20deMdNi6iehTFLV1x8SqThXGwu93HjlUVU09pzFgZH7qZOvLMM7UYf2ShAHA==", "engines": { - "node": ">=12.22.0" + "node": ">=18", + "pnpm": "8" }, "funding": { "type": "opencollective", @@ -25202,9 +25203,9 @@ } }, "react-hook-form": { - "version": "7.48.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.48.2.tgz", - "integrity": "sha512-H0T2InFQb1hX7qKtDIZmvpU1Xfn/bdahWBN1fH19gSe4bBEqTfmlr7H3XWTaVtiK4/tpPaI1F3355GPMZYge+A==", + "version": "7.49.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.49.2.tgz", + "integrity": "sha512-TZcnSc17+LPPVpMRIDNVITY6w20deMdNi6iehTFLV1x8SqThXGwu93HjlUVU09pzFgZH7qZOvLMM7UYf2ShAHA==", "requires": {} }, "react-icons": { diff --git a/frontend/package.json b/frontend/package.json index 09d71fe..b83cf72 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -62,7 +62,7 @@ "react": "18.2.0", "react-day-picker": "^8.9.1", "react-dom": "18.2.0", - "react-hook-form": "^7.48.2", + "react-hook-form": "^7.49.2", "react-icons": "^4.12.0", "react-markdown": "^9.0.0", "react-textarea-autosize": "^8.5.3",