Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: bypass audit failures until v4 release (#848)
Relates to #846 and #847 twilio-node v3 supports Node v6/8/10 which are not supported by jsonwebtoken v9. But, after reviewing the vulnerabilities in jsonwebtoken v8, our helper lib is not affected (we don’t verify signatures, only do the signing, and we use default algorithms). This change is to bypass audit failures for v3. Note that v4 does not bypass the audit and uses jsonwebtoken v9.
- Loading branch information