From b2a52e04a85ab5bc541a45923a44aee1ed1405fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 18:39:47 +0000 Subject: [PATCH] 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-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4fe2b14..44f4edb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "eslint-plugin-import": "^2.32.0", "file-loader": "^6.2.0", "jsonlint": "^1.6.3", - "mini-css-extract-plugin": "^2.9.4", + "mini-css-extract-plugin": "^2.10.0", "npm-check-updates": "^19.3.2", "postcss-loader": "^8.2.0", "precss": "^4.0.0", @@ -6300,9 +6300,9 @@ } }, "node_modules/mini-css-extract-plugin": { - "version": "2.9.4", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.4.tgz", - "integrity": "sha512-ZWYT7ln73Hptxqxk2DxPU9MmapXRhxkJD6tkSR04dnQxm8BGu2hzgKLugK5yySD97u/8yy7Ma7E76k9ZdvtjkQ==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.10.0.tgz", + "integrity": "sha512-540P2c5dYnJlyJxTaSloliZexv8rji6rY8FhQN+WF/82iHQfA23j/xtJx97L+mXOML27EqksSek/g4eK7jaL3g==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5a8b6ce..212e318 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "eslint-plugin-import": "^2.32.0", "file-loader": "^6.2.0", "jsonlint": "^1.6.3", - "mini-css-extract-plugin": "^2.9.4", + "mini-css-extract-plugin": "^2.10.0", "npm-check-updates": "^19.3.2", "postcss-loader": "^8.2.0", "precss": "^4.0.0",