We had an email complaining that ugily was being fixed at an old an insecure version. I fixed this by deleting package-lock.json and recreating it with a npm install.
This security issue was addressed with previous updates. However, it's not a bad idea to upgrade these dependencies anyways. I've also pushed a commit to this PR with an npm upgrade.
We had an email complaining that ugily was being fixed at an old an insecure version. I fixed this by deleting package-lock.json and recreating it with a
npm install
.