diff --git a/client/package-lock.json b/client/package-lock.json index eff2f51..866c05c 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -15,7 +15,7 @@ "@fontsource/roboto": "^5.0.13", "@material-ui/core": "^4.12.4", "@material-ui/icons": "^4.11.3", - "@mui/icons-material": "^5.15.15", + "@mui/icons-material": "^5.15.21", "@mui/material": "^5.15.15", "@mui/styled-engine-sc": "^6.0.0-alpha.18", "axios": "^1.6.8", @@ -1377,9 +1377,10 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.15.15", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.15.tgz", - "integrity": "sha512-kkeU/pe+hABcYDH6Uqy8RmIsr2S/y5bP2rp+Gat4CcRjCcVne6KudS1NrZQhUCRysrTDCAhcbcf9gt+/+pGO2g==", + "version": "5.15.21", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.21.tgz", + "integrity": "sha512-yqkq1MbdkmX5ZHyvZTBuAaA6RkvoqkoAgwBSx9Oh0L0jAfj9T/Ih/NhMNjkl8PWVSonjfDUkKroBnjRyo/1M9Q==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.9" }, diff --git a/client/package.json b/client/package.json index 53cde47..ba426ef 100644 --- a/client/package.json +++ b/client/package.json @@ -17,7 +17,7 @@ "@fontsource/roboto": "^5.0.13", "@material-ui/core": "^4.12.4", "@material-ui/icons": "^4.11.3", - "@mui/icons-material": "^5.15.15", + "@mui/icons-material": "^5.15.21", "@mui/material": "^5.15.15", "@mui/styled-engine-sc": "^6.0.0-alpha.18", "axios": "^1.6.8",