From 9e7cc6ffd6283481fd90660f3f64f231760712fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 10:37:57 +0000 Subject: [PATCH] Bump @mui/icons-material from 6.4.9 to 7.0.1 in /react Bumps [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) from 6.4.9 to 7.0.1. - [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.0.1/packages/mui-icons-material) --- updated-dependencies: - dependency-name: "@mui/icons-material" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- react/package-lock.json | 12 ++++++------ react/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/react/package-lock.json b/react/package-lock.json index ef2ca700..b715e58c 100644 --- a/react/package-lock.json +++ b/react/package-lock.json @@ -11,7 +11,7 @@ "@emotion/babel-plugin": "^11.13.5", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", - "@mui/icons-material": "^6.4.10", + "@mui/icons-material": "^7.0.1", "@mui/material": "^6.4.10", "@mui/styles": "^6.4.10", "apexcharts": "^4.5.0", @@ -3779,12 +3779,12 @@ } }, "node_modules/@mui/icons-material": { - "version": "6.4.10", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-6.4.10.tgz", - "integrity": "sha512-c2KdFl4KZ0QYC+JSDTMCNjcuOL2rVSdIx/beo7FwJDh2e9XqC1MoLCjw6L1Jo40zbArkgJyg3oFORbXcRfgZOA==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-7.0.1.tgz", + "integrity": "sha512-x8Em7LISFQ6s/KeZj6ZKwJHq2WttRNe9KJLWFa72eQx7B53s/TzMKOEjGKB/YyhOx+bqqSv1pMvK373M4Xf07A==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.26.0" + "@babel/runtime": "^7.26.10" }, "engines": { "node": ">=14.0.0" @@ -3794,7 +3794,7 @@ "url": "https://opencollective.com/mui-org" }, "peerDependencies": { - "@mui/material": "^6.4.10", + "@mui/material": "^7.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/react/package.json b/react/package.json index e0268ae7..b4196eef 100644 --- a/react/package.json +++ b/react/package.json @@ -22,7 +22,7 @@ "@emotion/babel-plugin": "^11.13.5", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", - "@mui/icons-material": "^6.4.10", + "@mui/icons-material": "^7.0.1", "@mui/material": "^6.4.10", "@mui/styles": "^6.4.10", "apexcharts": "^4.5.0",