From 70c59049c9a296766710183889cbadcc757fae62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:07:16 +0100 Subject: [PATCH] build(deps-dev): bump mini-css-extract-plugin from 2.9.1 to 2.9.2 (#10493) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9915f6b5b8..2bb671cd34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -134,7 +134,7 @@ "karma-mocha-reporter": "2.2.5", "license-checker": "^25.0.1", "lint-staged": "15.2.9", - "mini-css-extract-plugin": "2.9.1", + "mini-css-extract-plugin": "2.9.2", "mocha": "10.7.3", "moment": "^2.29.4", "ng-packagr": "16.2.3", @@ -24153,9 +24153,10 @@ } }, "node_modules/mini-css-extract-plugin": { - "version": "2.9.1", + "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/package.json b/package.json index 634df489b4..3e418c3054 100644 --- a/package.json +++ b/package.json @@ -154,7 +154,7 @@ "karma-mocha-reporter": "2.2.5", "license-checker": "^25.0.1", "lint-staged": "15.2.9", - "mini-css-extract-plugin": "2.9.1", + "mini-css-extract-plugin": "2.9.2", "mocha": "10.7.3", "moment": "^2.29.4", "ng-packagr": "16.2.3",