From b496603527e1101ccc1f6598b85c3ee265f1c712 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 6 Jul 2021 03:29:23 +0000 Subject: [PATCH] Bump mini-css-extract-plugin from 1.6.2 to 2.1.0 Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 1.6.2 to 2.1.0. - [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases) - [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/v2.1.0/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v1.6.2...v2.1.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 f1ff80b..ebe6d20 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "extract-text-webpack-plugin": "^3.0.2", "html-webpack-plugin": "^5.3.1", "imagemin-webpack-plugin": "^2.4.2", - "mini-css-extract-plugin": "^1.6.0", + "mini-css-extract-plugin": "^2.1.0", "node-sass": "^4.14.1", "postcss": "^8.3.4", "postcss-loader": "^6.1.0",