From 9fdf0de6984ecd89ede391582f90f7c215146727 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 05:55:17 +0000 Subject: [PATCH] Update @mui/material requirement from ^5.15.5 to ^5.15.7 in /src Updates the requirements on [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) to permit the latest version. - [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/v5.15.7/packages/mui-material) --- updated-dependencies: - dependency-name: "@mui/material" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index 9c1c8071d..e1086c198 100644 --- a/src/package.json +++ b/src/package.json @@ -10,7 +10,7 @@ "@iobroker/adapter-react-v5": "^4.9.5", "@iobroker/type-detector": "^3.0.5", "@mui/icons-material": "^5.15.3", - "@mui/material": "^5.15.5", + "@mui/material": "^5.15.7", "@mui/styles": "^5.15.7", "@mui/x-date-pickers": "^6.19.0", "@sentry/browser": "^7.93.0",