From 602891c58d4e9b0041b09d715b77d107551d01d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 12:49:08 +0000 Subject: [PATCH] build(deps-dev): bump mini-css-extract-plugin from 2.7.6 to 2.9.0 Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.7.6 to 2.9.0. - [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.9.0) --- updated-dependencies: - dependency-name: mini-css-extract-plugin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 947f12bfc1e..d33e242d953 100644 --- a/package-lock.json +++ b/package-lock.json @@ -127,7 +127,7 @@ "license-checker": "^25.0.1", "lint-staged": "^15.2.2", "lite-server": "^2.6.1", - "mini-css-extract-plugin": "^2.7.6", + "mini-css-extract-plugin": "^2.9.0", "mocha": "^10.2.0", "moment": "^2.29.4", "ng-packagr": "14.0.3", @@ -41224,12 +41224,13 @@ } }, "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.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==", "dev": true, "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 15efd3b5374..bfe5c3561e7 100644 --- a/package.json +++ b/package.json @@ -174,7 +174,7 @@ "license-checker": "^25.0.1", "lint-staged": "^15.2.2", "lite-server": "^2.6.1", - "mini-css-extract-plugin": "^2.7.6", + "mini-css-extract-plugin": "^2.9.0", "mocha": "^10.2.0", "moment": "^2.29.4", "ng-packagr": "14.0.3",