From 4420aa69abf123b780256c1b49f4d531435c9493 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Wed, 17 Nov 2021 11:05:37 +0100 Subject: [PATCH] build: update dependency license-webpack-plugin to v4 --- package.json | 2 +- .../angular_devkit/build_angular/package.json | 2 +- yarn.lock | 20 ++++++++++--------- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 5f67b6ebba2c..9f0029f9632a 100644 --- a/package.json +++ b/package.json @@ -173,7 +173,7 @@ "less": "4.1.2", "less-loader": "10.2.0", "license-checker": "^25.0.0", - "license-webpack-plugin": "3.0.0", + "license-webpack-plugin": "4.0.0", "loader-utils": "3.0.0", "magic-string": "0.25.7", "mini-css-extract-plugin": "2.4.3", diff --git a/packages/angular_devkit/build_angular/package.json b/packages/angular_devkit/build_angular/package.json index 74c29dba8dcb..e7621d68200c 100644 --- a/packages/angular_devkit/build_angular/package.json +++ b/packages/angular_devkit/build_angular/package.json @@ -39,7 +39,7 @@ "karma-source-map-support": "1.4.0", "less": "4.1.2", "less-loader": "10.2.0", - "license-webpack-plugin": "3.0.0", + "license-webpack-plugin": "4.0.0", "loader-utils": "3.0.0", "mini-css-extract-plugin": "2.4.3", "minimatch": "3.0.4", diff --git a/yarn.lock b/yarn.lock index 266bfbb9fe8d..a02dd3d6106e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6698,10 +6698,12 @@ license-checker@^25.0.0: spdx-satisfies "^4.0.0" treeify "^1.1.0" -license-webpack-plugin@3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/license-webpack-plugin/-/license-webpack-plugin-3.0.0.tgz#530fb297cee402cdf19a80f59e1c1ec1720dbc7e" - integrity sha512-Owp0mXaJu/09h9hvZTazMni/Ni7bjh4R4xIfLhWP1O2wrhhKtezAA8U42TTeNDpyDMUD2ljeGC8Jh9xSFnyq4Q== +license-webpack-plugin@4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/license-webpack-plugin/-/license-webpack-plugin-4.0.0.tgz#11cf6ac96559f4a987cf55d3d2a33f295ae8f13b" + integrity sha512-b9iMrROrw2fTOJBZ57h0xJfT5/1Cxg4ucYbtpWoukv4Awb2TFPfDDFVHNM8w6SYQpVfB13a5tQJxgGamqwrsyw== + dependencies: + webpack-sources "^3.0.0" lie@~3.3.0: version "3.3.0" @@ -10703,16 +10705,16 @@ webpack-merge@5.8.0: clone-deep "^4.0.1" wildcard "^2.0.0" +webpack-sources@^3.0.0, webpack-sources@^3.2.2: + version "3.2.2" + resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.2.tgz#d88e3741833efec57c4c789b6010db9977545260" + integrity sha512-cp5qdmHnu5T8wRg2G3vZZHoJPN14aqQ89SyQ11NpGH5zEMDCclt49rzo+MaRazk7/UeILhAI+/sEtcM+7Fr0nw== + webpack-sources@^3.2.0: version "3.2.1" resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.1.tgz#251a7d9720d75ada1469ca07dbb62f3641a05b6d" integrity sha512-t6BMVLQ0AkjBOoRTZgqrWm7xbXMBzD+XDq2EZ96+vMfn3qKgsvdXZhbPZ4ElUOpdv4u+iiGe+w3+J75iy/bYGA== -webpack-sources@^3.2.2: - version "3.2.2" - resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.2.tgz#d88e3741833efec57c4c789b6010db9977545260" - integrity sha512-cp5qdmHnu5T8wRg2G3vZZHoJPN14aqQ89SyQ11NpGH5zEMDCclt49rzo+MaRazk7/UeILhAI+/sEtcM+7Fr0nw== - webpack-subresource-integrity@5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/webpack-subresource-integrity/-/webpack-subresource-integrity-5.0.0.tgz#8268b9cc1a229a8f8129ca9eeb59cde52185b6b1"