From 6b2f8d0aa0d0a0362140ee515b6fc93cd6637226 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:06:12 +0000 Subject: [PATCH] chore(deps): update @mui/material requirement 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/v5.16.6/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v5.16.6/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 a8192e78..3863ba36 100644 --- a/src/package.json +++ b/src/package.json @@ -6,7 +6,7 @@ "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@iobroker/adapter-react-v5": "^6.0.14", "@mui/icons-material": "^5.16.1", - "@mui/material": "^5.16.1", + "@mui/material": "^5.16.6", "@sentry/browser": "^8.17.0", "babel-eslint": "^10.1.0", "eslint": "^8.57.0",