diff --git a/package-lock.json b/package-lock.json index 1e85e2d..e6ea0b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@emotion/react": "^11.14.0", "@emotion/styled": "^11.13.5", "@fontsource/inter": "^5.1.0", - "@mui/icons-material": "^6.2.0", + "@mui/icons-material": "^6.2.1", "@mui/joy": "^5.0.0-beta.48", "@mui/material": "^6.1.6", "@mui/styled-engine-sc": "^6.2.1", @@ -1809,9 +1809,9 @@ } }, "node_modules/@mui/icons-material": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-6.2.0.tgz", - "integrity": "sha512-WR1EEhGOSvxAsoTSzWZBlrWFjul8wziDrII4rC3PvMBHhBYBqEc2n/0aamfFbwkH5EiYb96aqc6kYY6tB310Sw==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-6.2.1.tgz", + "integrity": "sha512-bP0XtW+t5KFL+wjfQp2UctN/8CuWqF1qaxbYuCAsJhL+AzproM8gGOh2n8sNBcrjbVckzDNqaXqxdpn+OmoWug==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.26.0" @@ -1824,7 +1824,7 @@ "url": "https://opencollective.com/mui-org" }, "peerDependencies": { - "@mui/material": "^6.2.0", + "@mui/material": "^6.2.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 96f2a8d..e3491e4 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@emotion/react": "^11.14.0", "@emotion/styled": "^11.13.5", "@fontsource/inter": "^5.1.0", - "@mui/icons-material": "^6.2.0", + "@mui/icons-material": "^6.2.1", "@mui/joy": "^5.0.0-beta.48", "@mui/material": "^6.1.6", "@mui/styled-engine-sc": "^6.2.1",