Skip to content

Commit 42f2b4c

Browse files
build: update dependency parse5 to v8 (#31516)
See associated pull request for more information.
1 parent c33b86e commit 42f2b4c

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"magic-string": "0.30.17",
125125
"marked": "^16.0.0",
126126
"minimatch": "^10.0.3",
127-
"parse5": "^7.1.2",
127+
"parse5": "^8.0.0",
128128
"postcss": "^8.4.17",
129129
"postcss-scss": "^4.0.4",
130130
"prettier": "^3.5.3",

pnpm-lock.yaml

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

src/cdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"rxjs": "^6.5.3 || ^7.4.0"
5151
},
5252
"dependencies": {
53-
"parse5": "^7.1.2",
53+
"parse5": "^8.0.0",
5454
"tslib": "^2.3.0"
5555
},
5656
"schematics": "./schematics/collection.json",

0 commit comments

Comments
 (0)