From 12d0a5907422ada3094372b51e990e130734a026 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Dec 2021 16:45:47 +0300 Subject: [PATCH] build(deps): bump @mui/icons-material in /app/vmui/packages/vmui (#2014) Bumps [@mui/icons-material](https://github.com/mui-org/material-ui/tree/HEAD/packages/mui-icons-material) from 5.2.4 to 5.2.5. - [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.5/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> --- app/vmui/packages/vmui/package-lock.json | 14 +++++++------- app/vmui/packages/vmui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/vmui/packages/vmui/package-lock.json b/app/vmui/packages/vmui/package-lock.json index 2e6165504d..01fa5adeb6 100644 --- a/app/vmui/packages/vmui/package-lock.json +++ b/app/vmui/packages/vmui/package-lock.json @@ -17,7 +17,7 @@ "@date-io/dayjs": "^2.11.0", "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", - "@mui/icons-material": "^5.2.4", + "@mui/icons-material": "^5.2.5", "@mui/lab": "^5.0.0-alpha.61", "@mui/material": "^5.2.4", "@mui/styles": "^5.2.3", @@ -2911,9 +2911,9 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.2.4", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.2.4.tgz", - "integrity": "sha512-ekeOpSYFVYtNX2P+5oENXlCVQkT/Bm4XJBUTsdVYpqdoVBFSzygJMvNiq9HfAItSK3aBW7gMpypnDnN7CfjjOQ==", + "version": "5.2.5", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.2.5.tgz", + "integrity": "sha512-uQiUz+l0xy+2jExyKyU19MkMAR2F7bQFcsQ5hdqAtsB14Jw2zlmIAD55mV6f0NxKCut7Rx6cA3ZpfzlzAfoK8Q==", "dependencies": { "@babel/runtime": "^7.16.3" }, @@ -18171,9 +18171,9 @@ } }, "@mui/icons-material": { - "version": "5.2.4", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.2.4.tgz", - "integrity": "sha512-ekeOpSYFVYtNX2P+5oENXlCVQkT/Bm4XJBUTsdVYpqdoVBFSzygJMvNiq9HfAItSK3aBW7gMpypnDnN7CfjjOQ==", + "version": "5.2.5", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.2.5.tgz", + "integrity": "sha512-uQiUz+l0xy+2jExyKyU19MkMAR2F7bQFcsQ5hdqAtsB14Jw2zlmIAD55mV6f0NxKCut7Rx6cA3ZpfzlzAfoK8Q==", "requires": { "@babel/runtime": "^7.16.3" } diff --git a/app/vmui/packages/vmui/package.json b/app/vmui/packages/vmui/package.json index 6a970136ad..2e0dddab74 100644 --- a/app/vmui/packages/vmui/package.json +++ b/app/vmui/packages/vmui/package.json @@ -13,7 +13,7 @@ "@date-io/dayjs": "^2.11.0", "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", - "@mui/icons-material": "^5.2.4", + "@mui/icons-material": "^5.2.5", "@mui/lab": "^5.0.0-alpha.61", "@mui/material": "^5.2.4", "@mui/styles": "^5.2.3",