diff --git a/frontend/package-lock.json b/frontend/package-lock.json index b9f2a321..5ccea864 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -10,7 +10,7 @@ "@emotion/react": "11.13.3", "@emotion/server": "11.11.0", "@emotion/styled": "11.13.0", - "@mui/icons-material": "5.16.7", + "@mui/icons-material": "5.16.11", "@mui/lab": "5.0.0-alpha.173", "@mui/material": "5.16.7", "@mui/utils": "6.1.6", @@ -2273,10 +2273,9 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.16.7", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.16.7.tgz", - "integrity": "sha512-UrGwDJCXEszbDI7yV047BYU5A28eGJ79keTCP4cc74WyncuVrnurlmIRxaHL8YK+LI1Kzq+/JM52IAkNnv4u+Q==", - "license": "MIT", + "version": "5.16.11", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.16.11.tgz", + "integrity": "sha512-LjIiDVGGPzessDd5uSGFYZNqrXqECLiJ9hESE6Xkk8CtGTN2m2h6iImKJpkoryNXYxulv87WLeqfTMWAfA4Igg==", "dependencies": { "@babel/runtime": "^7.23.9" }, @@ -2289,8 +2288,8 @@ }, "peerDependencies": { "@mui/material": "^5.0.0", - "@types/react": "^17.0.0 || ^18.0.0", - "react": "^17.0.0 || ^18.0.0" + "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", + "react": "^17.0.0 || ^18.0.0 || ^19.0.0" }, "peerDependenciesMeta": { "@types/react": { diff --git a/frontend/package.json b/frontend/package.json index 164afb9a..7c6cddac 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,7 +17,7 @@ "@emotion/react": "11.13.3", "@emotion/server": "11.11.0", "@emotion/styled": "11.13.0", - "@mui/icons-material": "5.16.7", + "@mui/icons-material": "5.16.11", "@mui/lab": "5.0.0-alpha.173", "@mui/material": "5.16.7", "@mui/utils": "6.1.6",