diff --git a/package-lock.json b/package-lock.json index 5175450..792bffa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@fontsource/inter": "^5.1.0", - "@mui/icons-material": "^6.1.1", + "@mui/icons-material": "^6.1.2", "@mui/joy": "^5.0.0-beta.48", "@mui/material": "^6.1.5", "@mui/styled-engine-sc": "^6.1.5", @@ -1756,9 +1756,9 @@ } }, "node_modules/@mui/icons-material": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-6.1.1.tgz", - "integrity": "sha512-sy/YKwcLPW8VcacNP2uWMYR9xyWuwO9NN9FXuGEU90bRshBXj8pdKk+joe3TCW7oviVS3zXLHlc94wQ0jNsQRQ==", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-6.1.2.tgz", + "integrity": "sha512-7NNcjW5JoT9jHagrVbARA1o41vQY2xezDamtke+mEKKZmsJyejfRBOacSrPDfjZQ//lyhIjNKyzAwisxYJR47w==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.25.6" @@ -1771,7 +1771,7 @@ "url": "https://opencollective.com/mui-org" }, "peerDependencies": { - "@mui/material": "^6.1.1", + "@mui/material": "^6.1.2", "@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 1516c5f..4ee73dd 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@fontsource/inter": "^5.1.0", - "@mui/icons-material": "^6.1.1", + "@mui/icons-material": "^6.1.2", "@mui/joy": "^5.0.0-beta.48", "@mui/material": "^6.1.5", "@mui/styled-engine-sc": "^6.1.5",