-
Notifications
You must be signed in to change notification settings - Fork 12
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
[DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. #22
Comments
Can you retry with the latest version? |
I must change 1.4 to 1.7? |
Yeah |
After change version 1.4 to1 .7:
|
I deleted
Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. |
Related to: #4 and simonh1000/ftp-deploy#116 |
I'll try to look into this and see what I can do. |
The problem lies within the dependency chain: The package There is a newer version, Therefore, there are two possible ways to resolve this issue:
|
This one? https://github.com/marketplace/actions/ftp-deploy |
@BaseMax This one - https://github.com/simonh1000/ftp-deploy - as this is dependency package for ftp-deployer. |
Config code:
Error:
The text was updated successfully, but these errors were encountered: