From 4234e56904f976a07588f0454d78b67a33b2d61f Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 1 Aug 2019 12:35:44 +0300 Subject: [PATCH] update websnark --- package-lock.json | 4 ++-- package.json | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9ad756d..7b12eac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10812,8 +10812,8 @@ } }, "websnark": { - "version": "git+https://github.com/poma/websnark.git#271c74a76f4d9277c049283c45929fb3a5bb46fc", - "from": "git+https://github.com/poma/websnark.git#271c74a76f4d9277c049283c45929fb3a5bb46fc", + "version": "git+https://github.com/peppersec/websnark.git#ed6a4d8a6fb081a62af26820980046bbb602d559", + "from": "git+https://github.com/peppersec/websnark.git#ed6a4d8a6fb081a62af26820980046bbb602d559", "requires": { "big-integer": "^1.6.42" } diff --git a/package.json b/package.json index 2d07994..fe1c328 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,6 @@ "circomlib": "^0.0.10", "dotenv": "^8.0.0", "eslint": "^6.0.1", - "express": "^4.17.1", "ganache-cli": "^6.4.5", "snarkjs": "git+https://github.com/iden3/snarkjs.git#c428706ef69930e378c31199ff8d66ee13fada85", "truffle": "^5.0.27", @@ -38,7 +37,7 @@ "truffle-hdwallet-provider": "^1.0.14", "web3": "^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": { "truffle-flattener": "^1.4.0"