From 624107deaeed53a0200648f8af34f06eef18d6d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 13:00:32 +0300 Subject: [PATCH] build(deps): bump @mui/icons-material in /app/vmui/packages/vmui (#2089) Bumps [@mui/icons-material](https://github.com/mui-org/material-ui/tree/HEAD/packages/mui-icons-material) from 5.2.5 to 5.3.0. - [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.3.0/packages/mui-icons-material) --- updated-dependencies: - dependency-name: "@mui/icons-material" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/vmui/packages/vmui/package-lock.json | 20 ++++++++++---------- app/vmui/packages/vmui/package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app/vmui/packages/vmui/package-lock.json b/app/vmui/packages/vmui/package-lock.json index 3f81a2e0e..2d5e2924d 100644 --- a/app/vmui/packages/vmui/package-lock.json +++ b/app/vmui/packages/vmui/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@date-io/dayjs": "^2.11.0", "@emotion/styled": "^11.6.0", - "@mui/icons-material": "^5.2.5", + "@mui/icons-material": "^5.3.0", "@mui/lab": "^5.0.0-alpha.64", "@mui/material": "^5.2.8", "@mui/styles": "^5.2.3", @@ -3121,11 +3121,11 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.2.5", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.2.5.tgz", - "integrity": "sha512-uQiUz+l0xy+2jExyKyU19MkMAR2F7bQFcsQ5hdqAtsB14Jw2zlmIAD55mV6f0NxKCut7Rx6cA3ZpfzlzAfoK8Q==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.3.0.tgz", + "integrity": "sha512-1+dN2N8BgozmdMeHXQLrvSr1G/7Xc0NmAMLSvu8XA9RxhcTos/p66vrvpPASw2qvt14dkfeqyHwvbLRgAU9slw==", "dependencies": { - "@babel/runtime": "^7.16.3" + "@babel/runtime": "^7.16.7" }, "engines": { "node": ">=12.0.0" @@ -3137,7 +3137,7 @@ "peerDependencies": { "@mui/material": "^5.0.0", "@types/react": "^16.8.6 || ^17.0.0", - "react": "^17.0.2" + "react": "^17.0.0" }, "peerDependenciesMeta": { "@types/react": { @@ -21453,11 +21453,11 @@ } }, "@mui/icons-material": { - "version": "5.2.5", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.2.5.tgz", - "integrity": "sha512-uQiUz+l0xy+2jExyKyU19MkMAR2F7bQFcsQ5hdqAtsB14Jw2zlmIAD55mV6f0NxKCut7Rx6cA3ZpfzlzAfoK8Q==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.3.0.tgz", + "integrity": "sha512-1+dN2N8BgozmdMeHXQLrvSr1G/7Xc0NmAMLSvu8XA9RxhcTos/p66vrvpPASw2qvt14dkfeqyHwvbLRgAU9slw==", "requires": { - "@babel/runtime": "^7.16.3" + "@babel/runtime": "^7.16.7" } }, "@mui/lab": { diff --git a/app/vmui/packages/vmui/package.json b/app/vmui/packages/vmui/package.json index 1a311ef45..743f35836 100644 --- a/app/vmui/packages/vmui/package.json +++ b/app/vmui/packages/vmui/package.json @@ -6,7 +6,7 @@ "dependencies": { "@date-io/dayjs": "^2.11.0", "@emotion/styled": "^11.6.0", - "@mui/icons-material": "^5.2.5", + "@mui/icons-material": "^5.3.0", "@mui/lab": "^5.0.0-alpha.64", "@mui/material": "^5.2.8", "@mui/styles": "^5.2.3",