build(deps): bump @mui/styles in /app/vmui/packages/vmui (#2165)

Bumps [@mui/styles](https://github.com/mui/material-ui/tree/HEAD/packages/mui-styles) from 5.3.0 to 5.4.1.
- [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/v5.4.1/packages/mui-styles)

---
updated-dependencies:
- dependency-name: "@mui/styles"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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] 2022-02-08 17:22:30 +02:00 committed by Aliaksandr Valialkin
parent aa7005adc2
commit 069f0d2398
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1
2 changed files with 16 additions and 16 deletions

View file

@ -13,7 +13,7 @@
"@mui/icons-material": "^5.3.1", "@mui/icons-material": "^5.3.1",
"@mui/lab": "^5.0.0-alpha.68", "@mui/lab": "^5.0.0-alpha.68",
"@mui/material": "^5.4.1", "@mui/material": "^5.4.1",
"@mui/styles": "^5.3.0", "@mui/styles": "^5.4.1",
"@testing-library/jest-dom": "^5.16.2", "@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2", "@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0", "@testing-library/user-event": "^13.5.0",
@ -3300,15 +3300,15 @@
} }
}, },
"node_modules/@mui/styles": { "node_modules/@mui/styles": {
"version": "5.3.0", "version": "5.4.1",
"resolved": "https://registry.npmjs.org/@mui/styles/-/styles-5.3.0.tgz", "resolved": "https://registry.npmjs.org/@mui/styles/-/styles-5.4.1.tgz",
"integrity": "sha512-TPfK8c8Zpydpynl4deNv43c0puriXSjf44eadyYle7veVQt5dnT3vgyIqXjP8Ypia653kEVe++GpXTvXnylU7A==", "integrity": "sha512-ekw2NBC06re0H9SvCA1XgtFcghB8AQdGPXD3mjIz5ik+X+LvR+f2TeoCpJpkKp7UQdcNn6uuYi6BO6irTiQhdw==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.16.7", "@babel/runtime": "^7.17.0",
"@emotion/hash": "^0.8.0", "@emotion/hash": "^0.8.0",
"@mui/private-theming": "^5.3.0", "@mui/private-theming": "^5.4.1",
"@mui/types": "^7.1.0", "@mui/types": "^7.1.1",
"@mui/utils": "^5.3.0", "@mui/utils": "^5.4.1",
"clsx": "^1.1.1", "clsx": "^1.1.1",
"csstype": "^3.0.10", "csstype": "^3.0.10",
"hoist-non-react-statics": "^3.3.2", "hoist-non-react-statics": "^3.3.2",
@ -21775,15 +21775,15 @@
} }
}, },
"@mui/styles": { "@mui/styles": {
"version": "5.3.0", "version": "5.4.1",
"resolved": "https://registry.npmjs.org/@mui/styles/-/styles-5.3.0.tgz", "resolved": "https://registry.npmjs.org/@mui/styles/-/styles-5.4.1.tgz",
"integrity": "sha512-TPfK8c8Zpydpynl4deNv43c0puriXSjf44eadyYle7veVQt5dnT3vgyIqXjP8Ypia653kEVe++GpXTvXnylU7A==", "integrity": "sha512-ekw2NBC06re0H9SvCA1XgtFcghB8AQdGPXD3mjIz5ik+X+LvR+f2TeoCpJpkKp7UQdcNn6uuYi6BO6irTiQhdw==",
"requires": { "requires": {
"@babel/runtime": "^7.16.7", "@babel/runtime": "^7.17.0",
"@emotion/hash": "^0.8.0", "@emotion/hash": "^0.8.0",
"@mui/private-theming": "^5.3.0", "@mui/private-theming": "^5.4.1",
"@mui/types": "^7.1.0", "@mui/types": "^7.1.1",
"@mui/utils": "^5.3.0", "@mui/utils": "^5.4.1",
"clsx": "^1.1.1", "clsx": "^1.1.1",
"csstype": "^3.0.10", "csstype": "^3.0.10",
"hoist-non-react-statics": "^3.3.2", "hoist-non-react-statics": "^3.3.2",

View file

@ -9,7 +9,7 @@
"@mui/icons-material": "^5.3.1", "@mui/icons-material": "^5.3.1",
"@mui/lab": "^5.0.0-alpha.68", "@mui/lab": "^5.0.0-alpha.68",
"@mui/material": "^5.4.1", "@mui/material": "^5.4.1",
"@mui/styles": "^5.3.0", "@mui/styles": "^5.4.1",
"@testing-library/jest-dom": "^5.16.2", "@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2", "@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0", "@testing-library/user-event": "^13.5.0",