web-ext icon indicating copy to clipboard operation
web-ext copied to clipboard

Remove `bunyan`

Open avi12 opened this issue 3 years ago • 1 comments

Is this a feature request or a bug?

In-between

What is the current behavior?

web-ext depends on https://github.com/mozilla/web-ext/blob/0d9f5e1835100e9365bcfe2148abe679aae831ef/package.json#L61 which depends on [email protected], that has a security vulnerability that affects my Chrome extensions

What is the expected or desired behavior?

Please switch to a different package other than bunyan, as it seems to no longer be maintained (the last update was 2 years ago)

avi12 avatar Jul 12 '22 07:07 avi12

That makes sense. I think we adopted Pino in our other projects. Pino used to be a drop-in replacement for bunyan a long time ago but it has evolved a lot since then. That might still be a straightforward replacement, though.

willdurand avatar Jul 12 '22 07:07 willdurand