deprecated version of lodash
Hello, this is the warning that shows up when I install my node app that is based on your module:
npm WARN deprecated [email protected]: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^3.0.0.
Thanks, I'll update the dependency later today, should be painless 😀
— robert
On 01 Dec 2015, at 11:13, Giacomo Cerquone [email protected] wrote:
Hello, this is the warning that shows up when I install my node app that is based on your module:
npm WARN deprecated [email protected]: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^3.0.0.
— Reply to this email directly or view it on GitHub.
"lodash": "^3.7.0"
https://github.com/robertklep/node-trakt-api/blob/master/package.json#L11 ?
Ah, it's a dependency of a dependency:
├─┬ [email protected]
│ ├── [email protected]
│ └── [email protected]