BitGo / key-recovery-service-v2

Key Recovery Service server for all v2 coins and ERC20 tokens
Apache License 2.0
8 stars 21 forks source link

fix(package.json): update packages importing elliptic to bump elliptic #87

Closed aaldemir closed 3 years ago

aaldemir commented 3 years ago

Motivation

updated elliptic npm package to latest version due to risk of signature malleability

Overview Of Changes

dependency changes in addition to one line in krs.js to include a useFindAndModify parameter file because of a deprecation warning for using findOneAndUpdate (more detail here)

Ticket: BG-23533