From 3878b6c693a8fd17f11e176839eba3eb3f352d67 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 08:02:49 +0000 Subject: [PATCH] Bump mini-css-extract-plugin from 0.11.2 to 0.11.3 Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 0.11.2 to 0.11.3. - [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.11.2...v0.11.3) 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 05b05c710..7f028ffe9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6234,9 +6234,9 @@ "dev": true }, "mini-css-extract-plugin": { - "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==", + "version": "0.11.3", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.11.3.tgz", + "integrity": "sha512-n9BA8LonkOkW1/zn+IbLPQmovsL0wMb9yx75fMJQZf2X1Zoec9yTZtyMePcyu19wPkmFbzZZA6fLTotpFhQsOA==", "dev": true, "requires": { "loader-utils": "^1.1.0", diff --git a/package.json b/package.json index d1b1c81a9..48d266448 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "imagemin-webpack-plugin": "^2.4.2", "material-design-color": "^2.3.2", "material-shadows": "^3.0.1", - "mini-css-extract-plugin": "^0.11.2", + "mini-css-extract-plugin": "^0.11.3", "postcss-inline-svg": "^4.1.0", "postcss-loader": "^4.0.2", "postcss-svgo": "^4.0.2",