scoreboard icon indicating copy to clipboard operation
scoreboard copied to clipboard

Node deprecation warning in `yarn seed`: Buffer() is deprecated due to security and usability issues.

Open guidorice opened this issue 5 years ago • 0 comments

This may be coming from lib/vendor/pdfkit.js but I am not sure

> yarn seed
yarn run v1.21.1
$ knex seed:run --cwd api/src/db
Working directory changed to ~/repos/scoreboard/api/src/db
Using environment: development
(node:10453) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

guidorice avatar Jan 18 '20 19:01 guidorice