From 3aab5b580791d75294c8d0caea43a56141e4534f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 02:14:48 +0000 Subject: [PATCH] Update @mui/icons-material requirement from ^5.11.16 to ^5.14.7 in /src Updates the requirements on [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-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.7/packages/mui-icons-material) --- updated-dependencies: - dependency-name: "@mui/icons-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 674915dc..97f7f2e2 100644 --- a/src/package.json +++ b/src/package.json @@ -5,7 +5,7 @@ "dependencies": { "@iobroker/adapter-react-v5": "^4.0.25", "@mui/material": "^5.11.15", - "@mui/icons-material": "^5.11.16", + "@mui/icons-material": "^5.14.7", "@mui/styles": "^5.11.13", "@sentry/browser": "^7.39.0", "babel-eslint": "^10.1.0",