scottcorgan / tap-out

A different tap parser
MIT License
23 stars 28 forks source link

Update trim dependency to fix security issues #48

Closed alandelaney closed 3 years ago

alandelaney commented 3 years ago

This PR aims to fix #47 by bumping the trim dependency to the latest version 1.0.1. It also removes the dependency on a globally-installed tape library by using the version installed in /node_modules.

Unit tests are still passing with this change.

alandelaney commented 3 years ago

Duplicate of #46