build(deps): bump @mui/icons-material in /app/vmui/packages/vmui (#1929)

Bumps [@mui/icons-material](https://github.com/mui-org/material-ui/tree/HEAD/packages/mui-icons-material) from 5.2.0 to 5.2.1.
- [Release notes](https://github.com/mui-org/material-ui/releases)
- [Changelog](https://github.com/mui-org/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui-org/material-ui/commits/v5.2.1/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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-12-13 11:51:56 +03:00 committed by Aliaksandr Valialkin
parent 80baf9a41f
commit afc1061e87
No known key found for this signature in database
GPG Key ID: A72BEC6CD3D0DED1
2 changed files with 12 additions and 8 deletions

View File

@ -17,7 +17,7 @@
"@date-io/dayjs": "^2.11.0",
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.2.0",
"@mui/icons-material": "^5.2.1",
"@mui/lab": "^5.0.0-alpha.58",
"@mui/material": "^5.2.3",
"@mui/styles": "^5.2.3",
@ -3131,15 +3131,19 @@
}
},
"node_modules/@mui/icons-material": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.2.0.tgz",
"integrity": "sha512-NvyrVaGKpP4R1yFw8BCnE0QcsQ67RtpgxPr4FtH8q60MDYPuPVczLOn5Ash5CFavoDWur/NfM/4DpT54yf3InA==",
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.2.1.tgz",
"integrity": "sha512-AFOn0bbaGd1dw8oYE40dv3I+QnfS5xP5HSUiUGsvb1ntP0cM1kW4VqQp7BtL7DbOpEsw1ZTbw67tDqSCH7utNg==",
"dependencies": {
"@babel/runtime": "^7.16.3"
},
"engines": {
"node": ">=12.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/mui"
},
"peerDependencies": {
"@mui/material": "^5.0.0",
"@types/react": "^16.8.6 || ^17.0.0",
@ -24678,9 +24682,9 @@
}
},
"@mui/icons-material": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.2.0.tgz",
"integrity": "sha512-NvyrVaGKpP4R1yFw8BCnE0QcsQ67RtpgxPr4FtH8q60MDYPuPVczLOn5Ash5CFavoDWur/NfM/4DpT54yf3InA==",
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.2.1.tgz",
"integrity": "sha512-AFOn0bbaGd1dw8oYE40dv3I+QnfS5xP5HSUiUGsvb1ntP0cM1kW4VqQp7BtL7DbOpEsw1ZTbw67tDqSCH7utNg==",
"requires": {
"@babel/runtime": "^7.16.3"
}

View File

@ -13,7 +13,7 @@
"@date-io/dayjs": "^2.11.0",
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.2.0",
"@mui/icons-material": "^5.2.1",
"@mui/lab": "^5.0.0-alpha.58",
"@mui/material": "^5.2.3",
"@mui/styles": "^5.2.3",