ibm-watson-data-lab / shopping-list-model-js

JavaScript domain model implementation for the shopping list series of Offline First demo apps.
Apache License 2.0
4 stars 3 forks source link

fix security warning by deleting and recreating package-lock.json #19

Closed glynnbird closed 6 years ago

glynnbird commented 6 years ago

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.

bradley-holt commented 6 years ago

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.