From 73773f4234467bdc5e61a798f70ea717663c2cd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 08:01:45 +0000 Subject: [PATCH] Bump mini-css-extract-plugin from 2.3.0 to 2.4.1 Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.3.0 to 2.4.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.3.0...v2.4.1) --- 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 | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index dfd3eed7..8620ba8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10655,9 +10655,9 @@ "dev": true }, "mini-css-extract-plugin": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.3.0.tgz", - "integrity": "sha512-uzWaOwC+gJrnKbr23J1ZRWx/Wd9W9Ce1mKPlsBGBV/r8zG7/G7oKMxGmxbI65pVGbae2cR7CUx9Ulk0HQt8BfQ==", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.4.1.tgz", + "integrity": "sha512-97R1JD3GCG7wN5DNM6JrJMxnWNGf2oDlwRgoDc4HOQ5GprahF98mvcPvDMTb5eI1n3vmmMzCpbXH8tpcnr/Nmw==", "dev": true, "requires": { "schema-utils": "^3.1.0" diff --git a/package.json b/package.json index fb0f56bc..67a59904 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "file-loader": "^6.2.0", "html-webpack-plugin": "^5.3.2", "jest": "^26.6.3", - "mini-css-extract-plugin": "^2.3.0", + "mini-css-extract-plugin": "^2.4.1", "optimize-css-assets-webpack-plugin": "^6.0.1", "postcss": "^8.3.9", "postcss-loader": "^6.1.1",