From 2ffd679f828fc0f428ad5f9f5914f31dc550b7be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:28:55 +0000 Subject: [PATCH] build(deps): bump mini-css-extract-plugin from 2.7.7 to 2.8.1 Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.7.7 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.7...v2.8.1) --- updated-dependencies: - dependency-name: mini-css-extract-plugin dependency-type: direct:production 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 27010b4..74bbcb2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "html-webpack-plugin": "^5.6.0", "less": "^4.2.0", "less-loader": "^11.1.4", - "mini-css-extract-plugin": "^2.7.7", + "mini-css-extract-plugin": "^2.8.1", "mini-svg-data-uri": "^1.4.4", "rimraf": "^5.0.5", "sass": "^1.69.7", @@ -11601,11 +11601,12 @@ } }, "node_modules/mini-css-extract-plugin": { - "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==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.8.1.tgz", + "integrity": "sha512-/1HDlyFRxWIZPI1ZpgqlZ8jMw/1Dp/dl3P0L1jtZ+zVcHqwPhGwaJwKL00WVgfnBy6PWCde9W65or7IIETImuA==", "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 5af9fef..29882d3 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "html-webpack-plugin": "^5.6.0", "less": "^4.2.0", "less-loader": "^11.1.4", - "mini-css-extract-plugin": "^2.7.7", + "mini-css-extract-plugin": "^2.8.1", "mini-svg-data-uri": "^1.4.4", "rimraf": "^5.0.5", "sass": "^1.69.7",