From 535d8c9142257b7f32dec2549ca0a5ef61fc890a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Tue, 16 Jul 2019 20:52:34 +0000 Subject: [PATCH] Update dependency mini-css-extract-plugin to v0.8.0 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1eccb1ea..0a61af9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9255,9 +9255,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 eb2b82bd..8349f4d8 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "idb-keyval": "3.2.0", "linkstate": "1.1.1", "loader-utils": "1.2.3", - "mini-css-extract-plugin": "0.7.0", + "mini-css-extract-plugin": "0.8.0", "minimatch": "3.0.4", "node-fetch": "2.6.0", "node-sass": "4.12.0",