Closed AdrianJakubcik closed 3 years ago
After running our project through npm audit several critical vulnerabilities where found and updates for packages, and therefore I let the node fix itself using npm audit fix. Here is the updated package-lock.json file
npm audit
npm audit fix
After running our project through
npm audit
several critical vulnerabilities where found and updates for packages, and therefore I let the node fix itself usingnpm audit fix
. Here is the updated package-lock.json file