From 56ad0a0940d36fc70364f0b95b6bb99a4bb49cf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 10:02:11 +0000 Subject: [PATCH] Bump @material-ui/icons from 4.11.2 to 4.11.3 Bumps [@material-ui/icons](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons) from 4.11.2 to 4.11.3. - [Release notes](https://github.com/mui-org/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/v4.11.3/CHANGELOG.md) - [Commits](https://github.com/mui-org/material-ui/commits/v4.11.3/packages/material-ui-icons) --- updated-dependencies: - dependency-name: "@material-ui/icons" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6480c6e..06d8cc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1690,9 +1690,9 @@ } }, "@material-ui/icons": { - "version": "4.11.2", - "resolved": "https://registry.npmjs.org/@material-ui/icons/-/icons-4.11.2.tgz", - "integrity": "sha512-fQNsKX2TxBmqIGJCSi3tGTO/gZ+eJgWmMJkgDiOfyNaunNaxcklJQFaFogYcFl0qFuaEz1qaXYXboa/bUXVSOQ==", + "version": "4.11.3", + "resolved": "https://registry.npmjs.org/@material-ui/icons/-/icons-4.11.3.tgz", + "integrity": "sha512-IKHlyx6LDh8n19vzwH5RtHIOHl9Tu90aAAxcbWME6kp4dmvODM3UvOHJeMIDzUbd4muuJKHmlNoBN+mDY4XkBA==", "dev": true, "requires": { "@babel/runtime": "^7.4.4" diff --git a/package.json b/package.json index afca4c7..0c85922 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "homepage": "https://github.com/server-state/template-cbm#readme", "peerDependencies": { "@material-ui/core": "^4.12.3", - "@material-ui/icons": "^4.11.2", + "@material-ui/icons": "^4.11.3", "@material-ui/styles": "^4.11.4", "prop-types": "^15.8.1", "react": "^16.6.1", @@ -32,7 +32,7 @@ }, "devDependencies": { "@material-ui/core": "^4.12.3", - "@material-ui/icons": "^4.11.2", + "@material-ui/icons": "^4.11.3", "@material-ui/styles": "^4.11.4", "@server-state/cli": "0.0.14", "prop-types": "^15.8.1",