diff --git a/package-lock.json b/package-lock.json index 0ced0e5..6e93e26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8823,9 +8823,9 @@ } }, "mini-css-extract-plugin": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.0.tgz", - "integrity": "sha512-MNpRGbNA52q6U92i0qbVpQNsgk7LExy41MdAlG84FeytfDOtRIf/mCHdEgG8rpTKOaNKiqUnZdlptF469hxqOw==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.9.0.tgz", + "integrity": "sha512-lp3GeY7ygcgAmVIcRPBVhIkf8Us7FZjA+ILpal44qLdSu11wmjKQ3d9k15lfD7pO4esu9eUIAW7qiYIBppv40A==", "dev": true, "requires": { "loader-utils": "^1.1.0", diff --git a/package.json b/package.json index 6e8507f..60d6576 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "html-webpack-plugin": "^3.2.0", "ignore-emit-webpack-plugin": "^2.0.2", "jest": "^24.9.0", - "mini-css-extract-plugin": "^0.8.0", + "mini-css-extract-plugin": "^0.9.0", "postcss-cssnext": "^3.1.0", "postcss-loader": "^3.0.0", "raw-loader": "^4.0.0",