watson-developer-cloud / node-red-node-watson

A collection of nodes for the IBM Watson services
Apache License 2.0
82 stars 86 forks source link

Update cfenv version #459

Open kenime opened 4 years ago

kenime commented 4 years ago

Update cfenv version to fix npm audit report

chughts commented 4 years ago

Have you run any regression tests to verify the code continues to work with the update in the dependancy?

kenime commented 4 years ago

I have performed regression on my current project (which only uses assistant). From cfenv's change log there is no breaking change, so I assumed it will work fine for other nodes as well.

Any standard way to perform regression test? I can execute it after project hours...

chughts commented 4 years ago

Nothing automated. Just a couple of Node-RED instances with test flows, one with connected services, and one without.