From 2e3826caa5d81ee097f516c85e0ba0782cee68b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 14:46:59 +0100 Subject: [PATCH] Bump mini-css-extract-plugin from 2.9.0 to 2.9.2 (#13854) Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.9.0 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.0...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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b57b662650ee..24a13f3b6e6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -124,7 +124,7 @@ "karma-webpack": "^5.0.1", "lint-staged": "^15.2.10", "markdownlint-cli": "^0.42.0", - "mini-css-extract-plugin": "^2.9.0", + "mini-css-extract-plugin": "^2.9.2", "mockdate": "^3.0.5", "npm-package-json-lint": "^8.0.0", "npm-run-all": "^4.1.5", @@ -25425,9 +25425,9 @@ } }, "node_modules/mini-css-extract-plugin": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.0.tgz", - "integrity": "sha512-Zs1YsZVfemekSZG+44vBsYTLQORkPMwnlv+aehcxK/NLKC+EGhDB39/YePYYqx/sTk6NnYpuqikhSn7+JIevTA==", + "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, "dependencies": { "schema-utils": "^4.0.0", diff --git a/package.json b/package.json index a8aa25fd1477..3c256226d2fb 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,7 @@ "karma-webpack": "^5.0.1", "lint-staged": "^15.2.10", "markdownlint-cli": "^0.42.0", - "mini-css-extract-plugin": "^2.9.0", + "mini-css-extract-plugin": "^2.9.2", "mockdate": "^3.0.5", "npm-package-json-lint": "^8.0.0", "npm-run-all": "^4.1.5",