From db8ce5fa9d796b96ce8e6f2e70cebd9bc045f74f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 02:48:37 +0000 Subject: [PATCH] Update @mui/icons-material requirement in /src-admin 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:development ... Signed-off-by: dependabot[bot] --- src-admin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-admin/package.json b/src-admin/package.json index 9b1c8616..c30618e3 100644 --- a/src-admin/package.json +++ b/src-admin/package.json @@ -13,7 +13,7 @@ "@iobroker/adapter-react-v5": "^4.1.2", "@mui/material": "^5.13.6", "@mui/styles": "^5.13.2", - "@mui/icons-material": "^5.11.16", + "@mui/icons-material": "^5.14.7", "prop-types": "^15.8.1", "react": "^18.2.0", "react-ace": "^10.1.0",