From 94ed5c3a07f591690c5eca670598ea0c28b8c062 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 8 Jan 2019 08:39:48 +0000 Subject: [PATCH] Bump mini-css-extract-plugin from 0.4.5 to 0.5.0 Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 0.4.5 to 0.5.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.4.5...v0.5.0) Signed-off-by: dependabot[bot] --- app/react/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/react/package.json b/app/react/package.json index 8009aca16a6..3a4a05e7c47 100644 --- a/app/react/package.json +++ b/app/react/package.json @@ -40,7 +40,7 @@ "core-js": "^2.5.7", "global": "^4.3.2", "lodash": "^4.17.11", - "mini-css-extract-plugin": "^0.4.4", + "mini-css-extract-plugin": "^0.5.0", "prop-types": "^15.6.2", "react-dev-utils": "^7.0.0", "regenerator-runtime": "^0.12.1", diff --git a/yarn.lock b/yarn.lock index c027c4ce2c4..f2d06303ef7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15855,10 +15855,10 @@ mini-css-extract-plugin@0.4.4: schema-utils "^1.0.0" webpack-sources "^1.1.0" -mini-css-extract-plugin@^0.4.4: - version "0.4.5" - resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.5.tgz#c99e9e78d54f3fa775633aee5933aeaa4e80719a" - integrity sha512-dqBanNfktnp2hwL2YguV9Jh91PFX7gu7nRLs4TGsbAfAG6WOtlynFRYzwDwmmeSb5uIwHo9nx1ta0f7vAZVp2w== +mini-css-extract-plugin@^0.5.0: + version "0.5.0" + resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.5.0.tgz#ac0059b02b9692515a637115b0cc9fed3a35c7b0" + integrity sha512-IuaLjruM0vMKhUUT51fQdQzBYTX49dLj8w68ALEAe2A4iYNpIC4eMac67mt3NzycvjOlf07/kYxJDc0RTl1Wqw== dependencies: loader-utils "^1.1.0" schema-utils "^1.0.0"