update websnark

This commit is contained in:
Alexey 2019-08-01 12:35:44 +03:00
parent 8d50fe1992
commit 4234e56904
2 changed files with 3 additions and 4 deletions

4
package-lock.json generated
View File

@ -10812,8 +10812,8 @@
} }
}, },
"websnark": { "websnark": {
"version": "git+https://github.com/poma/websnark.git#271c74a76f4d9277c049283c45929fb3a5bb46fc", "version": "git+https://github.com/peppersec/websnark.git#ed6a4d8a6fb081a62af26820980046bbb602d559",
"from": "git+https://github.com/poma/websnark.git#271c74a76f4d9277c049283c45929fb3a5bb46fc", "from": "git+https://github.com/peppersec/websnark.git#ed6a4d8a6fb081a62af26820980046bbb602d559",
"requires": { "requires": {
"big-integer": "^1.6.42" "big-integer": "^1.6.42"
} }

View File

@ -29,7 +29,6 @@
"circomlib": "^0.0.10", "circomlib": "^0.0.10",
"dotenv": "^8.0.0", "dotenv": "^8.0.0",
"eslint": "^6.0.1", "eslint": "^6.0.1",
"express": "^4.17.1",
"ganache-cli": "^6.4.5", "ganache-cli": "^6.4.5",
"snarkjs": "git+https://github.com/iden3/snarkjs.git#c428706ef69930e378c31199ff8d66ee13fada85", "snarkjs": "git+https://github.com/iden3/snarkjs.git#c428706ef69930e378c31199ff8d66ee13fada85",
"truffle": "^5.0.27", "truffle": "^5.0.27",
@ -38,7 +37,7 @@
"truffle-hdwallet-provider": "^1.0.14", "truffle-hdwallet-provider": "^1.0.14",
"web3": "^1.0.0-beta.55", "web3": "^1.0.0-beta.55",
"web3-utils": "^1.0.0-beta.55", "web3-utils": "^1.0.0-beta.55",
"websnark": "git+https://github.com/poma/websnark.git#271c74a76f4d9277c049283c45929fb3a5bb46fc" "websnark": "git+https://github.com/peppersec/websnark.git#ed6a4d8a6fb081a62af26820980046bbb602d559"
}, },
"devDependencies": { "devDependencies": {
"truffle-flattener": "^1.4.0" "truffle-flattener": "^1.4.0"