metronome-wallet-desktop icon indicating copy to clipboard operation
metronome-wallet-desktop copied to clipboard

Outdated dependencies should be updated

Open gabmontes opened this issue 6 years ago • 2 comments

  • secp256k1 is configured to 3.5.0 which is the latest version. However the underlying libsecp256k1 is commit 84973d3 after which there are 64 commits.
  • browserify-aes is configured to 1.1.1. There is a security fix in 1.2.0.
  • createHash is version 1.1.3, there are some fixes in master.
  • hdkey is configured to version 0.7.1. 0.8 was recently published.
  • aes-js is configured to version 0.2.4. There are a few versions released after this one.

gabmontes avatar May 04 '18 18:05 gabmontes