HashLips / hashlips_art_engine

HashLips Art Engine is a tool used to create multiple different instances of artworks based on provided layers.
MIT License
7.18k stars 4.3k forks source link

3 Moderate Severity Errors - Code Below - anything I can do? #669

Open Bosarris opened 2 years ago

Bosarris commented 2 years ago

npm audit report

ansi-regex >2.1.1 <5.0.1 Severity: moderate Inefficient Regular Expression Complexity in chalk/ansi-regex - https://github.com/advisories/GHSA-93q8-gq69-wqmw fix available via npm audit fix node_modules/ansi-regex strip-ansi 4.0.0 - 5.2.0 Depends on vulnerable versions of ansi-regex node_modules/strip-ansi string-width 2.1.0 - 4.1.0 Depends on vulnerable versions of strip-ansi node_modules/string-width

3 moderate severity vulnerabilities

Bosarris commented 2 years ago

Will add - everything works fine i managed to generate images and json update everything too - just want to know if this is anything i need to be concerned about security wise ?

Bosarris commented 2 years ago

i've also run the npm audit fix but just brings up same stuff

bolshoytoster commented 2 years ago

@Bosarris You can safely ignore this, I've gotten rid of the warning on my fork.

Bosarris commented 2 years ago

I did update and now they're all gone :) thanks Bolshoy