From 88b643f5b87f8f718f491d9244ff3df9aa9a3273 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2020 01:31:27 +0000 Subject: [PATCH] Bump mini-css-extract-plugin from 0.8.2 to 0.11.1 Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 0.8.2 to 0.11.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/v0.8.2...v0.11.1) Signed-off-by: dependabot-preview[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 c11e96b9..7b99b2f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7455,9 +7455,9 @@ "optional": true }, "mini-css-extract-plugin": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.2.tgz", - "integrity": "sha512-a3Y4of27Wz+mqK3qrcd3VhYz6cU0iW5x3Sgvqzbj+XmlrSizmvu8QQMl5oMYJjgHOC4iyt+w7l4umP+dQeW3bw==", + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.11.1.tgz", + "integrity": "sha512-k6ijDS4ZbrTSBkrJDvbpDlXgD3rHjoKBUC3hbUNxfBr7tLv3FpjHcuvuFRNHcPNEryEKyEZL0n/Q4ZHPC2V6mA==", "dev": true, "requires": { "loader-utils": "^1.1.0", diff --git a/package.json b/package.json index b021c234..3ef2b64f 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "html-loader": "^0.5.5", "html-webpack-plugin": "^3.2.0", "image-webpack-loader": "^6.0.0", - "mini-css-extract-plugin": "^0.8.0", + "mini-css-extract-plugin": "^0.11.1", "node-sass": "^4.13.0", "optimize-css-assets-webpack-plugin": "^5.0.3", "postcss-loader": "^3.0.0",