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
One of the dependencies here is has-ansi: ^4.0.1. This in turn depends on ansi-regex: ^4.1.0 which recently got a security vulnerability: GHSA-93q8-gq69-wqmw
Could you please upgrade has-ansi to 5.0.1 which resolves it?
The text was updated successfully, but these errors were encountered:
The problem with has-ansi@5 is that it drops support for Node.js v10 (and log-node at v8 is still obliged to support it), and more importantly, it's just an ESM module, which from the CJS context can be retrieved only asynchronously.
Nonetheless we probably copy has-ansi logic so it's inline to mitigate that issue
One of the dependencies here is
has-ansi: ^4.0.1
. This in turn depends onansi-regex: ^4.1.0
which recently got a security vulnerability: GHSA-93q8-gq69-wqmwCould you please upgrade
has-ansi
to5.0.1
which resolves it?The text was updated successfully, but these errors were encountered: