chengzhipengczp commented on PR #324: URL: https://github.com/apache/fineract-backoffice-ui/pull/324#issuecomment-5239798055
Hi @Aman-Mittal, I created this separate PR for the npm audit fixes as requested. Changes: - Applied `npm audit fix` to update vulnerable dependencies. - Reduced reported vulnerabilities from 38 to 3. - Kept the changes limited to `package-lock.json` only. Verification: - ✅ `npm run build` passed - ✅ Production build completed successfully The remaining 3 moderate vulnerabilities are related to `@angular/cli` → `@modelcontextprotocol/sdk` → `@hono/node-server`. `npm audit fix --force` requires upgrading `@angular/cli` from v20 to v21, which is a breaking change, so I did not include that in this PR. Please let me know if you would prefer a separate Angular CLI upgrade PR for those remaining issues. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
