From ee2108acba98abee60ff33d33f884447a30acf78 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2020 05:15:40 +0000 Subject: [PATCH] chore(deps): bump @material-ui/icons from 4.0.1 to 4.9.1 Bumps [@material-ui/icons](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons) from 4.0.1 to 4.9.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.9.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..983966c2 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.9.1", + "resolved": "https://registry.npmjs.org/@material-ui/icons/-/icons-4.9.1.tgz", + "integrity": "sha512-GBitL3oBWO0hzBhvA9KxqcowRUsA0qzwKkURyC8nppnC3fw54KPKZ+d4V1Eeg/UnDRSzDaI9nGCdel/eh9AQMg==", "requires": { - "@babel/runtime": "^7.2.0" + "@babel/runtime": "^7.4.4" } }, "@material-ui/styles": { diff --git a/package.json b/package.json index 3c34bfea..067c57c8 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.9.1", "@sentry/browser": "^5.4.0", "autosuggest-highlight": "^3.1.1", "axios": "^0.19.0",