From 10d1efc935c597b0f61f3957a37627facba38207 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2020 07:13:59 +0000 Subject: [PATCH] build(deps-dev): bump mini-css-extract-plugin from 0.9.0 to 0.11.0 Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 0.9.0 to 0.11.0. - [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.9.0...v0.11.0) Signed-off-by: dependabot-preview[bot] --- packages/purgecss-webpack-plugin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/purgecss-webpack-plugin/package.json b/packages/purgecss-webpack-plugin/package.json index 2896cee7..67f30aad 100644 --- a/packages/purgecss-webpack-plugin/package.json +++ b/packages/purgecss-webpack-plugin/package.json @@ -47,7 +47,7 @@ "@types/webpack": "^4.41.12", "@types/webpack-sources": "^1.4.0", "css-loader": "^4.0.0", - "mini-css-extract-plugin": "^0.9.0" + "mini-css-extract-plugin": "^0.11.0" }, "peerDependencies": { "webpack": "*"