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 7 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

└─┬ [email protected]
  ├── [email protected] <<<
  └─┬ [email protected]
    ├── [email protected] <<<
    └─┬ [email protected]
      └── [email protected] <<<

└─┬ [email protected]
  ├── [email protected] <<<
  └─┬ [email protected] <<<
    ├── [email protected] <<<
    └─┬ [email protected]
      ├─┬ [email protected] <<<
      │ └── [email protected] <<<
      └── [email protected] <<<

└─┬ [email protected]
  ├── [email protected] <<<
  ├─┬ [email protected]
  │ └── [email protected] <<<
  ├─┬ [email protected]
  │ ├── [email protected] <<<
  │ └── [email protected] <<<
  └─┬ [email protected] <<<
    ├─┬ [email protected]
    │ └── [email protected] <<<
    └── [email protected] <<<

└─┬ [email protected]
  └─┬ [email protected]
    └─┬ [email protected]
      └─┬ [email protected]
        ├─┬ [email protected]
        │ └── [email protected] <<<
        ├─┬ [email protected]
        │ ├── [email protected] <<<
        │ └─┬ [email protected]
        │   ├── [email protected] <<<
        │   └── [email protected] <<<
        ├── [email protected] <<<
        └─┬ [email protected]
          └── [email protected] <<<

gabmontes avatar May 04 '18 19:05 gabmontes

@gabmontes browserify-aes was updated. The others are deps of deps, so we don't have control to update that. I can try making some PR's to original repos

ianaya89 avatar May 15 '18 18:05 ianaya89