diff --git a/package-lock.json b/package-lock.json index 5607a7de6a..6584ed0d44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", - "@mui/icons-material": "^6.1.10", + "@mui/icons-material": "^6.2.0", "@mui/lab": "^6.0.0-beta.19", "@mui/material": "^6.1.8", "@mui/x-date-pickers": "^7.23.1", @@ -3128,10 +3128,9 @@ } }, "node_modules/@mui/icons-material": { - "version": "6.1.10", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-6.1.10.tgz", - "integrity": "sha512-G6P1BCSt6EQDcKca47KwvKjlqgOXFbp2I3oWiOlFgKYTANBH89yk7ttMQ5ysqNxSYAB+4TdM37MlPYp4+FkVrQ==", - "license": "MIT", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-6.2.0.tgz", + "integrity": "sha512-WR1EEhGOSvxAsoTSzWZBlrWFjul8wziDrII4rC3PvMBHhBYBqEc2n/0aamfFbwkH5EiYb96aqc6kYY6tB310Sw==", "dependencies": { "@babel/runtime": "^7.26.0" }, @@ -3143,7 +3142,7 @@ "url": "https://opencollective.com/mui-org" }, "peerDependencies": { - "@mui/material": "^6.1.10", + "@mui/material": "^6.2.0", "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react": "^17.0.0 || ^18.0.0 || ^19.0.0" }, diff --git a/package.json b/package.json index 821f5df8f6..897c6aa2a6 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", - "@mui/icons-material": "^6.1.10", + "@mui/icons-material": "^6.2.0", "@mui/lab": "^6.0.0-beta.19", "@mui/material": "^6.1.8", "@mui/x-date-pickers": "^7.23.1",