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 Jul 1, 2023
1 parent 273c837 commit 9899454
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 93 deletions.
166 changes: 76 additions & 90 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 @@ -20,7 +20,7 @@
"bs58": "^4.0.1",
"create-hash": "^1.2.0",
"randombytes": "^2.1.0",
"tiny-secp256k1": "^1.1.6",
"tiny-secp256k1": "^2.2.3",
"wif": "^2.0.6"
},
"peerDependencies": {
Expand All @@ -31,7 +31,7 @@
"@types/bs58": "4.0.1",
"@types/create-hash": "1.2.2",
"@types/randombytes": "2.0.0",
"@types/tiny-secp256k1": "1.0.0",
"@types/tiny-secp256k1": "2.0.0",
"@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 9899454

Please sign in to comment.