Skip to content

Commit

Permalink
bump(deps): update dependency tiny-secp256k1 to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 20, 2024
1 parent 767aa71 commit 33b42d8
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 87 deletions.
161 changes: 77 additions & 84 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/jellyfish-crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"create-hash": "^1.2.0",
"randombytes": "^2.1.0",
"keccak": "^3.0.3",
"tiny-secp256k1": "^1.1.6",
"tiny-secp256k1": "^2.2.3",
"wif": "^2.0.6"
},
"peerDependencies": {
Expand All @@ -33,7 +33,7 @@
"@types/create-hash": "1.2.2",
"@types/keccak": "^3.0.1",
"@types/randombytes": "2.0.0",
"@types/tiny-secp256k1": "1.0.0",
"@types/tiny-secp256k1": "2.0.1",
"@types/wif": "2.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/jellyfish-transaction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"devDependencies": {
"bitcoinjs-lib": "6.1.0",
"ecpair": "2.0.1",
"tiny-secp256k1": "1.1.6"
"tiny-secp256k1": "2.2.3"
}
}

0 comments on commit 33b42d8

Please sign in to comment.