diff --git a/clients/ui/frontend/package-lock.json b/clients/ui/frontend/package-lock.json index 8daac018..843c9608 100644 --- a/clients/ui/frontend/package-lock.json +++ b/clients/ui/frontend/package-lock.json @@ -34,7 +34,7 @@ "@cypress/code-coverage": "^3.13.8", "@mui/icons-material": "^6.1.10", "@mui/material": "^6.1.7", - "@mui/types": "^7.2.17", + "@mui/types": "^7.2.20", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.15", "@swc/core": "^1.9.1", "@testing-library/cypress": "^10.0.1", @@ -3217,11 +3217,10 @@ } }, "node_modules/@mui/types": { - "version": "7.2.19", - "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.2.19.tgz", - "integrity": "sha512-6XpZEM/Q3epK9RN8ENoXuygnqUQxE+siN/6rGRi2iwJPgBUR25mphYQ9ZI87plGh58YoZ5pp40bFvKYOCDJ3tA==", + "version": "7.2.20", + "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.2.20.tgz", + "integrity": "sha512-straFHD7L8v05l/N5vcWk+y7eL9JF0C2mtph/y4BPm3gn2Eh61dDwDB65pa8DLss3WJfDXYC7Kx5yjP0EmXpgw==", "dev": true, - "license": "MIT", "peerDependencies": { "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0" }, diff --git a/clients/ui/frontend/package.json b/clients/ui/frontend/package.json index eee74d17..184c7b76 100644 --- a/clients/ui/frontend/package.json +++ b/clients/ui/frontend/package.json @@ -39,7 +39,7 @@ "@cypress/code-coverage": "^3.13.8", "@mui/material": "^6.1.7", "@mui/icons-material": "^6.1.10", - "@mui/types": "^7.2.17", + "@mui/types": "^7.2.20", "@testing-library/cypress": "^10.0.1", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.2",