From f121d2d3c4145127ced1847aae9edf80d3f9aa6e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2019 12:51:19 +0000 Subject: [PATCH] chore(deps): bump @material-ui/icons from 4.0.1 to 4.5.1 Bumps [@material-ui/icons](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons) from 4.0.1 to 4.5.1. - [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/v4.5.1/packages/material-ui-icons) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c5ecbce2..c9371532 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2492,11 +2492,11 @@ } }, "@material-ui/icons": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@material-ui/icons/-/icons-4.0.1.tgz", - "integrity": "sha512-03zUfksGXXbaWX2piB1LCmC28eydlT8ah8MbYT4n4mgiX9BTL4HH50lkFn9JIJJSk2oO5kRy4FvpXRGRBI+oxw==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/@material-ui/icons/-/icons-4.5.1.tgz", + "integrity": "sha512-YZ/BgJbXX4a0gOuKWb30mBaHaoXRqPanlePam83JQPZ/y4kl+3aW0Wv9tlR70hB5EGAkEJGW5m4ktJwMgxQAeA==", "requires": { - "@babel/runtime": "^7.2.0" + "@babel/runtime": "^7.4.4" } }, "@material-ui/styles": { diff --git a/package.json b/package.json index 3c34bfea..27be2e21 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "@babel/polyfill": "^7.4.4", "@material-ui/core": "^4.1.0", - "@material-ui/icons": "^4.0.1", + "@material-ui/icons": "^4.5.1", "@sentry/browser": "^5.4.0", "autosuggest-highlight": "^3.1.1", "axios": "^0.19.0",