diff --git a/package-lock.json b/package-lock.json index 99ddd6fe..4def2178 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@emotion/styled": "^11.14.1", "@iostindex/gatsby-plugin-material-ui": "^5.0.0", "@mdx-js/mdx": "^3.1.0", - "@mui/icons-material": "^7.1.2", + "@mui/icons-material": "^7.2.0", "@mui/material": "^7.2.0", "axios": "^1.10.0", "decode-uri-component": "^0.4.1", @@ -3918,12 +3918,11 @@ } }, "node_modules/@mui/icons-material": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-7.1.2.tgz", - "integrity": "sha512-slqJByDub7Y1UcokrM17BoMBMvn8n7daXFXVoTv0MEH5k3sHjmsH8ql/Mt3s9vQ20cORDr83UZ448TEGcbrXtw==", - "license": "MIT", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-7.2.0.tgz", + "integrity": "sha512-gRCspp3pfjHQyTmSOmYw7kUQTd9Udpdan4R8EnZvqPeoAtHnPzkvjBrBqzKaoAbbBp5bGF7BcD18zZJh4nwu0A==", "dependencies": { - "@babel/runtime": "^7.27.1" + "@babel/runtime": "^7.27.6" }, "engines": { "node": ">=14.0.0" @@ -3933,7 +3932,7 @@ "url": "https://opencollective.com/mui-org" }, "peerDependencies": { - "@mui/material": "^7.1.2", + "@mui/material": "^7.2.0", "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react": "^17.0.0 || ^18.0.0 || ^19.0.0" }, @@ -28398,11 +28397,11 @@ "integrity": "sha512-d49s7kEgI5iX40xb2YPazANvo7Bx0BLg/MNRwv+7BVpZUzXj1DaVCKlQTDex3gy/0jsCb4w7AY2uH4t4AJvSog==" }, "@mui/icons-material": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-7.1.2.tgz", - "integrity": "sha512-slqJByDub7Y1UcokrM17BoMBMvn8n7daXFXVoTv0MEH5k3sHjmsH8ql/Mt3s9vQ20cORDr83UZ448TEGcbrXtw==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-7.2.0.tgz", + "integrity": "sha512-gRCspp3pfjHQyTmSOmYw7kUQTd9Udpdan4R8EnZvqPeoAtHnPzkvjBrBqzKaoAbbBp5bGF7BcD18zZJh4nwu0A==", "requires": { - "@babel/runtime": "^7.27.1" + "@babel/runtime": "^7.27.6" } }, "@mui/material": { diff --git a/package.json b/package.json index 27618cc1..234be163 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@emotion/styled": "^11.14.1", "@iostindex/gatsby-plugin-material-ui": "^5.0.0", "@mdx-js/mdx": "^3.1.0", - "@mui/icons-material": "^7.1.2", + "@mui/icons-material": "^7.2.0", "@mui/material": "^7.2.0", "axios": "^1.10.0", "decode-uri-component": "^0.4.1",