Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@angular/build": "^21.2.16",
"@angular/cli": "^21.2.16",
"@angular/compiler-cli": "^21.2.0",
"esbuild": "^0.20.0",
"esbuild": "^0.28.0",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

security-high high

The security advisory (GHSA-g7r4-m6w7-qqqr) indicates that the path traversal vulnerability on Windows is fixed in version 0.28.1. Specifying ^0.28.0 allows the installation of the vulnerable 0.28.0 version. Please update the dependency constraint to ^0.28.1 to ensure the security fix is enforced.

Suggested change
"esbuild": "^0.28.0",
"esbuild": "^0.28.1",

"jsdom": "^28.0.0",
"prettier": "^3.8.1",
"typescript": "~5.9.2",
Expand Down
Loading