Angular project has 2 high severity vulnerabilities

197 Views Asked by At

The question I have is whether this warning is unique to me or if I can ignore this error.

ng version

enter image description here

When I create a project using the command ng new projectName, and then check the package integrity using npm audit this is the result I get enter image description here

The npm audit fix --force command does not resolve the issue. It only generates more warnings. enter image description here

1

There are 1 best solutions below

0
Lucas Lopes On

update your @angular-devkit/... from 15.2.2 to 15.2.4 in your package.json and run npm i