node.bcrypt.js icon indicating copy to clipboard operation
node.bcrypt.js copied to clipboard

Dependencie Problem after bcrypt install.

Open FoobarIT opened this issue 3 years ago • 3 comments

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

FoobarIT avatar Nov 02 '21 15:11 FoobarIT

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

jankapunkt avatar Nov 03 '21 13:11 jankapunkt

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.

FoobarIT avatar Nov 05 '21 06:11 FoobarIT

When using 5.0.0 everything builds fine by the way

jankapunkt avatar Nov 05 '21 07:11 jankapunkt