Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/angular/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@angular/build": "^20.0.0",
"@angular/cli": "^20.0.0",
"@angular/cli": "^20.3.15",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

While this update is a good first step, it appears to be incomplete. The same dependency, @angular/cli, is also present in integrations/angular-cli-20/package.json with version ^20.0.0. To fully remediate the security vulnerability across the entire project, the dependency in that file should also be updated.

"@angular/compiler-cli": "^20.0.0",
"typescript": "5.8.3"
}
Expand Down
Loading