http-client
http-client copied to clipboard
Deprecation Warning DEP0005 when using Buffer
The tunnel
dependency used by http-client
is calling new Buffer()
which is deprecated:
The Buffer() function and new Buffer() constructor are deprecated due to API usability issues that can lead to accidental security issues.
Originally filed by @malkam03 at https://github.com/actions/cache/issues/461.
@konradpabjan, @pravipati can you please look into this?