From 6a033cad9a888ebb5de7d6768775d90b53a8da72 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Oct 2020 18:17:58 +0000 Subject: [PATCH] Bump mini-css-extract-plugin from 1.2.0 to 1.2.1 Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 1.2.0 to 1.2.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/v1.2.0...v1.2.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 5385f107..f27d2107 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14511,9 +14511,9 @@ "dev": true }, "mini-css-extract-plugin": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.2.0.tgz", - "integrity": "sha512-iBZokjaIjHvI4N0AURx5aPBawcmxB/d2NYikxZ4J57Lg5sDShUPyWvuSWl1dueI5oCs7nz8V7qtOCaLjB7AYPw==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.2.1.tgz", + "integrity": "sha512-G3yw7/TQaPfkuiR73MDcyiqhyP8SnbmLhUbpC76H+wtQxA6wfKhMCQOCb6wnPK0dQbjORAeOILQqEesg4/wF7A==", "dev": true, "requires": { "loader-utils": "^2.0.0", diff --git a/package.json b/package.json index e706625c..473d7ddb 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "jest-environment-jsdom-fourteen": "1.0.1", "jest-resolve": "26.6.1", "jest-watch-typeahead": "0.6.1", - "mini-css-extract-plugin": "1.2.0", + "mini-css-extract-plugin": "1.2.1", "optimize-css-assets-webpack-plugin": "5.0.4", "pnp-webpack-plugin": "1.6.4", "postcss-flexbugs-fixes": "4.2.1",