This reduces the number of vulnerabilities reported by npm audit from 114 vulnerabilities (49 low, 2 moderate, 63 high) to zero, as of now.
It also updates tap from 14.x to 15.x. tap 15 drops support for Node < 10, but lru-cache's package.json says it expects node>=10 anyway, so this is no problem.
This reduces the number of vulnerabilities reported by
npm audit
from 114 vulnerabilities (49 low, 2 moderate, 63 high) to zero, as of now.It also updates tap from 14.x to 15.x. tap 15 drops support for Node < 10, but lru-cache's package.json says it expects node>=10 anyway, so this is no problem.