jexp / neo4j-graphviz

minimal javascript library/tool to generate graphviz visualization from a neo4j cypher query
MIT License
36 stars 4 forks source link

Buffer() is deprecated #6

Open ooker777 opened 2 years ago

ooker777 commented 2 years ago

When running express-test.js I get this error:

(node:23872) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `Code --trace-deprecation ...` to show where the warning was created)

Searching everywhere in the directory there is no buffer() at all, except in package-lock.json. The dependencies are safe-buffer and safer-buffer. Do you have any idea? This Stack Overflow question about the error doesn't seem to provide any solution.