After update my angular project from 8 -> last, I can't build it. Now, this is my main problem:
Result of npm install
# npm audit report
async <3.2.2
Severity: high
Prototype Pollution in async - https://github.com/advisories/GHSA-fwr7-v2mv-hh25
No fix available
node_modules/portfinder/node_modules/async
portfinder 0.1.0 || >=0.4.0
Depends on vulnerable versions of async
node_modules/portfinder
webpack-dev-server >=2.0.0-beta
Depends on vulnerable versions of portfinder
node_modules/webpack-dev-server
@angular-devkit/build-angular *
Depends on vulnerable versions of webpack-dev-server
node_modules/@angular-devkit/build-angular
@angular-builders/custom-webpack *
Depends on vulnerable versions of @angular-devkit/build-angular
node_modules/@angular-builders/custom-webpack
Reusult of npm ls async
+-- @angular-devkit/[email protected]
| `-- [email protected]
| `-- [email protected]
| `-- [email protected]
`-- [email protected]