RanvierMUD / ranviermud

A node.js based MUD game engine
https://ranviermud.com
MIT License
798 stars 247 forks source link

Update all packages for security issues #359

Closed krepflap closed 6 years ago

krepflap commented 6 years ago

I updated all the packages with npm audit fix to fix the security issues in dependent package versions. Things seem not to break.

Is this useful ? I have some spare time to work on other things too if there is interest.

shawncplus commented 6 years ago

Closing this only because I'm removing gulp/mocha/sinon/chai from the project since they're unushed. Gulp is only being used to call eslint which is easy enough to call on its own and there are currently no tests. I'll re-add them when we actually have tests.