Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
fix: bump noble-ed25519 to an audited version (#245)
Browse files Browse the repository at this point in the history
This makes sure it's always 1.6.0+ and not just 1.4.0 if some dep is also using 1.4.0

https://github.com/paulmillr/noble-ed25519/releases/tag/1.6.0
  • Loading branch information
paulmillr authored Feb 21, 2022
1 parent b0474a9 commit a104a4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@
"build:proto:types": "pbts -o src/keys/keys.d.ts src/keys/keys.js"
},
"dependencies": {
"@noble/ed25519": "^1.3.3",
"@noble/secp256k1": "^1.3.4",
"@noble/ed25519": "^1.6.0",
"@noble/secp256k1": "^1.5.4",
"err-code": "^3.0.1",
"iso-random-stream": "^2.0.0",
"multiformats": "^9.4.5",
Expand Down

0 comments on commit a104a4f

Please sign in to comment.