diff --git a/app/package-lock.json b/app/package-lock.json index 360ba488..7df394d3 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -29,7 +29,7 @@ "react-chartjs-2": "^4.2.0", "react-dom": "^17.0.2", "react-hook-form": "^7.33.1", - "react-hook-form-mui": "^3.9.1", + "react-hook-form-mui": "^4.0.0", "react-i18next": "^11.17.4", "react-scripts": "^5.0.1", "react-toastify": "^9.0.5", @@ -20835,9 +20835,9 @@ } }, "node_modules/react-hook-form-mui": { - "version": "3.9.1", - "resolved": "https://registry.npmjs.org/react-hook-form-mui/-/react-hook-form-mui-3.9.1.tgz", - "integrity": "sha512-qGsWKTTEvQvpgvVHIYKPDNzWev5kXftcXlZI+Y65eu9buSYojhoICK6N3OnM/jfllZokfl24UozouQFtdhLI8Q==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/react-hook-form-mui/-/react-hook-form-mui-4.0.0.tgz", + "integrity": "sha512-FzJJISCwIq6C5bAyanamsHBVr31K/L+QCcHidEV47txv8yqW3OxUpXqGCL3drUUlZnDYCr8zQonrPITmY+p9Xw==", "engines": { "node": ">=14" }, @@ -20846,7 +20846,7 @@ "@mui/material": ">= 5.x <6", "@mui/x-date-pickers": ">=5.0.0-alpha.6 <6", "react": ">=17 <19", - "react-hook-form": ">=7.3.5", + "react-hook-form": ">=7.33.1", "typescript": ">= 4.1" } }, @@ -39998,9 +39998,9 @@ "requires": {} }, "react-hook-form-mui": { - "version": "3.9.1", - "resolved": "https://registry.npmjs.org/react-hook-form-mui/-/react-hook-form-mui-3.9.1.tgz", - "integrity": "sha512-qGsWKTTEvQvpgvVHIYKPDNzWev5kXftcXlZI+Y65eu9buSYojhoICK6N3OnM/jfllZokfl24UozouQFtdhLI8Q==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/react-hook-form-mui/-/react-hook-form-mui-4.0.0.tgz", + "integrity": "sha512-FzJJISCwIq6C5bAyanamsHBVr31K/L+QCcHidEV47txv8yqW3OxUpXqGCL3drUUlZnDYCr8zQonrPITmY+p9Xw==", "requires": {} }, "react-i18next": { diff --git a/app/package.json b/app/package.json index 25fd9f42..5dab00e7 100644 --- a/app/package.json +++ b/app/package.json @@ -25,7 +25,7 @@ "react-chartjs-2": "^4.2.0", "react-dom": "^17.0.2", "react-hook-form": "^7.33.1", - "react-hook-form-mui": "^3.9.1", + "react-hook-form-mui": "^4.0.0", "react-i18next": "^11.17.4", "react-scripts": "^5.0.1", "react-toastify": "^9.0.5",