From 11b65659c825d6dbcb91f544d4aea4401ad7beba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 21:36:40 +0100 Subject: [PATCH] build(deps): bump @mui/icons-material from 6.1.5 to 6.1.6 (#1810) Bumps [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) from 6.1.5 to 6.1.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/v6.1.6/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 | 13 ++++++------- package.json | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 083ad41d..13dee8ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@minoru/react-dnd-treeview": "^3.4.4", - "@mui/icons-material": "^6.1.4", + "@mui/icons-material": "^6.1.6", "@mui/lab": "^5.0.0-alpha.173", "@mui/material": "^6.1.6", "@mui/system": "^6.1.4", @@ -4558,12 +4558,11 @@ } }, "node_modules/@mui/icons-material": { - "version": "6.1.5", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-6.1.5.tgz", - "integrity": "sha512-SbxFtO5I4cXfvhjAMgGib/t2lQUzcEzcDFYiRHRufZUeMMeXuoKaGsptfwAHTepYkv0VqcCwvxtvtWbpZLAbjQ==", - "license": "MIT", + "version": "6.1.6", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-6.1.6.tgz", + "integrity": "sha512-5r9urIL2lxXb/sPN3LFfFYEibsXJUb986HhhIeu1gOcte460pwdSiEhBSxkAuyT8Dj7jvu9MjqSBmSumQELo8A==", "dependencies": { - "@babel/runtime": "^7.25.7" + "@babel/runtime": "^7.26.0" }, "engines": { "node": ">=14.0.0" @@ -4573,7 +4572,7 @@ "url": "https://opencollective.com/mui-org" }, "peerDependencies": { - "@mui/material": "^6.1.5", + "@mui/material": "^6.1.6", "@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 b69dd3bf..2244fd7e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@minoru/react-dnd-treeview": "^3.4.4", - "@mui/icons-material": "^6.1.4", + "@mui/icons-material": "^6.1.6", "@mui/lab": "^5.0.0-alpha.173", "@mui/material": "^6.1.6", "@mui/system": "^6.1.4",