diff --git a/package-lock.json b/package-lock.json index 841e495..82a3ddf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", - "@mui/icons-material": "^9.0.0", + "@mui/icons-material": "^9.0.1", "@mui/material": "^9.0.1", "react": "^19.2.5", "react-dom": "^19.2.6" @@ -1459,9 +1459,9 @@ } }, "node_modules/@mui/icons-material": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-9.0.0.tgz", - "integrity": "sha512-oDwyvI6LgjWRC9MBcSGvLkPud9S9ELgSBQFYxa1rYcZn6Br55dn22SyvsPDMsn0G8OndFk53iMT45W5mNqrogw==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-9.0.1.tgz", + "integrity": "sha512-5PRpQjVLTNLyV/2J9J53Yz4R0tVbodG0BQDN2zQI1QBG1OPYM25ar+4N20eyFOfJT6zKglLzsnU70+zdVLaTkw==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.29.2" @@ -1474,7 +1474,7 @@ "url": "https://opencollective.com/mui-org" }, "peerDependencies": { - "@mui/material": "^9.0.0", + "@mui/material": "^9.0.1", "@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 2676c58..e5a5d4c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", - "@mui/icons-material": "^9.0.0", + "@mui/icons-material": "^9.0.1", "@mui/material": "^9.0.1", "react": "^19.2.5", "react-dom": "^19.2.6"