This PR removes all vulnerabilities from the dependency tree.
tap was the primary offender of non-fixable vulnerabilities without breaking changes. I updated tap to the latest version in order to remove those vulnerabilities.
The rest of the vulnerabilities were able to be fixed with npm audit fix.
This PR removes all vulnerabilities from the dependency tree.
tap
was the primary offender of non-fixable vulnerabilities without breaking changes. I updatedtap
to the latest version in order to remove those vulnerabilities.The rest of the vulnerabilities were able to be fixed with
npm audit fix
.Closes #85