From b5c18436377f31ae73c861e1e38e32c99ccd2ef4 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 5 Mar 2019 06:37:15 +0000 Subject: [PATCH 1/2] fix(package): update extract-css-chunks-webpack-plugin to version 4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a93444..538cc4b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ ], "dependencies": { "@nuxt/friendly-errors-webpack-plugin": "^2.4.0", - "extract-css-chunks-webpack-plugin": "^3.3.2", + "extract-css-chunks-webpack-plugin": "^4.0.0", "js-yaml": "^3.10.0", "style-loader": "^0.23.0" }, From 95552ce188d72f1a24b9130e136bde7a581d6e15 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 5 Mar 2019 06:37:19 +0000 Subject: [PATCH 2/2] chore(package): update lockfile yarn.lock --- yarn.lock | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/yarn.lock b/yarn.lock index 5aa6794..59373d7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4070,6 +4070,17 @@ extract-css-chunks-webpack-plugin@^3.3.2: schema-utils "^1.0.0" webpack-sources "^1.1.0" +extract-css-chunks-webpack-plugin@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/extract-css-chunks-webpack-plugin/-/extract-css-chunks-webpack-plugin-4.0.0.tgz#8a7dcbfa7ae7f399571a4246813d846062b0ed09" + integrity sha512-6wddkm9BJtFshHTA/vv7SKzXdyTXnyRxSceoeGDHdTngNoYARDtLcQfJL8gz6WBOtwvYsTEc+AuEgWEb/VaKCw== + dependencies: + loader-utils "^1.1.0" + lodash "^4.17.11" + normalize-url "^3.0.0" + schema-utils "^1.0.0" + webpack-sources "^1.1.0" + extsprintf@1.3.0: version "1.3.0" resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05"