From 2955092c86e744b3dcba2f3519aeacb8fc619d91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 13:51:10 -0700 Subject: [PATCH] chore(deps-dev): bump mini-css-extract-plugin from 2.7.6 to 2.8.1 (#7573) Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.7.6 to 2.8.1. - [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.8.1) --- updated-dependencies: - dependency-name: mini-css-extract-plugin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 12 +++++++----- package.json | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7dc0829bb9..121faae3eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "location-bar": "3.0.1", "lodash": "4.17.21", "marked": "12.0.0", - "mini-css-extract-plugin": "2.7.6", + "mini-css-extract-plugin": "2.9.2", "moment": "2.30.1", "moment-duration-format": "2.3.2", "moment-timezone": "0.5.41", @@ -7837,12 +7837,14 @@ } }, "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.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" + "schema-utils": "^4.0.0", + "tapable": "^2.2.1" }, "engines": { "node": ">= 12.13.0" diff --git a/package.json b/package.json index 6e96eace12..32711eba5a 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "location-bar": "3.0.1", "lodash": "4.17.21", "marked": "12.0.0", - "mini-css-extract-plugin": "2.7.6", + "mini-css-extract-plugin": "2.9.2", "moment": "2.30.1", "moment-duration-format": "2.3.2", "moment-timezone": "0.5.41",