From b14ec4a24c7103d27d73d3a34b54ca77a8552d76 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 18 Dec 2019 06:10:37 +0000 Subject: [PATCH] build: update mini-css-extract-plugin to version 0.8.2 --- packages/angular_devkit/build_angular/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/angular_devkit/build_angular/package.json b/packages/angular_devkit/build_angular/package.json index e74ba8cfb2..ed0f045316 100644 --- a/packages/angular_devkit/build_angular/package.json +++ b/packages/angular_devkit/build_angular/package.json @@ -36,7 +36,7 @@ "license-webpack-plugin": "2.1.3", "loader-utils": "1.2.3", "magic-string": "0.25.4", - "mini-css-extract-plugin": "0.8.0", + "mini-css-extract-plugin": "0.8.2", "minimatch": "3.0.4", "parse5": "4.0.0", "open": "7.0.0", diff --git a/yarn.lock b/yarn.lock index 590fa6d662..766e0137c6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7188,10 +7188,10 @@ mimic-response@^1.0.0, mimic-response@^1.0.1: resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b" integrity sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ== -mini-css-extract-plugin@0.8.0: - version "0.8.0" - resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.0.tgz#81d41ec4fe58c713a96ad7c723cdb2d0bd4d70e1" - integrity sha512-MNpRGbNA52q6U92i0qbVpQNsgk7LExy41MdAlG84FeytfDOtRIf/mCHdEgG8rpTKOaNKiqUnZdlptF469hxqOw== +mini-css-extract-plugin@0.8.2: + version "0.8.2" + resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.2.tgz#a875e169beb27c88af77dd962771c9eedc3da161" + integrity sha512-a3Y4of27Wz+mqK3qrcd3VhYz6cU0iW5x3Sgvqzbj+XmlrSizmvu8QQMl5oMYJjgHOC4iyt+w7l4umP+dQeW3bw== dependencies: loader-utils "^1.1.0" normalize-url "1.9.1"