You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dependency bn.js is currently on version 5.1.1 and asn1.js requires ^4.0.0.
This will likely solve a deprecation warning on the Buffer() usage.
(node:21760) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
The text was updated successfully, but these errors were encountered:
The dependency bn.js is currently on version
5.1.1
and asn1.js requires^4.0.0
.This will likely solve a deprecation warning on the
Buffer()
usage.The text was updated successfully, but these errors were encountered: