winstonjs / node-loggly

A client implementation for Loggly in node.js
http://github.com/winstonjs/node-loggly
Other
233 stars 80 forks source link

npm WARN deprecated node-uuid@1.4.7: use uuid module instead #66

Open inadarei opened 7 years ago

inadarei commented 7 years ago

You are using request@2.75.0 that requires deprecated node-uuid@1.4.7. Latest version of request is 2.79 that is properly updated to use "uuid": "^3.0.0"

Please either use request as a semver dependency via "request": "^2.75.0" or hardcode fixed 2.79 version.

Thank you

inadarei commented 7 years ago

Pull request: https://github.com/winstonjs/node-loggly/pull/67