I am trying to install the dashboard module in the Starter node-red app on IBM cloud. I can get the starter app deployed OK but when I use the Palette Manager to try and add the dashboard module the install fails with.
debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (ReDos Vulnerability Regression Visibility Notice · Issue #797 · visionmedia/debug · GitHub)
I tried putting "debug": ">=4.3.1" in the package.json but that had no effect.
Has anyone got any ideas on how to fix this?