From 62955c5e0c97ea65de8df3b5a67e408f92d25424 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 19:33:04 +0000 Subject: [PATCH] build(deps-dev): bump mini-css-extract-plugin from 2.5.3 to 2.8.0 Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.5.3 to 2.8.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/v2.5.3...v2.8.0) --- updated-dependencies: - dependency-name: mini-css-extract-plugin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 78ace89..83c87b4 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "css-loader": "6.6.0", "exports-loader": "3.1.0", "fibers": "5.0.1", - "mini-css-extract-plugin": "2.5.3", + "mini-css-extract-plugin": "2.8.0", "postcss-loader": "6.2.1", "sass": "1.58.3", "sass-loader": "12.4.0",