From b654814c2087d7af4aba88a984f5f0a3aff0d934 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 09:36:59 +0000 Subject: [PATCH] Update @mui/material requirement from ^5.14.15 to ^5.14.16 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.14.16/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 e3205eedb..eb17dcb37 100644 --- a/src/package.json +++ b/src/package.json @@ -10,7 +10,7 @@ "@iobroker/adapter-react-v5": "^4.6.7", "@iobroker/type-detector": "^3.0.5", "@mui/icons-material": "^5.14.15", - "@mui/material": "^5.14.15", + "@mui/material": "^5.14.16", "@mui/styles": "^5.14.15", "@sentry/browser": "^7.75.0", "@sentry/integrations": "^7.75.0",