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/devtools-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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.

critical

While this version update for @angular/cli is necessary to fix the security vulnerability, the PR is incomplete. As highlighted in the PR description, the pnpm-lock.yaml file has not been updated. You must run pnpm install (or an equivalent command) and commit the updated pnpm-lock.yaml to ensure that the correct version of the dependency is installed and the vulnerability is resolved. Merging without the lock file update will lead to inconsistent dependencies across environments and will not fix the security issue.

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