update snarkjs version

This commit is contained in:
poma 2019-08-02 12:23:39 +03:00
parent 5634c0cfb4
commit 67ebbfbcb4
No known key found for this signature in database
GPG Key ID: 530BBEE4AE8C3604
2 changed files with 4 additions and 3 deletions

5
package-lock.json generated
View File

@ -7719,8 +7719,9 @@
} }
}, },
"snarkjs": { "snarkjs": {
"version": "git+https://github.com/iden3/snarkjs.git#c428706ef69930e378c31199ff8d66ee13fada85", "version": "0.1.16",
"from": "git+https://github.com/iden3/snarkjs.git#c428706ef69930e378c31199ff8d66ee13fada85", "resolved": "https://registry.npmjs.org/snarkjs/-/snarkjs-0.1.16.tgz",
"integrity": "sha512-BMWWNlPe5YtDHVjR3Yl7YuEQ44BtkuPUNtoCJaSQFKaoXOubhwVWGTYpdA2eQUaHg7eFivCSnEj2NI4u5C68ug==",
"requires": { "requires": {
"big-integer": "^1.6.43", "big-integer": "^1.6.43",
"chai": "^4.2.0", "chai": "^4.2.0",

View File

@ -31,7 +31,7 @@
"dotenv": "^8.0.0", "dotenv": "^8.0.0",
"eslint": "^6.0.1", "eslint": "^6.0.1",
"ganache-cli": "^6.4.5", "ganache-cli": "^6.4.5",
"snarkjs": "git+https://github.com/iden3/snarkjs.git#c428706ef69930e378c31199ff8d66ee13fada85", "snarkjs": "^0.1.16",
"truffle": "^5.0.27", "truffle": "^5.0.27",
"truffle-artifactor": "^4.0.23", "truffle-artifactor": "^4.0.23",
"truffle-contract": "^4.0.24", "truffle-contract": "^4.0.24",