components
components copied to clipboard
bug(CDK): parse5 dependency not updated, still points to "^5.0.0"
Is this a regression?
- [ ] Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
Hi Angular Team,
The package.json file present inside src/cdk still uses the old version of the parse5 library.
I see a closed pull request #21189 by [dependabot] which had only bumped the version in the outside package.json file
Wanted to highlight the issue and hence have created this.
I have tried installing the latest version of @angular/cdk and it uses the old version of parse5

Thanks.
Reproduction
Steps to reproduce:
- npm init
- npm i @angular/cdk
- npm ls parse5
Expected Behavior
To use the latest version of parse5 library
Actual Behavior
Still uses the old version of parse5 library (5.1.1)
Environment
- Angular:
- CDK/Material: v15.0.0
- Browser(s):
- Operating System (e.g. Windows, macOS, Ubuntu):