kelektiv / node.bcrypt.js

bcrypt for NodeJs
MIT License
7.43k stars 510 forks source link

Dependencie Problem after bcrypt install. #896

Closed FoobarIT closed 1 year ago

FoobarIT commented 2 years ago
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/gauge/node_modules/ansi-regex
  strip-ansi  4.0.0 - 5.2.0
  Depends on vulnerable versions of ansi-regex
  node_modules/gauge/node_modules/strip-ansi
    string-width  2.1.0 - 4.1.0
    Depends on vulnerable versions of strip-ansi
    node_modules/gauge/node_modules/string-width

3 moderate severity vulnerabilities
jankapunkt commented 2 years ago

This also prevents me from building for production, because of this error

FoobarIT commented 2 years ago

This also prevents me from building for production, because of this error

I just wanted to warn that this can be frustrating for some people.

jankapunkt commented 2 years ago

When using 5.0.0 everything builds fine by the way