NodeRed is not getting updates when its installed with openhabian.
This is how you update NodeRed for openhabian.
Go to NodeRed installation folder.
cd /usr/lib/node_modules
Stop NodeRed, update Nodered and start NodeRed
node-red-stop
sudo npm update
node-red-start