Skip to content

Commit fafbbea

Browse files
annervisseralan-agius4
authored andcommitted
fix(@angular-devkit/build-angular): update license-webpack-plugin to 4.0.2
Fixes builds with extractLicenses enabled when using dynamic exports Fixes #22662
1 parent 88f23e0 commit fafbbea

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
"less": "4.1.2",
167167
"less-loader": "10.2.0",
168168
"license-checker": "^25.0.0",
169-
"license-webpack-plugin": "4.0.1",
169+
"license-webpack-plugin": "4.0.2",
170170
"loader-utils": "3.2.0",
171171
"magic-string": "0.25.7",
172172
"mini-css-extract-plugin": "2.5.3",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"karma-source-map-support": "1.4.0",
3939
"less": "4.1.2",
4040
"less-loader": "10.2.0",
41-
"license-webpack-plugin": "4.0.1",
41+
"license-webpack-plugin": "4.0.2",
4242
"loader-utils": "3.2.0",
4343
"mini-css-extract-plugin": "2.5.3",
4444
"minimatch": "3.0.5",

yarn.lock

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@
219219

220220
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#bc95d30fc481710a0634188e5a47ab08246cd966":
221221
version "0.0.0-2c23378f310c42b482d246886ed2aab1550dc650"
222-
uid bc95d30fc481710a0634188e5a47ab08246cd966
223222
resolved "https://github.com/angular/dev-infra-private-builds.git#bc95d30fc481710a0634188e5a47ab08246cd966"
224223
dependencies:
225224
"@actions/core" "^1.4.0"
@@ -7399,6 +7398,13 @@ [email protected]:
73997398
dependencies:
74007399
webpack-sources "^3.0.0"
74017400

7401+
7402+
version "4.0.2"
7403+
resolved "https://registry.yarnpkg.com/license-webpack-plugin/-/license-webpack-plugin-4.0.2.tgz#1e18442ed20b754b82f1adeff42249b81d11aec6"
7404+
integrity sha512-771TFWFD70G1wLTC4oU2Cw4qvtmNrIw+wRvBtn+okgHl7slJVi7zfNcdmqDL72BojM30VNJ2UHylr1o77U37Jw==
7405+
dependencies:
7406+
webpack-sources "^3.0.0"
7407+
74027408
lie@~3.3.0:
74037409
version "3.3.0"
74047410
resolved "https://registry.yarnpkg.com/lie/-/lie-3.3.0.tgz#dcf82dee545f46074daf200c7c1c5a08e0f40f6a"
@@ -9970,7 +9976,6 @@ [email protected], sass@^1.49.0:
99709976

99719977
"sauce-connect-proxy@https://saucelabs.com/downloads/sc-4.6.4-linux.tar.gz":
99729978
version "0.0.0"
9973-
uid "992e2cb0d91e54b27a4f5bbd2049f3b774718115"
99749979
resolved "https://saucelabs.com/downloads/sc-4.6.4-linux.tar.gz#992e2cb0d91e54b27a4f5bbd2049f3b774718115"
99759980

99769981
saucelabs@^1.5.0:

0 commit comments

Comments
 (0)