From 9bcacfc7961ce27c2a3c9264227b1479fe39907e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 20 Dec 2019 15:45:00 +0000 Subject: [PATCH] Update dependency mini-css-extract-plugin to v0.9.0 --- 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 bf50a20..9e7200e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16543,9 +16543,9 @@ } }, "mini-css-extract-plugin": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.2.tgz", - "integrity": "sha512-a3Y4of27Wz+mqK3qrcd3VhYz6cU0iW5x3Sgvqzbj+XmlrSizmvu8QQMl5oMYJjgHOC4iyt+w7l4umP+dQeW3bw==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.9.0.tgz", + "integrity": "sha512-lp3GeY7ygcgAmVIcRPBVhIkf8Us7FZjA+ILpal44qLdSu11wmjKQ3d9k15lfD7pO4esu9eUIAW7qiYIBppv40A==", "dev": true, "requires": { "loader-utils": "^1.1.0", diff --git a/package.json b/package.json index a8ab6f9..9c72c2c 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "gh-pages": "2.1.1", "jest": "24.9.0", "jest-cli": "24.9.0", - "mini-css-extract-plugin": "0.8.2", + "mini-css-extract-plugin": "0.9.0", "node-sass": "4.13.0", "postcss-increase-specificity": "0.6.0", "postcss-loader": "3.0.0",