diff --git a/package-lock.json b/package-lock.json index e4c5614..c401659 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@emotion/cache": "^11.14.0", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", - "@mui/icons-material": "^6.4.4", + "@mui/icons-material": "^7.0.2", "@mui/joy": "^5.0.0-beta.52", "@mui/material": "^6.4.4", "@mui/material-nextjs": "^7.0.2", @@ -1077,12 +1077,12 @@ } }, "node_modules/@mui/icons-material": { - "version": "6.4.4", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-6.4.4.tgz", - "integrity": "sha512-uF1chGaoFmYdRUomK6f8kgJfWosk9A3HXWiVD0vQm+2mE7f25eTQ1E8RRO11LXpnUBqu8Rbv/uGlpnjT/u1Ksg==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-7.0.2.tgz", + "integrity": "sha512-Bo57PFLOqXOqPNrXjd8AhzH5s6TCsNUQbvnQ0VKZ8D+lIlteqKnrk/O1luMJUc/BXONK7BfIdTdc7qOnXYbMdw==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.26.0" + "@babel/runtime": "^7.27.0" }, "engines": { "node": ">=14.0.0" @@ -1092,7 +1092,7 @@ "url": "https://opencollective.com/mui-org" }, "peerDependencies": { - "@mui/material": "^6.4.4", + "@mui/material": "^7.0.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 98b76d0..45206ce 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@emotion/cache": "^11.14.0", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", - "@mui/icons-material": "^6.4.4", + "@mui/icons-material": "^7.0.2", "@mui/joy": "^5.0.0-beta.52", "@mui/material": "^6.4.4", "@mui/material-nextjs": "^7.0.2",