espruino / EspruinoTools

JavaScript library of tools for Espruino - used for the Web IDE, CLI, etc.
Apache License 2.0
150 stars 89 forks source link

Dependency "tar.gz" is deprecated and contains security vulnerabilities #155

Closed slank closed 2 years ago

slank commented 2 years ago

Direct dependency "tar.gz" is deprecated and shouldn't be used any more. As far as I can tell it's not directly used within the project, plus there is an independent tar/gz implementation in lib/targz.js. Removing this dependency will satisfy npm's audit warnings about critical bugs in the package.

gfwilliams commented 2 years ago

Thanks!