logtron icon indicating copy to clipboard operation
logtron copied to clipboard

Winston dependency is out of date.

Open lxe opened this issue 11 years ago • 1 comments

We're using winston ~0.7.2, which has an out of date dependency chain. Not much of a big deal, but you get warnings like this one:

npm WARN engine [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"0.10.32","npm":"2.0.0"})
npm WARN engine [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"0.10.32","npm":"2.0.0"})
npm WARN engine [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"0.10.32","npm":"2.0.0"})
npm WARN engine [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"0.10.32","npm":"2.0.0"})

I suggest updating to ^0.8.1 alongside with https://github.com/uber/sentry-logger/issues/1 and https://github.com/uber/kafka-logger/issues/1

lxe avatar Oct 28 '14 22:10 lxe

Not updating winston unless there is a good reason.

Raynos avatar Oct 29 '14 19:10 Raynos