diff --git a/ui/package-lock.json b/ui/package-lock.json index 96899e88..894c2483 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", - "@mui/icons-material": "^5.15.15", + "@mui/icons-material": "^5.16.7", "@mui/lab": "^5.0.0-alpha.170", "@mui/material": "5.15.10", "@tanstack/react-query": "5.51.21", @@ -3522,9 +3522,9 @@ } }, "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.16.7", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.16.7.tgz", + "integrity": "sha512-UrGwDJCXEszbDI7yV047BYU5A28eGJ79keTCP4cc74WyncuVrnurlmIRxaHL8YK+LI1Kzq+/JM52IAkNnv4u+Q==", "dependencies": { "@babel/runtime": "^7.23.9" }, diff --git a/ui/package.json b/ui/package.json index 24fe6a5b..1340e369 100644 --- a/ui/package.json +++ b/ui/package.json @@ -19,7 +19,7 @@ "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", - "@mui/icons-material": "^5.15.15", + "@mui/icons-material": "^5.16.7", "@mui/lab": "^5.0.0-alpha.170", "@mui/material": "5.15.10", "@tanstack/react-query": "5.51.21",