diff --git a/packages/embark-ui/package.json b/packages/embark-ui/package.json index e7e0a58a4..0e430c82f 100644 --- a/packages/embark-ui/package.json +++ b/packages/embark-ui/package.json @@ -87,7 +87,7 @@ "jest": "23.6.0", "jest-pnp-resolver": "1.0.1", "jest-resolve": "23.6.0", - "mini-css-extract-plugin": "0.4.3", + "mini-css-extract-plugin": "0.8.0", "monaco-editor": "0.14.3", "monaco-editor-webpack-plugin": "1.6.0", "npm-run-all": "4.1.5", diff --git a/yarn.lock b/yarn.lock index f910951ed..3f3c3b944 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13580,12 +13580,13 @@ min-document@^2.19.0: dependencies: dom-walk "^0.1.0" -mini-css-extract-plugin@0.4.3: - version "0.4.3" - resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.3.tgz#98d60fcc5d228c3e36a9bd15a1d6816d6580beb8" - integrity sha512-Mxs0nxzF1kxPv4TRi2NimewgXlJqh0rGE30vviCU2WHrpbta6wklnUV9dr9FUtoAHmB3p3LeXEC+ZjgHvB0Dzg== +mini-css-extract-plugin@0.8.0: + version "0.8.0" + resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.0.tgz#81d41ec4fe58c713a96ad7c723cdb2d0bd4d70e1" + integrity sha512-MNpRGbNA52q6U92i0qbVpQNsgk7LExy41MdAlG84FeytfDOtRIf/mCHdEgG8rpTKOaNKiqUnZdlptF469hxqOw== dependencies: loader-utils "^1.1.0" + normalize-url "1.9.1" schema-utils "^1.0.0" webpack-sources "^1.1.0"