When deploying. There are complains about vulnerabilies and a suggested solution but when I fix them, the next application does exactly the same. Here is the message I get below
-----> Building dependencies
Installing node modules (package.json + package-lock.json)
added 143 packages from 167 contributors and audited 396 packages in 8.755s
found 4 vulnerabilities (1 moderate, 3 high)
run npm audit fix to fix them, or npm audit for details
WARNING Unmet dependencies don't fail npm install but may cause runtime issues
See: https://github.com/npm/npm/issues/7494
Contrast Security no credentials found. Will not write environment files.
When deploying. There are complains about vulnerabilies and a suggested solution but when I fix them, the next application does exactly the same. Here is the message I get below
-----> Building dependencies Installing node modules (package.json + package-lock.json) added 143 packages from 167 contributors and audited 396 packages in 8.755s found 4 vulnerabilities (1 moderate, 3 high) run
npm audit fix
to fix them, ornpm audit
for details WARNING Unmet dependencies don't fail npm install but may cause runtime issues See: https://github.com/npm/npm/issues/7494 Contrast Security no credentials found. Will not write environment files.