JustinTulloss / zeromq.node

Node.js bindings to the zeromq library
MIT License
1.65k stars 286 forks source link

Bump dependencies to fix deprecation warning #563

Closed lgeiger closed 7 years ago

lgeiger commented 7 years ago

This removes the deprecation warning: child_process: customFds option is deprecated, use stdio instead.

ronkorving commented 7 years ago

Thanks :)