From d27d0163175a207fae43324ba9fee25bc5809f1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 17:08:54 +0000 Subject: [PATCH] Update @mui/styles requirement from ^5.14.14 to ^5.14.15 in /src 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.15/packages/mui-styles) --- updated-dependencies: - dependency-name: "@mui/styles" 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 a7650b91..291c086f 100644 --- a/src/package.json +++ b/src/package.json @@ -6,7 +6,7 @@ "@iobroker/adapter-react-v5": "^4.6.7", "@mui/material": "^5.14.14", "@mui/icons-material": "^5.14.14", - "@mui/styles": "^5.14.14", + "@mui/styles": "^5.14.15", "babel-eslint": "^10.1.0", "@sentry/browser": "^7.75.0", "@sentry/integrations": "^7.75.0",