Skip to content

Commit eaed85a

Browse files
joshwiensdond2clouds
authored andcommitted
fix(@angular/cli): update copy-webpack-plugin to 4.1.1
- This release picks up a ReDoS security patch in minimatch: https://nodesecurity.io/advisories/minimatch_regular-expression-denial-of-service
1 parent 9bef536 commit eaed85a

File tree

3 files changed

+18
-42
lines changed

3 files changed

+18
-42
lines changed

package-lock.json

Lines changed: 16 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"chalk": "^2.0.1",
4949
"circular-dependency-plugin": "^3.0.0",
5050
"common-tags": "^1.3.1",
51-
"copy-webpack-plugin": "^4.0.1",
51+
"copy-webpack-plugin": "^4.1.1",
5252
"core-object": "^3.1.0",
5353
"css-loader": "^0.28.1",
5454
"cssnano": "^3.10.0",

packages/@angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"chalk": "^2.0.1",
3737
"circular-dependency-plugin": "^3.0.0",
3838
"common-tags": "^1.3.1",
39-
"copy-webpack-plugin": "^4.0.1",
39+
"copy-webpack-plugin": "^4.1.1",
4040
"core-object": "^3.1.0",
4141
"css-loader": "^0.28.1",
4242
"cssnano": "^3.10.0",

0 commit comments

Comments
 (0)