The following warning is emitted by Node.js: > DeprecationWarning: Using Buffer without `new` will soon stop working. Use `new > Buffer()`, or preferably `Buffer.from()`, `Buffer.allocUnsafe()` or > `Buffer.alloc()` instead. This patch removes this warning.