diff --git a/package-lock.json b/package-lock.json index 8cafcf4..184865a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14368,9 +14368,9 @@ "dev": true }, "mini-css-extract-plugin": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.7.0.tgz", - "integrity": "sha512-RQIw6+7utTYn8DBGsf/LpRgZCJMpZt+kuawJ/fju0KiOL6nAaTBNmCJwS7HtwSCXfS47gCkmtBFS7HdsquhdxQ==", + "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==", "dev": true, "requires": { "loader-utils": "^1.1.0", diff --git a/package.json b/package.json index a15d81f..450de0c 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "jest-styled-components": "^6.2.1", "jsdoc": "^3.5.5", "minami": "^1.2.3", - "mini-css-extract-plugin": "^0.7.0", + "mini-css-extract-plugin": "^0.8.0", "react": "^16.5.2", "react-dom": "^16.5.2", "rimraf": "^2.6.2",