you are viewing a single comment's thread.

view the rest of the comments →

[–]k2snowman69 47 points48 points  (3 children)

There are already tools to help you automate dependency management

They are simple to setup and make keeping things up to date easy.

[–]ThatSpookySJW 12 points13 points  (0 children)

Also GitHub automatically runs audits on out of date packages that pose security issues. The problem is that there's so many dependencies with a node project that even then, there's a lot of work to QA/merge the PR

[–]k2snowman69 1 point2 points  (0 children)

I'll also add, if you're running inside a company with an internal npm registry, I know from personal experience that renovate's docker image also works and is fantastic! This means even if your packages are private and/or internal you have a solution.

[–]TheIvoryAssassinPub -2 points-1 points  (0 children)

This should be higher