From f5ffc18120e8580db160f7a03296375f9eaa3edd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 07:10:09 +0000 Subject: [PATCH] Bump mini-css-extract-plugin from 2.10.0 to 2.10.1 in /webapp 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- webapp/package-lock.json | 9 +++++---- webapp/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/webapp/package-lock.json b/webapp/package-lock.json index f00b257..25644b9 100644 --- a/webapp/package-lock.json +++ b/webapp/package-lock.json @@ -13,7 +13,7 @@ "feather-icons": "^4.29.2", "html-webpack-plugin": "^5.6.6", "mediasoup-client": "^3.18.7", - "mini-css-extract-plugin": "^2.10.0", + "mini-css-extract-plugin": "^2.10.1", "minimist": "^1.2.8", "ts-loader": "^9.5.4", "webpack": "^5.105.4" @@ -2183,9 +2183,10 @@ } }, "node_modules/mini-css-extract-plugin": { - "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==", + "version": "2.10.1", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.10.1.tgz", + "integrity": "sha512-k7G3Y5QOegl380tXmZ68foBRRjE9Ljavx835ObdvmZjQ639izvZD8CS7BkWw1qKPPzHsGL/JDhl0uyU1zc2rJw==", + "license": "MIT", "dependencies": { "schema-utils": "^4.0.0", "tapable": "^2.2.1" diff --git a/webapp/package.json b/webapp/package.json index e6ec865..66a628e 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -4,7 +4,7 @@ "feather-icons": "^4.29.2", "html-webpack-plugin": "^5.6.6", "mediasoup-client": "^3.18.7", - "mini-css-extract-plugin": "^2.10.0", + "mini-css-extract-plugin": "^2.10.1", "minimist": "^1.2.8", "ts-loader": "^9.5.4", "webpack": "^5.105.4"