You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SourceClear scanning for vulnerability issues reports issue with transitive dependency library chownr that is dependency of npm that is defined in package.json under "engines" node.
@ivijan we changed npm as an engine versus a direct dependency to the project as suggested in #478. We also thought it will help resolve #591, but it didn't help much.
Do you have a suggestion on how we can address all these three issues? (#478, #591 and #648)
Hello @saadmhybris,
It is great that the topic of npm vulnerabilities is already known and processed.
I will also investigate the topic on the side, and if I find something, I will come back to you.
Detailed description
https://sap.sourceclear.io/
Additional information
"engines": { "npm": ">=9.5.0 <10.0.0" }
The text was updated successfully, but these errors were encountered: