From 2710bf8124a5c099244a288e3ab21173a5fde8db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 5 Mar 2018 05:37:27 +0000 Subject: [PATCH] Bump optimize-css-assets-webpack-plugin from 3.2.0 to 4.0.0 Bumps [optimize-css-assets-webpack-plugin](https://github.com/NMFR/optimize-css-assets-webpack-plugin) from 3.2.0 to 4.0.0. - [Commits](https://github.com/NMFR/optimize-css-assets-webpack-plugin/compare/v3.2.0...v4.0.0) Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++++++-------- package.json | 2 +- yarn.lock | 18 +++++++++--------- 3 files changed, 26 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 57f7526..4901d3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7505,13 +7505,21 @@ } }, "last-call-webpack-plugin": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/last-call-webpack-plugin/-/last-call-webpack-plugin-2.1.2.tgz", - "integrity": "sha512-CZc+m2xZm51J8qSwdODeiiNeqh8CYkKEq6Rw8IkE4i/4yqf2cJhjQPsA6BtAV970ePRNhwEOXhy2U5xc5Jwh9Q==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/last-call-webpack-plugin/-/last-call-webpack-plugin-3.0.0.tgz", + "integrity": "sha512-7KI2l2GIZa9p2spzPIVZBYyNKkN+e/SQPpnjlTiPhdbDW3F86tdKKELxKpzJ5sgU19wQWsACULZmpTPYHeWO5w==", "dev": true, "requires": { - "lodash": "4.17.4", + "lodash": "4.17.5", "webpack-sources": "1.1.0" + }, + "dependencies": { + "lodash": { + "version": "4.17.5", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz", + "integrity": "sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw==", + "dev": true + } } }, "lazy-cache": { @@ -8519,13 +8527,13 @@ } }, "optimize-css-assets-webpack-plugin": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/optimize-css-assets-webpack-plugin/-/optimize-css-assets-webpack-plugin-3.2.0.tgz", - "integrity": "sha512-Fjn7wyyadPAriuH2DHamDQw5B8GohEWbroBkKoPeP+vSF2PIAPI7WDihi8WieMRb/At4q7Ea7zTKaMDuSoIAAg==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/optimize-css-assets-webpack-plugin/-/optimize-css-assets-webpack-plugin-4.0.0.tgz", + "integrity": "sha512-wcQJMk23VQAFdOYnF7pSTg3yvRsSmF3FBwuPf2MDE7e/AG4hoD5V+xxZkrhZEYZ6ZQezfu2qegprs0Z7Xc9xKA==", "dev": true, "requires": { "cssnano": "3.10.0", - "last-call-webpack-plugin": "2.1.2" + "last-call-webpack-plugin": "3.0.0" } }, "optjs": { diff --git a/package.json b/package.json index 993e8b6..6b6c72a 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "html-webpack-plugin": "^3.0.0", "node-notifier": "^5.2.1", "node-sass": "^4.5.0", - "optimize-css-assets-webpack-plugin": "^3.2.0", + "optimize-css-assets-webpack-plugin": "^4.0.0", "ora": "^2.0.0", "path": "^0.12.7", "portfinder": "^1.0.13", diff --git a/yarn.lock b/yarn.lock index 5ddfd37..972b1ae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3896,12 +3896,12 @@ kind-of@^6.0.0, kind-of@^6.0.2: version "6.0.2" resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051" -last-call-webpack-plugin@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/last-call-webpack-plugin/-/last-call-webpack-plugin-2.1.2.tgz#ad80c6e310998294d2ed2180a68e9589e4768c44" +last-call-webpack-plugin@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/last-call-webpack-plugin/-/last-call-webpack-plugin-3.0.0.tgz#9742df0e10e3cf46e5c0381c2de90d3a7a2d7555" dependencies: - lodash "^4.17.4" - webpack-sources "^1.0.1" + lodash "^4.17.5" + webpack-sources "^1.1.0" lazy-cache@^0.2.3: version "0.2.7" @@ -4630,12 +4630,12 @@ opn@^5.1.0: dependencies: is-wsl "^1.1.0" -optimize-css-assets-webpack-plugin@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/optimize-css-assets-webpack-plugin/-/optimize-css-assets-webpack-plugin-3.2.0.tgz#09a40c4cefde1dd0142444a873c56aa29eb18e6f" +optimize-css-assets-webpack-plugin@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/optimize-css-assets-webpack-plugin/-/optimize-css-assets-webpack-plugin-4.0.0.tgz#d5f80041fb1391b358a1f35273c3b53de814e8fe" dependencies: cssnano "^3.4.0" - last-call-webpack-plugin "^2.1.2" + last-call-webpack-plugin "^3.0.0" optjs@~3.2.2: version "3.2.2"