We're stuck into depending on an old version on strip-ansi, just because npm sucks (more info here: ca64fcd ).
The alternative to this - at least the one I can think of - is to bump up the node engine we depend on to >= 12, but I wasn't at all ready to do that (and drop support to those still not using such a recent version).
However, eventually, with that or another approach, this situation must be resolved.
We're stuck into depending on an old version on
strip-ansi, just becausenpmsucks (more info here: ca64fcd ).The alternative to this - at least the one I can think of - is to bump up the node engine we depend on to >= 12, but I wasn't at all ready to do that (and drop support to those still not using such a recent version).
However, eventually, with that or another approach, this situation must be resolved.