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).