diff --git a/package-lock.json b/package-lock.json index 3e8f8f3..caf2bae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10372,9 +10372,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 c0361ca..393e503 100644 --- a/package.json +++ b/package.json @@ -174,7 +174,7 @@ "handlebars": "^4.1.2", "handlebars-loader": "^1.7.1", "html-webpack-plugin": "^3.2.0", - "mini-css-extract-plugin": "^0.8.0", + "mini-css-extract-plugin": "^0.9.0", "mkdirp": "^0.5.1", "nightmare": "^3.0.2", "npm-run-all": "^4.1.5",