From b4184d3dc2538476451bb3ec5c4b2c60d3922061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 21:35:27 +0000 Subject: [PATCH] build(deps): bump @mui/material from 6.1.5 to 6.1.6 in /client Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) from 6.1.5 to 6.1.6. - [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/v6.1.6/packages/mui-material) --- updated-dependencies: - dependency-name: "@mui/material" dependency-type: direct:production update-type: version-update:semver-patch ... 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 a673265..c7aa024 100644 --- a/client/package.json +++ b/client/package.json @@ -37,7 +37,7 @@ "@emotion/styled": "^11.13.0", "@mui/icons-material": "6.1.5", "@mui/lab": "^6.0.0-beta.12", - "@mui/material": "6.1.5", + "@mui/material": "6.1.6", "@tanstack/react-query": "^5.59.16", "@tanstack/react-query-devtools": "^5.59.16", "axios": "^1.7.7",