From e1218a50e32b0f1ceda9ecc615944c05d8db24d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 19:55:08 +0000 Subject: [PATCH] chore(deps-dev): bump mini-css-extract-plugin from 2.9.4 to 2.10.0 Bumps [mini-css-extract-plugin](https://github.com/webpack/mini-css-extract-plugin) from 2.9.4 to 2.10.0. - [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.9.4...v2.10.0) --- updated-dependencies: - dependency-name: mini-css-extract-plugin dependency-version: 2.10.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5c857c54..9a8fbb45 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "devDependencies": { "autoprefixer": "^10.4", "css-loader": "^7.1", - "mini-css-extract-plugin": "^2.9", + "mini-css-extract-plugin": "^2.10", "postcss-loader": "^8.2", "sass": "^1.97", "sass-loader": "^16.0", diff --git a/yarn.lock b/yarn.lock index 824d5d44..1dbe3b07 100644 --- a/yarn.lock +++ b/yarn.lock @@ -787,10 +787,10 @@ mime-types@^2.1.27: dependencies: mime-db "1.52.0" -mini-css-extract-plugin@^2.9: - version "2.9.4" - resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.4.tgz#cafa1a42f8c71357f49cd1566810d74ff1cb0200" - integrity sha512-ZWYT7ln73Hptxqxk2DxPU9MmapXRhxkJD6tkSR04dnQxm8BGu2hzgKLugK5yySD97u/8yy7Ma7E76k9ZdvtjkQ== +mini-css-extract-plugin@^2.10: + version "2.10.0" + resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.10.0.tgz#d801a1f388f8fac7333c01b7c15c9222c811def4" + integrity sha512-540P2c5dYnJlyJxTaSloliZexv8rji6rY8FhQN+WF/82iHQfA23j/xtJx97L+mXOML27EqksSek/g4eK7jaL3g== dependencies: schema-utils "^4.0.0" tapable "^2.2.1"