From 2535dab6f501054bae09c9b4859a003fcf508b19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 12:36:34 +0000 Subject: [PATCH] Bump @mui/icons-material from 6.4.11 to 7.0.2 in /react Bumps [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) from 6.4.11 to 7.0.2. - [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.2/packages/mui-icons-material) --- updated-dependencies: - dependency-name: "@mui/icons-material" dependency-version: 7.0.2 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 36de12c1..4281a190 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.11", + "@mui/icons-material": "^7.0.2", "@mui/material": "^6.4.11", "@mui/styles": "^6.4.11", "apexcharts": "^4.7.0", @@ -3780,12 +3780,12 @@ } }, "node_modules/@mui/icons-material": { - "version": "6.4.11", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-6.4.11.tgz", - "integrity": "sha512-+jjJGIrB1awNbMv4ZVPPdN/p7O1UKFZ+xqRvNIQ8B1KnlID5hPMPBLM6UUbRF4bu3UDCbu79rn9Nye5LGNzmeA==", + "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" @@ -3795,7 +3795,7 @@ "url": "https://opencollective.com/mui-org" }, "peerDependencies": { - "@mui/material": "^6.4.11", + "@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/react/package.json b/react/package.json index 156df83b..471948e5 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.11", + "@mui/icons-material": "^7.0.2", "@mui/material": "^6.4.11", "@mui/styles": "^6.4.11", "apexcharts": "^4.7.0",