Skip to content

Commit

Permalink
Merge pull request #40 from libotony/dev
Browse files Browse the repository at this point in the history
update elliptic to 6.5.4
  • Loading branch information
qianbin authored Nov 26, 2021
2 parents 65064b3 + a2bdd35 commit c0da887
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 16 deletions.
33 changes: 20 additions & 13 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thor-devkit",
"version": "2.0.1",
"version": "2.0.2",
"description": "Typescript library to aid DApp development on VeChain Thor",
"main": "dist/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -72,10 +72,10 @@
"typescript": "^3.9.7"
},
"dependencies": {
"@vechain/ethers": "^4.0.27-3",
"@vechain/ethers": "^4.0.27-5",
"bignumber.js": "^7.2.1",
"blakejs": "^1.1.0",
"elliptic": "6.5.3",
"elliptic": "6.5.4",
"fast-json-stable-stringify": "^2.0.0",
"js-sha3": "0.5.7",
"rlp": "^2.0.0"
Expand Down

0 comments on commit c0da887

Please sign in to comment.