diff --git a/package-lock.json b/package-lock.json index c5ecbce2..39f0e271 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.4.1", + "resolved": "https://registry.npmjs.org/@material-ui/icons/-/icons-4.4.1.tgz", + "integrity": "sha512-ilo6rSgsI3B5L7s1H3tBS1x77sJqPql3QJDYzVi2TVluZLCTfRKjpbYYDUwolEAQC0MzXLjVbXHqJ97VeJqpmQ==", "requires": { - "@babel/runtime": "^7.2.0" + "@babel/runtime": "^7.4.4" } }, "@material-ui/styles": { diff --git a/package.json b/package.json index 3c34bfea..2b77a235 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.4.1", "@sentry/browser": "^5.4.0", "autosuggest-highlight": "^3.1.1", "axios": "^0.19.0",