From d65797763eb0176ff70b4f3169e563e74237df38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 May 2021 17:39:29 +0100 Subject: [PATCH] Bump mini-css-extract-plugin from 1.4.1 to 1.6.0 (#6971) Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 1.4.1 to 1.6.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/v1.4.1...v1.6.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 f5d0c3c04a..e125feb598 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17526,9 +17526,9 @@ "dev": true }, "mini-css-extract-plugin": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.4.1.tgz", - "integrity": "sha512-COAGbpAsU0ioFzj+/RRfO5Qv177L1Z/XAx2EmCF33b8GDDqKygMffBTws2lit8iaPdrbKEY5P+zsseBUCREZWQ==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.0.tgz", + "integrity": "sha512-nPFKI7NSy6uONUo9yn2hIfb9vyYvkFu95qki0e21DQ9uaqNKDP15DGpK0KnV6wDroWxPHtExrdEwx/yDQ8nVRw==", "dev": true, "requires": { "loader-utils": "^2.0.0", diff --git a/package.json b/package.json index a0cba98fd1..8fc392badf 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,7 @@ "license-checker": "^25.0.1", "lint-staged": "^10.5.1", "lite-server": "^2.6.1", - "mini-css-extract-plugin": "^1.4.1", + "mini-css-extract-plugin": "^1.6.0", "nconf": "^0.11.1", "ng-packagr": "^10.1.2", "optimize-css-assets-webpack-plugin": "^5.0.4",