From b837766e9195d98c9d682dbb8481e85aa3108d7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 03:10:12 +0000 Subject: [PATCH] chore(deps): update @mui/icons-material requirement 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/v5.15.21/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v5.15.21/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 efd90d36..2ef5fe77 100644 --- a/src/package.json +++ b/src/package.json @@ -5,7 +5,7 @@ "dependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@iobroker/adapter-react-v5": "^6.0.13", - "@mui/icons-material": "^5.15.20", + "@mui/icons-material": "^5.15.21", "@mui/material": "^5.15.20", "@sentry/browser": "^8.12.0", "babel-eslint": "^10.1.0",