From f926e7e73b05d9329acc63a64f4bf0098ad6faf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 05:29:57 +0000 Subject: [PATCH] Update @mui/icons-material requirement from ^5.15.0 to ^5.15.11 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.15.11/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 69a445f..6814833 100644 --- a/src/package.json +++ b/src/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@iobroker/adapter-react-v5": "^4.8.1", - "@mui/icons-material": "^5.15.0", + "@mui/icons-material": "^5.15.11", "@mui/material": "5.14.14", "@mui/styles": "5.14.14", "babel-eslint": "^10.1.0",