From 14342e3f35b1dd448a3dd53dd57ceb66921272a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 19:24:35 +0000 Subject: [PATCH] build(deps-dev): bump mini-css-extract-plugin from 2.5.3 to 2.9.0 Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.5.3 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.5.3...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.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 77c5518..d27bc6e 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "css-loader": "6.6.0", "exports-loader": "3.1.0", "fibers": "5.0.1", - "mini-css-extract-plugin": "2.5.3", + "mini-css-extract-plugin": "2.9.0", "postcss-loader": "6.2.1", "sass": "1.58.3", "sass-loader": "12.4.0",