From 3971786a040dbc15816d5581d675fbee7fdcb490 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2020 12:19:42 +0000 Subject: [PATCH] Bump mini-css-extract-plugin from 0.11.0 to 0.11.1 Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 0.11.0 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.11.0...v0.11.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 008d59bd..b09f5908 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "jest": "^26.4.2", "jest-serializer-vue": "^2.0.2", "lint-staged": "^10.3.0", - "mini-css-extract-plugin": "^0.11.0", + "mini-css-extract-plugin": "^0.11.1", "npm-run-all": "^4.1.5", "postcss-cssnext": "^3.1.0", "postcss-import": "^12.0.1", diff --git a/yarn.lock b/yarn.lock index b53d5b00..00ccde61 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6395,10 +6395,10 @@ min-document@^2.19.0: dependencies: dom-walk "^0.1.0" -mini-css-extract-plugin@^0.11.0: - version "0.11.0" - resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.11.0.tgz#3918953075109d4ca204bf1e8a393a78d3cc821f" - integrity sha512-dVWGuWJlQw2lZxsxBI3hOsoxg1k3DruLR0foHQLSkQMfk+qLJbv9dUk8fjmjWQKN9ef2n54ehA2FjClAsQhrWQ== +mini-css-extract-plugin@^0.11.1: + version "0.11.1" + resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.11.1.tgz#f04048de8b4d4d7b1b1dea02363d167438c7f6dc" + integrity sha512-k6ijDS4ZbrTSBkrJDvbpDlXgD3rHjoKBUC3hbUNxfBr7tLv3FpjHcuvuFRNHcPNEryEKyEZL0n/Q4ZHPC2V6mA== dependencies: loader-utils "^1.1.0" normalize-url "1.9.1"