diff --git a/package-lock.json b/package-lock.json index 3e184c9..3da5ef8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@capawesome-team/capacitor-android-battery-optimization": "^8.0.1", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", - "@mui/icons-material": "^7.3.10", + "@mui/icons-material": "^9.4.0", "@mui/material": "^9.3.1", "react": "^19.2.8", "react-dom": "^19.2.8", @@ -3361,12 +3361,12 @@ } }, "node_modules/@mui/icons-material": { - "version": "7.3.10", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-7.3.10.tgz", - "integrity": "sha512-Au0ma4NSKGKNiimukj8UT/W1x2Qx6Qwn2RvFGykiSqVLYBNlIOPbjnIMvrwLGLu89EEpTVdu/ys/OduZR+tWqw==", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-9.4.0.tgz", + "integrity": "sha512-5PVgBYtLOXTk6u0YUAjoV9GoTUQDbeZ8g+pus2h0GphLT/rpmftRnB5D/Kw6QCAovB7EyBX7UxKdZqPBBAHUKw==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.28.6" + "@babel/runtime": "^7.29.7" }, "engines": { "node": ">=14.0.0" @@ -3376,7 +3376,7 @@ "url": "https://opencollective.com/mui-org" }, "peerDependencies": { - "@mui/material": "^7.3.10", + "@mui/material": "^9.4.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 759759a..6bbc8bd 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@capawesome-team/capacitor-android-battery-optimization": "^8.0.1", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", - "@mui/icons-material": "^7.3.10", + "@mui/icons-material": "^9.4.0", "@mui/material": "^9.3.1", "react": "^19.2.8", "react-dom": "^19.2.8",