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" }, 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"