I am using version 6.3 on a RHEL8. It seems that in this version node.js is used in a version with security vulnerabilities.
How do I find out which versions of node.js are installed? (I used the package installation.) How do I update the version without getting problems with my zammad installation?
The following is technically possible but not update safe nor recommended. Any issue occurring to this action is solely your issue.
Dangerzone
The bundled node binary is only required in case you have to run a rake asset:precompile. This usually only applies to those that change Zammads CSS for example.
So technically you can remove it. In my test installing a nodejs package from repository would still make the precompile work (without it won’t).
As mentioned above, proceed with care.
Our packager currently is not planning to adjust the version, so.