"@nestjs/cli": "10.4.4" is using webpack version 5.93.0 and being blocked by trivy vulnerability scanner - Solution - update webpack to 5.94.0 #2714
Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Current behavior
nest cli is generating blockages beacuse of the use of vulnerabe version of webpack 5.93.0
the solution is to upgrade to 5.94.0
I have created a PR #2715
Minimum reproduction code
https://github.com/leopucci/privaterepo/actions/runs/10616749633/job/29427920028
Steps to reproduce
trivy fs .
Expected behavior
no vulnerability errors
Package version
10.4.4
NestJS version
No response
Node.js version
No response
In which operating systems have you tested?
- macOS
- Windows
- Linux
Other
No response