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
Can be fixed by changing package.json to use latest versions of node-sass and react-scripts (though unsure if that breaks anything as latest is a breaking change relative to currently listed versions--testing required!)
"node-sass": "latest",
"react-scripts": "latest",
plus adding the following at the end for the nested dependencies of glob-parent and nth-check. Same caveat re: breaking potential:
Version
Latest
Reproduction link
https://github.com/creativetimofficial/argon-design-system-react
Operating System
All
Device
All
Browser & Version
All
Steps to reproduce
Run npm audit against latest branch.
What is expected?
No vulnerabilities in dependencies
What is actually happening?
38 vulnerabilities (20 moderate, 18 high) in dependencies.
npm audit fix advises that upgrades required to address vulnerabilities are breaking.
Solution
Dependencies and any resulting breaking feature changes should be resolved
react-scripts to version 5.0.0+
node-sass to version 7.0.1+
Additional comments
npm audit log: https://pastes.io/tr6m6umkip
The text was updated successfully, but these errors were encountered: