From 365e73b99779dbbe68a8b375c7c4fb45af0f0821 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 21:24:05 +0000 Subject: [PATCH] Bump @mui/icons-material from 6.5.0 to 7.3.6 in /src-editor Bumps [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) from 6.5.0 to 7.3.6. - [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/v7.3.6/packages/mui-icons-material) --- updated-dependencies: - dependency-name: "@mui/icons-material" dependency-version: 7.3.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src-editor/package-lock.json | 38 ++++++++++++++++++++++++++++++------ src-editor/package.json | 2 +- 2 files changed, 33 insertions(+), 7 deletions(-) diff --git a/src-editor/package-lock.json b/src-editor/package-lock.json index f0da7c21..a9887bf3 100644 --- a/src-editor/package-lock.json +++ b/src-editor/package-lock.json @@ -18,7 +18,7 @@ "@iobroker/types": "^7.0.7", "@module-federation/runtime": "^0.21.6", "@module-federation/vite": "^1.9.4", - "@mui/icons-material": "^6.5.0", + "@mui/icons-material": "^7.3.7", "@mui/material": "^6.5.0", "@mui/x-date-pickers": "^7.29.4", "@sentry/browser": "^10.22.0", @@ -1280,6 +1280,32 @@ "node": ">=12.0.0" } }, + "node_modules/@iobroker/adapter-react-v5/node_modules/@mui/icons-material": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-6.5.0.tgz", + "integrity": "sha512-VPuPqXqbBPlcVSA0BmnoE4knW4/xG6Thazo8vCLWkOKusko6DtwFV6B665MMWJ9j0KFohTIf3yx2zYtYacvG1g==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.26.0" + }, + "engines": { + "node": ">=14.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mui-org" + }, + "peerDependencies": { + "@mui/material": "^6.5.0", + "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", + "react": "^17.0.0 || ^18.0.0 || ^19.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, "node_modules/@iobroker/db-base": { "version": "7.0.8-alpha.7-20250928-40cb80c18", "resolved": "https://registry.npmjs.org/@iobroker/db-base/-/db-base-7.0.8-alpha.7-20250928-40cb80c18.tgz", @@ -1578,12 +1604,12 @@ } }, "node_modules/@mui/icons-material": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-6.5.0.tgz", - "integrity": "sha512-VPuPqXqbBPlcVSA0BmnoE4knW4/xG6Thazo8vCLWkOKusko6DtwFV6B665MMWJ9j0KFohTIf3yx2zYtYacvG1g==", + "version": "7.3.7", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-7.3.7.tgz", + "integrity": "sha512-3Q+ulAqG+A1+R4ebgoIs7AccaJhIGy+Xi/9OnvX376jQ6wcy+rz4geDGrxQxCGzdjOQr4Z3NgyFSZCz4T999lA==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.26.0" + "@babel/runtime": "^7.28.4" }, "engines": { "node": ">=14.0.0" @@ -1593,7 +1619,7 @@ "url": "https://opencollective.com/mui-org" }, "peerDependencies": { - "@mui/material": "^6.5.0", + "@mui/material": "^7.3.7", "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react": "^17.0.0 || ^18.0.0 || ^19.0.0" }, diff --git a/src-editor/package.json b/src-editor/package.json index d6c3d644..70775baf 100644 --- a/src-editor/package.json +++ b/src-editor/package.json @@ -14,7 +14,7 @@ "@iobroker/types": "^7.0.7", "@module-federation/runtime": "^0.21.6", "@module-federation/vite": "^1.9.4", - "@mui/icons-material": "^6.5.0", + "@mui/icons-material": "^7.3.7", "@mui/material": "^6.5.0", "@mui/x-date-pickers": "^7.29.4", "@sentry/browser": "^10.22.0",