mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-25 16:57:51 +08:00
build: update dependency license-webpack-plugin to v4
This commit is contained in:
parent
22f8e8a83a
commit
3aa3bfc02b
@ -171,7 +171,7 @@
|
|||||||
"less": "4.1.2",
|
"less": "4.1.2",
|
||||||
"less-loader": "10.2.0",
|
"less-loader": "10.2.0",
|
||||||
"license-checker": "^25.0.0",
|
"license-checker": "^25.0.0",
|
||||||
"license-webpack-plugin": "3.0.0",
|
"license-webpack-plugin": "4.0.0",
|
||||||
"loader-utils": "3.2.0",
|
"loader-utils": "3.2.0",
|
||||||
"magic-string": "0.25.7",
|
"magic-string": "0.25.7",
|
||||||
"mini-css-extract-plugin": "2.4.4",
|
"mini-css-extract-plugin": "2.4.4",
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
"karma-source-map-support": "1.4.0",
|
"karma-source-map-support": "1.4.0",
|
||||||
"less": "4.1.2",
|
"less": "4.1.2",
|
||||||
"less-loader": "10.2.0",
|
"less-loader": "10.2.0",
|
||||||
"license-webpack-plugin": "3.0.0",
|
"license-webpack-plugin": "4.0.0",
|
||||||
"loader-utils": "3.2.0",
|
"loader-utils": "3.2.0",
|
||||||
"mini-css-extract-plugin": "2.4.4",
|
"mini-css-extract-plugin": "2.4.4",
|
||||||
"minimatch": "3.0.4",
|
"minimatch": "3.0.4",
|
||||||
|
20
yarn.lock
20
yarn.lock
@ -6798,10 +6798,12 @@ license-checker@^25.0.0:
|
|||||||
spdx-satisfies "^4.0.0"
|
spdx-satisfies "^4.0.0"
|
||||||
treeify "^1.1.0"
|
treeify "^1.1.0"
|
||||||
|
|
||||||
license-webpack-plugin@3.0.0:
|
license-webpack-plugin@4.0.0:
|
||||||
version "3.0.0"
|
version "4.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/license-webpack-plugin/-/license-webpack-plugin-3.0.0.tgz#530fb297cee402cdf19a80f59e1c1ec1720dbc7e"
|
resolved "https://registry.yarnpkg.com/license-webpack-plugin/-/license-webpack-plugin-4.0.0.tgz#11cf6ac96559f4a987cf55d3d2a33f295ae8f13b"
|
||||||
integrity sha512-Owp0mXaJu/09h9hvZTazMni/Ni7bjh4R4xIfLhWP1O2wrhhKtezAA8U42TTeNDpyDMUD2ljeGC8Jh9xSFnyq4Q==
|
integrity sha512-b9iMrROrw2fTOJBZ57h0xJfT5/1Cxg4ucYbtpWoukv4Awb2TFPfDDFVHNM8w6SYQpVfB13a5tQJxgGamqwrsyw==
|
||||||
|
dependencies:
|
||||||
|
webpack-sources "^3.0.0"
|
||||||
|
|
||||||
lie@~3.3.0:
|
lie@~3.3.0:
|
||||||
version "3.3.0"
|
version "3.3.0"
|
||||||
@ -10833,16 +10835,16 @@ webpack-merge@5.8.0:
|
|||||||
clone-deep "^4.0.1"
|
clone-deep "^4.0.1"
|
||||||
wildcard "^2.0.0"
|
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:
|
webpack-sources@^3.2.0:
|
||||||
version "3.2.1"
|
version "3.2.1"
|
||||||
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.1.tgz#251a7d9720d75ada1469ca07dbb62f3641a05b6d"
|
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.1.tgz#251a7d9720d75ada1469ca07dbb62f3641a05b6d"
|
||||||
integrity sha512-t6BMVLQ0AkjBOoRTZgqrWm7xbXMBzD+XDq2EZ96+vMfn3qKgsvdXZhbPZ4ElUOpdv4u+iiGe+w3+J75iy/bYGA==
|
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:
|
webpack-subresource-integrity@5.0.0:
|
||||||
version "5.0.0"
|
version "5.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/webpack-subresource-integrity/-/webpack-subresource-integrity-5.0.0.tgz#8268b9cc1a229a8f8129ca9eeb59cde52185b6b1"
|
resolved "https://registry.yarnpkg.com/webpack-subresource-integrity/-/webpack-subresource-integrity-5.0.0.tgz#8268b9cc1a229a8f8129ca9eeb59cde52185b6b1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user