diff --git a/package-lock.json b/package-lock.json index 6ca9526c5..eb981b951 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@emotion/react": "^11.11.4", "@emotion/styled": "^11.13.5", "@loadable/component": "^5.16.4", - "@mui/icons-material": "^5.16.0", + "@mui/icons-material": "^5.16.9", "@mui/lab": "^5.0.0-alpha.96", "@mui/material": "^5.16.0", "@mui/styled-engine-sc": "^5.10.1", @@ -3297,9 +3297,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==", + "version": "5.16.9", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.16.9.tgz", + "integrity": "sha512-nnOJIqan6FS6zEsLX3vf8LZ4vXpZjP5xfCFezeXmqfQConypCOZG4nangoVwKwROlas7b6/bqOdacFUb/HuM/g==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.9" @@ -3313,8 +3313,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/package.json b/package.json index faab25cf6..d4a8b76cc 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "@emotion/react": "^11.11.4", "@emotion/styled": "^11.13.5", "@loadable/component": "^5.16.4", - "@mui/icons-material": "^5.16.0", + "@mui/icons-material": "^5.16.9", "@mui/lab": "^5.0.0-alpha.96", "@mui/material": "^5.16.0", "@mui/styled-engine-sc": "^5.10.1",