From c9278df8e6903612db49471a46fbe322c22c3ac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 19:03:01 +0000 Subject: [PATCH] Bump mini-css-extract-plugin from 2.10.0 to 2.10.1 Bumps [mini-css-extract-plugin](https://github.com/webpack/mini-css-extract-plugin) from 2.10.0 to 2.10.1. - [Release notes](https://github.com/webpack/mini-css-extract-plugin/releases) - [Changelog](https://github.com/webpack/mini-css-extract-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/mini-css-extract-plugin/compare/v2.10.0...v2.10.1) --- updated-dependencies: - dependency-name: mini-css-extract-plugin dependency-version: 2.10.1 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 23e57be6..93e22e64 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "copy-webpack-plugin": "14.0.0", "cross-env": "10.1.0", "css-loader": "7.1.4", - "mini-css-extract-plugin": "2.10.0", + "mini-css-extract-plugin": "2.10.1", "postcss": "8.5.8", "postcss-loader": "8.2.1", "postcss-scss": "4.0.9",