From 11844af355d22d45897adda158a2f3986bc37a68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 03:09:37 +0000 Subject: [PATCH] chore(deps): bump @material-ui/icons from 4.9.1 to 4.11.3 Bumps [@material-ui/icons](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons) from 4.9.1 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 511f1a9..b66ff2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1613,9 +1613,9 @@ } }, "@material-ui/icons": { - "version": "4.9.1", - "resolved": "https://registry.npmjs.org/@material-ui/icons/-/icons-4.9.1.tgz", - "integrity": "sha512-GBitL3oBWO0hzBhvA9KxqcowRUsA0qzwKkURyC8nppnC3fw54KPKZ+d4V1Eeg/UnDRSzDaI9nGCdel/eh9AQMg==", + "version": "4.11.3", + "resolved": "https://registry.npmjs.org/@material-ui/icons/-/icons-4.11.3.tgz", + "integrity": "sha512-IKHlyx6LDh8n19vzwH5RtHIOHl9Tu90aAAxcbWME6kp4dmvODM3UvOHJeMIDzUbd4muuJKHmlNoBN+mDY4XkBA==", "requires": { "@babel/runtime": "^7.4.4" } diff --git a/package.json b/package.json index 2258fd4..4537550 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@json-schema-tools/dereferencer": "^1.5.3", "@json-schema-tools/transpiler": "^1.10.2", "@material-ui/core": "^4.5.1", - "@material-ui/icons": "^4.5.1", + "@material-ui/icons": "^4.11.3", "i18next": "^17.3.0", "i18next-browser-languagedetector": "^4.0.0", "moment": "^2.24.0",