From 6650be34d8a1349e744fdf397e7d486592fcc3e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 09:25:36 +0100 Subject: [PATCH] build(deps): bump @mui/icons-material from 6.1.8 to 6.1.10 (#1888) Bumps [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) from 6.1.8 to 6.1.10. - [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/v6.1.10/packages/mui-icons-material) --- updated-dependencies: - dependency-name: "@mui/icons-material" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d2e0c64f..e7096501 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@emotion/react": "^11.13.5", "@emotion/styled": "^11.13.5", "@minoru/react-dnd-treeview": "^3.4.4", - "@mui/icons-material": "^6.1.8", + "@mui/icons-material": "^6.1.10", "@mui/lab": "^6.0.0-beta.17", "@mui/material": "^6.1.10", "@mui/system": "^6.1.8", @@ -4540,9 +4540,10 @@ } }, "node_modules/@mui/icons-material": { - "version": "6.1.8", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-6.1.8.tgz", - "integrity": "sha512-6frsXcf1TcJKWevWwRup6V4L8lzI33cbHcAjT83YLgKw0vYRZKY0kjMI9fhrJZdRWXgFFgKKvEv3GjoxbqFF7A==", + "version": "6.1.10", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-6.1.10.tgz", + "integrity": "sha512-G6P1BCSt6EQDcKca47KwvKjlqgOXFbp2I3oWiOlFgKYTANBH89yk7ttMQ5ysqNxSYAB+4TdM37MlPYp4+FkVrQ==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.26.0" }, @@ -4554,7 +4555,7 @@ "url": "https://opencollective.com/mui-org" }, "peerDependencies": { - "@mui/material": "^6.1.8", + "@mui/material": "^6.1.10", "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react": "^17.0.0 || ^18.0.0 || ^19.0.0" }, diff --git a/package.json b/package.json index ee5076f9..678db1d7 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@emotion/react": "^11.13.5", "@emotion/styled": "^11.13.5", "@minoru/react-dnd-treeview": "^3.4.4", - "@mui/icons-material": "^6.1.8", + "@mui/icons-material": "^6.1.10", "@mui/lab": "^6.0.0-beta.17", "@mui/material": "^6.1.10", "@mui/system": "^6.1.8",