diff --git a/app/react/package.json b/app/react/package.json index 8009aca16a6..3a4a05e7c47 100644 --- a/app/react/package.json +++ b/app/react/package.json @@ -40,7 +40,7 @@ "core-js": "^2.5.7", "global": "^4.3.2", "lodash": "^4.17.11", - "mini-css-extract-plugin": "^0.4.4", + "mini-css-extract-plugin": "^0.5.0", "prop-types": "^15.6.2", "react-dev-utils": "^7.0.0", "regenerator-runtime": "^0.12.1", diff --git a/yarn.lock b/yarn.lock index c027c4ce2c4..f2d06303ef7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15855,10 +15855,10 @@ mini-css-extract-plugin@0.4.4: schema-utils "^1.0.0" webpack-sources "^1.1.0" -mini-css-extract-plugin@^0.4.4: - version "0.4.5" - resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.5.tgz#c99e9e78d54f3fa775633aee5933aeaa4e80719a" - integrity sha512-dqBanNfktnp2hwL2YguV9Jh91PFX7gu7nRLs4TGsbAfAG6WOtlynFRYzwDwmmeSb5uIwHo9nx1ta0f7vAZVp2w== +mini-css-extract-plugin@^0.5.0: + version "0.5.0" + resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.5.0.tgz#ac0059b02b9692515a637115b0cc9fed3a35c7b0" + integrity sha512-IuaLjruM0vMKhUUT51fQdQzBYTX49dLj8w68ALEAe2A4iYNpIC4eMac67mt3NzycvjOlf07/kYxJDc0RTl1Wqw== dependencies: loader-utils "^1.1.0" schema-utils "^1.0.0"