diff --git a/package.json b/package.json index 1c3b66900a4..9345baabec5 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "jest": "^26.3.0", "jest-serializer-vue": "^2.0.2", "lint-staged": "^10.2.11", - "mini-css-extract-plugin": "^0.9.0", + "mini-css-extract-plugin": "^0.10.0", "npm-run-all": "^4.1.5", "postcss-cssnext": "^3.1.0", "postcss-import": "^12.0.1", diff --git a/yarn.lock b/yarn.lock index dc631652d4c..bb940763523 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6463,10 +6463,10 @@ min-document@^2.19.0: dependencies: dom-walk "^0.1.0" -mini-css-extract-plugin@^0.9.0: - version "0.9.0" - resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.9.0.tgz#47f2cf07aa165ab35733b1fc97d4c46c0564339e" - integrity sha512-lp3GeY7ygcgAmVIcRPBVhIkf8Us7FZjA+ILpal44qLdSu11wmjKQ3d9k15lfD7pO4esu9eUIAW7qiYIBppv40A== +mini-css-extract-plugin@^0.10.0: + version "0.10.0" + resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.10.0.tgz#a0e6bfcad22a9c73f6c882a3c7557a98e2d3d27d" + integrity sha512-QgKgJBjaJhxVPwrLNqqwNS0AGkuQQ31Hp4xGXEK/P7wehEg6qmNtReHKai3zRXqY60wGVWLYcOMJK2b98aGc3A== dependencies: loader-utils "^1.1.0" normalize-url "1.9.1"