speckleworks / SpeckleServer

Check a brand new Speckle at: https://github.com/specklesystems
http://speckle.systems
MIT License
110 stars 29 forks source link

update yaml-js dev dependency to make npm audit happy #128

Closed mswaidan closed 5 years ago

mswaidan commented 5 years ago

no 🚨 🚨 🚨 on npm install plz: https://www.npmjs.com/advisories/788

didimitrie commented 5 years ago

heya @mswaidan!!! would merge this, but there's this little nagging question: afaik, package-lock.json gets rewritten on every npm install. see this.

Subsequently, which top level dependency requires js-yaml, and if there's a new version that updates its requirements, we'll need to update that one to solve the ☣️🚨☣️🚨on install.

Welcome to npm hell. I might be wrong re the behaviour of package-lock.json - so can stand corrected!

mswaidan commented 5 years ago

Hey @didimitrie - long time, no speckle!

I just ran npm audit fix to make this change, but looking into it further:

After looking into it, I think this should be okay to merge. But I could be wrong!

didimitrie commented 5 years ago

thanks matt! merged it - and learned some new things to, which is the best 😎