From cf1730eb8d6d549f8af870fe1fadaa538c29eb09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 21:32:38 +0000 Subject: [PATCH] build(deps): bump @mui/icons-material from 6.4.9 to 7.0.0 in /client Bumps [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) from 6.4.9 to 7.0.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.0.0/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] --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index f567068..431872b 100644 --- a/client/package.json +++ b/client/package.json @@ -25,7 +25,7 @@ "@clerk/clerk-react": "^5.21.0", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", - "@mui/icons-material": "^6.3.1", + "@mui/icons-material": "^7.0.0", "@mui/lab": "^6.0.0-beta.12", "@mui/material": "^6.3.1", "@tanstack/react-query": "^5.62.15",