From 34d0b62949cf30785ca62e8b6f7d8bb014ee70b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 09:01:30 +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.7.6 to 2.7.7. - [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.7.6...v2.7.7) --- 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 | 8 ++++---- build-monitor-plugin/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build-monitor-plugin/package-lock.json b/build-monitor-plugin/package-lock.json index d0a2241c..864e179b 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": "11.1.4", - "mini-css-extract-plugin": "2.7.6", + "mini-css-extract-plugin": "2.7.7", "style-loader": "3.3.3", "webpack": "5.89.0", "webpack-cli": "5.1.4", @@ -2941,9 +2941,9 @@ } }, "node_modules/mini-css-extract-plugin": { - "version": "2.7.6", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.6.tgz", - "integrity": "sha512-Qk7HcgaPkGG6eD77mLvZS1nmxlao3j+9PkrT9Uc7HAE1id3F41+DdBRYRYkbyfNRGzm8/YWtzhw7nVPmwhqTQw==", + "version": "2.7.7", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.7.tgz", + "integrity": "sha512-+0n11YGyRavUR3IlaOzJ0/4Il1avMvJ1VJfhWfCn24ITQXhRr1gghbhhrda6tgtNcpZaWKdSuwKq20Jb7fnlyw==", "dev": true, "dependencies": { "schema-utils": "^4.0.0" diff --git a/build-monitor-plugin/package.json b/build-monitor-plugin/package.json index 1cca8ede..e5be7e1d 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": "11.1.4", - "mini-css-extract-plugin": "2.7.6", + "mini-css-extract-plugin": "2.7.7", "style-loader": "3.3.3", "webpack": "5.89.0", "webpack-cli": "5.1.4",