From 6bd9b32a2a0e79871279682174644a29937a2901 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 20:20:44 +0000 Subject: [PATCH] build(deps-dev): bump mini-css-extract-plugin in /frontend Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.9.3 to 2.9.4. - [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.9.3...v2.9.4) --- updated-dependencies: - dependency-name: mini-css-extract-plugin dependency-version: 2.9.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 14 +++++++------- frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 056e605d7..744b42768 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -32,7 +32,7 @@ "eslint-plugin-promise": "^6.6.0", "eslint-plugin-vue": "^10.4.0", "html-webpack-plugin": "^5.6.3", - "mini-css-extract-plugin": "^2.9.3", + "mini-css-extract-plugin": "^2.9.4", "process": "^0.11.10", "style-loader": "^4.0.0", "vue-loader": "^15.11.1", @@ -6623,9 +6623,9 @@ } }, "node_modules/mini-css-extract-plugin": { - "version": "2.9.3", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.3.tgz", - "integrity": "sha512-tRA0+PsS4kLVijnN1w9jUu5lkxBwUk9E8SbgEB5dBJqchE6pVYdawROG6uQtpmAri7tdCK9i7b1bULeVWqS6Ag==", + "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==", "dev": true, "dependencies": { "schema-utils": "^4.0.0", @@ -14179,9 +14179,9 @@ } }, "mini-css-extract-plugin": { - "version": "2.9.3", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.3.tgz", - "integrity": "sha512-tRA0+PsS4kLVijnN1w9jUu5lkxBwUk9E8SbgEB5dBJqchE6pVYdawROG6uQtpmAri7tdCK9i7b1bULeVWqS6Ag==", + "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==", "dev": true, "requires": { "schema-utils": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index cd3dbfa12..74ae2d0c6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -29,7 +29,7 @@ "eslint-plugin-promise": "^6.6.0", "eslint-plugin-vue": "^10.4.0", "html-webpack-plugin": "^5.6.3", - "mini-css-extract-plugin": "^2.9.3", + "mini-css-extract-plugin": "^2.9.4", "process": "^0.11.10", "style-loader": "^4.0.0", "vue-loader": "^15.11.1",