From 9b5d0d2a8237abfac63aa05dd26a5b670f8b6757 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 09:01:03 +0100 Subject: [PATCH] Bump mini-css-extract-plugin from 0.10.1 to 0.11.2 (#6172) Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 0.10.1 to 0.11.2. - [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/commits/v0.11.2) 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 cb347ebaf3..4ca0375c70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15780,9 +15780,9 @@ "dev": true }, "mini-css-extract-plugin": { - "version": "0.10.1", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.10.1.tgz", - "integrity": "sha512-9B10gZixtNjHerADBrMxPXM5G0uL0CRGMcLRV67I8nd1SKbwJrI0okKUzD+PxKsUZ9Dxt8/hPvtzF0DrRnrOyA==", + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.11.2.tgz", + "integrity": "sha512-h2LknfX4U1kScXxH8xE9LCOqT5B+068EAj36qicMb8l4dqdJoyHcmWmpd+ueyZfgu/POvIn+teoUnTtei2ikug==", "dev": true, "requires": { "loader-utils": "^1.1.0", diff --git a/package.json b/package.json index 380cfabbed..1cec070c0c 100644 --- a/package.json +++ b/package.json @@ -153,7 +153,7 @@ "mdast-util-heading-range": "^2.1.0", "mdast-util-toc": "^5.0.3", "mdast-zone": "^4.0.0", - "mini-css-extract-plugin": "^0.10.0", + "mini-css-extract-plugin": "^0.11.2", "nconf": "^0.10.0", "ng-packagr": "^10.1.0", "optimize-css-assets-webpack-plugin": "^5.0.4",