From b95b5f8571bb55173c343f3166965546a55f337a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 12:13:58 +0000 Subject: [PATCH] chore(deps): bump @mui/material in /frontend/web-app Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) from 5.18.0 to 9.1.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/v9.1.2/packages/mui-material) --- updated-dependencies: - dependency-name: "@mui/material" dependency-version: 9.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/web-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/web-app/package.json b/frontend/web-app/package.json index ba6df15..13bcc77 100644 --- a/frontend/web-app/package.json +++ b/frontend/web-app/package.json @@ -8,7 +8,7 @@ "react-router-dom": "^6.20.1", "react-scripts": "5.0.1", "axios": "^1.6.2", - "@mui/material": "^5.14.20", + "@mui/material": "^9.1.2", "@mui/icons-material": "^5.14.19", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0",