From 0d60501eef3f3bbe585d58d2f282f968f3cd30fa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2020 06:23:02 +0000 Subject: [PATCH] chore(deps-dev): bump mini-css-extract-plugin from 0.10.0 to 0.11.0 Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 0.10.0 to 0.11.0. - [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.10.0...v0.11.0) 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 d2c423d..c2e2314 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "exports-loader": "^1.0.0", "file-loader": "^6.0.0", "git-revision-webpack-plugin": "^3.0.3", - "mini-css-extract-plugin": "0.10.0", + "mini-css-extract-plugin": "0.11.0", "node-sass": "^4.12.0", "postcss-loader": "^3.0.0", "prettier": "^2.0.1", diff --git a/yarn.lock b/yarn.lock index 11cb657..5a88fe3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5970,10 +5970,10 @@ min-document@^2.19.0: dependencies: dom-walk "^0.1.0" -mini-css-extract-plugin@0.10.0: - version "0.10.0" - resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.10.0.tgz#a0e6bfcad22a9c73f6c882a3c7557a98e2d3d27d" - integrity sha512-QgKgJBjaJhxVPwrLNqqwNS0AGkuQQ31Hp4xGXEK/P7wehEg6qmNtReHKai3zRXqY60wGVWLYcOMJK2b98aGc3A== +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== dependencies: loader-utils "^1.1.0" normalize-url "1.9.1"