diff --git a/package-lock.json b/package-lock.json index d9d200f4..9c39f553 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14079,9 +14079,9 @@ "dev": 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.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 49fc49ae..8353cf39 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ "json-server": "^0.16.0", "less": "^3.9.0", "license-checker": "^19.0.0", - "mini-css-extract-plugin": "^0.8.0", + "mini-css-extract-plugin": "^0.9.0", "mocha": "^5.1.1", "nightwatch": "^1.3.4", "node-sass": "^4.13.1",