Skip to content

Commit 9a049be

Browse files
vicbchuckjaz
authored andcommitted
feat(Parse5): update to the latest version 2.2.1
fixes angular#6237
1 parent 2045c9e commit 9a049be

File tree

7 files changed

+219
-261
lines changed

7 files changed

+219
-261
lines changed

modules/@angular/compiler-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@angular/tsc-wrapped": "^0.3.0",
1313
"reflect-metadata": "^0.1.2",
14-
"parse5": "1.3.2",
14+
"parse5": "^2.2.1",
1515
"minimist": "^1.2.0"
1616
},
1717
"peerDependencies": {

modules/@angular/platform-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@angular/platform-browser": "0.0.0-PLACEHOLDER"
1515
},
1616
"dependencies": {
17-
"parse5": "1.3.2"
17+
"parse5": "^2.2.1"
1818
},
1919
"repository": {
2020
"type": "git",

0 commit comments

Comments
 (0)