diff --git a/src/main/app/package.json b/src/main/app/package.json index 50d3cb92f..34b6f37c0 100644 --- a/src/main/app/package.json +++ b/src/main/app/package.json @@ -4,7 +4,7 @@ "private": true, "homepage": "./", "dependencies": { - "@material-ui/core": "^4.12.1", + "@material-ui/core": "^4.12.3", "@material-ui/icons": "^4.11.2", "@material-ui/lab": "^4.0.0-alpha.57", "@mdi/svg": "^5.9.55", diff --git a/src/main/app/yarn.lock b/src/main/app/yarn.lock index ce85f3ceb..1dd6988bf 100644 --- a/src/main/app/yarn.lock +++ b/src/main/app/yarn.lock @@ -1657,10 +1657,10 @@ "@types/yargs" "^15.0.0" chalk "^4.0.0" -"@material-ui/core@^4.12.1": - version "4.12.2" - resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-4.12.2.tgz#59a8b19f16b8c218d912f37f5ae70473c3c82c73" - integrity sha512-Q1npB8V73IC+eV2X6as+g71MpEGQwqKHUI2iujY62npk35V8nMx/bUXAHjv5kKG1BZ8s8XUWoG6s/VkjYPjjQA== +"@material-ui/core@^4.12.3": + version "4.12.3" + resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-4.12.3.tgz#80d665caf0f1f034e52355c5450c0e38b099d3ca" + integrity sha512-sdpgI/PL56QVsEJldwEe4FFaFTLUqN+rd7sSZiRCdx2E/C7z5yK0y/khAWVBH24tXwto7I1hCzNWfJGZIYJKnw== dependencies: "@babel/runtime" "^7.4.4" "@material-ui/styles" "^4.11.4"