Skip to content

Commit 616a9f7

Browse files
filipesilvaBrocco
authored andcommitted
fix(@angular/cli): update url-loader to 6.0
This release addresses a Mime vulnerability: https://github.com/webpack-contrib/url-loader/releases/tag/v0.6.0
1 parent 133693c commit 616a9f7

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

package-lock.json

Lines changed: 8 additions & 7 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
@@ -92,7 +92,7 @@
9292
"tree-kill": "^1.0.0",
9393
"typescript": "~2.4.2",
9494
"uglifyjs-webpack-plugin": "1.0.0-beta.1",
95-
"url-loader": "^0.5.7",
95+
"url-loader": "^0.6.0",
9696
"webpack": "~3.6.0",
9797
"webpack-concat-plugin": "1.4.0",
9898
"webpack-dev-middleware": "~1.12.0",

packages/@angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"stylus-loader": "^3.0.1",
7676
"typescript": ">=2.0.0 <2.6.0",
7777
"uglifyjs-webpack-plugin": "1.0.0-beta.1",
78-
"url-loader": "^0.5.7",
78+
"url-loader": "^0.6.0",
7979
"webpack": "~3.6.0",
8080
"webpack-concat-plugin": "1.4.0",
8181
"webpack-dev-middleware": "~1.12.0",

0 commit comments

Comments
 (0)