diff --git a/package-lock.json b/package-lock.json index c11e96b9..4df6253d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7455,9 +7455,9 @@ "optional": true }, "mini-css-extract-plugin": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.2.tgz", - "integrity": "sha512-a3Y4of27Wz+mqK3qrcd3VhYz6cU0iW5x3Sgvqzbj+XmlrSizmvu8QQMl5oMYJjgHOC4iyt+w7l4umP+dQeW3bw==", + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.10.0.tgz", + "integrity": "sha512-QgKgJBjaJhxVPwrLNqqwNS0AGkuQQ31Hp4xGXEK/P7wehEg6qmNtReHKai3zRXqY60wGVWLYcOMJK2b98aGc3A==", "dev": true, "requires": { "loader-utils": "^1.1.0", diff --git a/package.json b/package.json index b021c234..208ed2f2 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "html-loader": "^0.5.5", "html-webpack-plugin": "^3.2.0", "image-webpack-loader": "^6.0.0", - "mini-css-extract-plugin": "^0.8.0", + "mini-css-extract-plugin": "^0.10.0", "node-sass": "^4.13.0", "optimize-css-assets-webpack-plugin": "^5.0.3", "postcss-loader": "^3.0.0",