From 2c4388fccc0c070e3d5ec6f76874cfbb4a6d845c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 01:04:36 +0000 Subject: [PATCH] Bump mini-css-extract-plugin in /build-monitor-plugin Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.9.1 to 2.9.2. - [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.1...v2.9.2) --- updated-dependencies: - dependency-name: mini-css-extract-plugin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build-monitor-plugin/package-lock.json | 9 ++++----- build-monitor-plugin/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/build-monitor-plugin/package-lock.json b/build-monitor-plugin/package-lock.json index 012bf28a..db9a5d5c 100644 --- a/build-monitor-plugin/package-lock.json +++ b/build-monitor-plugin/package-lock.json @@ -17,7 +17,7 @@ "karma-junit-reporter": "2.0.1", "karma-phantomjs-launcher": "1.0.4", "less-loader": "12.2.0", - "mini-css-extract-plugin": "2.9.1", + "mini-css-extract-plugin": "2.9.2", "style-loader": "4.0.0", "webpack": "5.95.0", "webpack-cli": "5.1.4", @@ -3233,11 +3233,10 @@ } }, "node_modules/mini-css-extract-plugin": { - "version": "2.9.1", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.1.tgz", - "integrity": "sha512-+Vyi+GCCOHnrJ2VPS+6aPoXN2k2jgUzDRhTFLjjTBn23qyXJXkjUWQgTL+mXpF5/A8ixLdCc6kWsoeOjKGejKQ==", + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.2.tgz", + "integrity": "sha512-GJuACcS//jtq4kCtd5ii/M0SZf7OZRH+BxdqXZHaJfb8TJiVl+NgQRPwiYt2EuqeSkNydn/7vP+bcE27C5mb9w==", "dev": true, - "license": "MIT", "dependencies": { "schema-utils": "^4.0.0", "tapable": "^2.2.1" diff --git a/build-monitor-plugin/package.json b/build-monitor-plugin/package.json index db2cee48..fcc9cf13 100644 --- a/build-monitor-plugin/package.json +++ b/build-monitor-plugin/package.json @@ -27,7 +27,7 @@ "karma-junit-reporter": "2.0.1", "karma-phantomjs-launcher": "1.0.4", "less-loader": "12.2.0", - "mini-css-extract-plugin": "2.9.1", + "mini-css-extract-plugin": "2.9.2", "style-loader": "4.0.0", "webpack": "5.95.0", "webpack-cli": "5.1.4",