From 751046751ea3cbea22bdf8fc7de2dd06ac724338 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2019 16:23:17 +0000 Subject: [PATCH 1/2] chore(package): update mini-css-extract-plugin to version 0.9.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c0361ca..393e503 100644 --- a/package.json +++ b/package.json @@ -174,7 +174,7 @@ "handlebars": "^4.1.2", "handlebars-loader": "^1.7.1", "html-webpack-plugin": "^3.2.0", - "mini-css-extract-plugin": "^0.8.0", + "mini-css-extract-plugin": "^0.9.0", "mkdirp": "^0.5.1", "nightmare": "^3.0.2", "npm-run-all": "^4.1.5", From 5c41d44ddddd0cdac1d465c86f9cd1e242622ca7 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2019 16:23:22 +0000 Subject: [PATCH 2/2] chore(package): update lockfile package-lock.json --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3e8f8f3..caf2bae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10372,9 +10372,9 @@ } }, "mini-css-extract-plugin": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.0.tgz", - "integrity": "sha512-MNpRGbNA52q6U92i0qbVpQNsgk7LExy41MdAlG84FeytfDOtRIf/mCHdEgG8rpTKOaNKiqUnZdlptF469hxqOw==", + "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",