Skip to content

Commit 0c57dfd

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 9dd33f8 commit 0c57dfd

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

package-lock.json

+12-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"stylus": "^0.54.5",
9090
"stylus-loader": "^3.0.1",
9191
"typescript": "~2.4.2",
92-
"url-loader": "^0.5.7",
92+
"url-loader": "^0.6.0",
9393
"webpack": "~3.6.0",
9494
"webpack-concat-plugin": "1.4.0",
9595
"webpack-dev-middleware": "~1.12.0",

packages/@angular/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"stylus": "^0.54.5",
7474
"stylus-loader": "^3.0.1",
7575
"typescript": ">=2.0.0 <2.6.0",
76-
"url-loader": "^0.5.7",
76+
"url-loader": "^0.6.0",
7777
"webpack": "~3.6.0",
7878
"webpack-concat-plugin": "1.4.0",
7979
"webpack-dev-middleware": "~1.12.0",

0 commit comments

Comments
 (0)