Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade buffer dependency to 6.0.3 #4364

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 9, 2023

  1. Upgrade buffer dependency to 6.0.3

    Using 4.9.2 version of the buffer package package causes an error on Lambda
    
    Since it's a console.error, this logs to AWS CloudWatch every time a request is made.  This problem exists only on Lambda, on local, it doesn't show any such errors.
    
    ERROR    (node:8) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
    solancer committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    89011cf View commit details
    Browse the repository at this point in the history