From c20aff4daa086e0697b8540a5619f97e51af8736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 05:03:04 +0000 Subject: [PATCH] chore(deps): update @mui/styles requirement in /src-chart Updates the requirements on [@mui/styles](https://github.com/mui/material-ui/tree/HEAD/packages/mui-styles) 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-styles) --- updated-dependencies: - dependency-name: "@mui/styles" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src-chart/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-chart/package.json b/src-chart/package.json index 23a9ae94..e8e25252 100644 --- a/src-chart/package.json +++ b/src-chart/package.json @@ -6,7 +6,7 @@ "@iobroker/adapter-react-v5": "^4.5.3", "@material-ui/core": "^4.12.4", "@material-ui/icons": "^4.11.3", - "@mui/styles": "^5.14.11", + "@mui/styles": "^5.14.16", "@sentry/browser": "^7.68.0", "@sentry/integrations": "^7.68.0", "babel-eslint": "^10.1.0",