From b5c541fa63dfbfafdb1b4a59e00428d548c9b86a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 15:53:02 +0000 Subject: [PATCH] build(deps): Bump @mui/icons-material from 7.1.2 to 7.2.0 Bumps [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) from 7.1.2 to 7.2.0. - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v7.2.0/packages/mui-icons-material) --- updated-dependencies: - dependency-name: "@mui/icons-material" dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 ++++++++++----------- package.json | 2 +- 2 files changed, 11 insertions(+), 12 deletions(-) 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",