-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade dependencies #180
base: master
Are you sure you want to change the base?
Upgrade dependencies #180
Conversation
Tests pass: $ npm test
(node:79442) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. FiveBeansRunner FiveBeansWorker 54 passing (15s) |
The current travis-ci build is failing to start `beanstalkd`. This is because the argument `-d` is not recognized by the `beanstalkd` application (perhaps it was in a previous version of beanstalk?). I switched to start `beanstalkd` in the background using `&` which likely achieve the same intent
This set of updates will upgrade the fivebeans dependencies (which will get rid of all but one security finding).