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",