This update for nodejs4 fixes the following issues:
Security issues fixed:
CVE-2018-12115: Fixed an out-of-bounds memory write in Buffer that could be
used to write to memory outside of a Buffer's memory space buffer (bsc#1105019)
Upgrade to OpenSSL 1.0.2p, which fixed:
CVE-2018-0732: Client denial-of-service due to large DH parameter (bsc#1097158)
ECDSA key extraction via local side-channel
Other changes made:
Recommend same major version npm package (bsc#1097748)
Use absolute paths in executable shebang lines
Fix building with ICU61.1 (bsc#1091764)
Install license with %license, not %doc (bsc#1082318)