From ed3baf5d8a1fb607fe90dd86ae88a9fa4186460d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jan 2022 22:07:02 +0000 Subject: [PATCH] Bump @mui/icons-material from 5.1.1 to 5.2.5 Bumps [@mui/icons-material](https://github.com/mui-org/material-ui/tree/HEAD/packages/mui-icons-material) from 5.1.1 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-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++++++---- package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7a31b22..afd5b13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@dynamicss/dynamicss": "^2.1.0", "@emotion/react": "^11.6.0", "@emotion/styled": "^11.6.0", - "@mui/icons-material": "^5.1.1", + "@mui/icons-material": "^5.2.5", "@mui/lab": "^5.0.0-alpha.55", "@mui/material": "^5.1.1", "@mui/styles": "^5.1.1", @@ -2723,14 +2723,19 @@ "license": "MIT" }, "node_modules/@mui/icons-material": { - "version": "5.1.1", - "license": "MIT", + "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" }, "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", @@ -22952,7 +22957,9 @@ } }, "@mui/icons-material": { - "version": "5.1.1", + "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/package.json b/package.json index 5fd7824..f4fe25e 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@dynamicss/dynamicss": "^2.1.0", "@emotion/react": "^11.6.0", "@emotion/styled": "^11.6.0", - "@mui/icons-material": "^5.1.1", + "@mui/icons-material": "^5.2.5", "@mui/lab": "^5.0.0-alpha.55", "@mui/material": "^5.1.1", "@mui/styles": "^5.1.1",