diff --git a/package-lock.json b/package-lock.json index 2171028..a1ea0ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16306,9 +16306,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.8.1", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.1.tgz", + "integrity": "sha512-YOMfkqV07IlP3xVFMuTXze8K+fa5WXW8PE3rb2P01XAD5UxpbrwMHIYQ/DPfWaOmTnS16TD7d8CRi8AyOmgJ8g==", "dev": true, "requires": { "loader-utils": "^1.1.0", diff --git a/package.json b/package.json index b28e5f3..1c30a19 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "gh-pages": "2.1.1", "jest": "24.9.0", "jest-cli": "24.9.0", - "mini-css-extract-plugin": "0.8.0", + "mini-css-extract-plugin": "0.8.1", "node-sass": "4.13.0", "postcss-increase-specificity": "0.6.0", "postcss-loader": "3.0.0",