From e8668f503e0da565100f5f294dd4fc870ef38b81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 08:37:13 +0000 Subject: [PATCH] Bump mini-css-extract-plugin from 2.8.0 to 2.8.1 Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.8.0 to 2.8.1. - [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/v2.8.0...v2.8.1) --- updated-dependencies: - dependency-name: mini-css-extract-plugin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d66ebec..ffccea9 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "clean-webpack-plugin": "4.0.0", "cross-env": "7.0.3", "css-loader": "6.10.0", - "mini-css-extract-plugin": "2.8.0", + "mini-css-extract-plugin": "2.8.1", "postcss": "8.4.35", "postcss-loader": "8.1.0", "postcss-scss": "4.0.9",