From 4a6ee4fb725f09e2695caa969ec3cc2c08fae03c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2019 23:59:33 +0000 Subject: [PATCH] Update mini-css-extract-plugin requirement from ^0.5.0 to ^0.8.0 Updates the requirements on [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) to permit the latest version. - [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases) - [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v0.5.0...v0.8.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c7b054..162dc00 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "less-loader": "^4.1.0", "match-require": "2.x", "merge2": "~1.2.3", - "mini-css-extract-plugin": "^0.5.0", + "mini-css-extract-plugin": "^0.8.0", "minimist": "1.x", "modulex-util": "^1.1.10", "normalize.css": "^8.0.1",