Update package.json

This commit is contained in:
Paul Miller 2020-12-05 11:13:40 +04:00 committed by GitHub
parent 94d8fce815
commit a303f77120
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@
"benchmark:all": "ts-node index && ts-node noble"
},
"dependencies": {
"noble-bls12-381": "^0.7.1"
"noble-bls12-381": "^0.7.2"
}
}