From 7332dbf7b8fbe87ed8ae7d1e98ec4b4fde140237 Mon Sep 17 00:00:00 2001 From: poma Date: Wed, 16 Dec 2020 00:18:57 +0300 Subject: [PATCH] update deps --- package.json | 2 +- yarn.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index e03c7af..1fbab85 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "ajv": "^6.12.5", "async-mutex": "^0.2.4", "bull": "^3.12.1", - "circomlib": "git+ssh://git@github.com/tornadocash/circomlib.git#3b492f9801573eebcfe1b6c584afe8a3beecf2b4", + "circomlib": "git+https://git@github.com/tornadocash/circomlib.git#3b492f9801573eebcfe1b6c584afe8a3beecf2b4", "dotenv": "^8.2.0", "eth-ens-namehash": "^2.0.8", "express": "^4.17.1", diff --git a/yarn.lock b/yarn.lock index aab356c..d200846 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1084,6 +1084,16 @@ cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3: inherits "^2.0.1" safe-buffer "^5.0.1" +"circomlib@git+https://git@github.com/tornadocash/circomlib.git#3b492f9801573eebcfe1b6c584afe8a3beecf2b4": + version "0.0.20" + resolved "git+https://git@github.com/tornadocash/circomlib.git#3b492f9801573eebcfe1b6c584afe8a3beecf2b4" + dependencies: + blake-hash "^1.1.0" + blake2b "^2.1.3" + snarkjs "git+https://github.com/tornadocash/snarkjs.git#869181cfaf7526fe8972073d31655493a04326d5" + typedarray-to-buffer "^3.1.5" + web3 "^1.2.11" + "circomlib@git+https://github.com/tornadocash/circomlib.git#3b492f9801573eebcfe1b6c584afe8a3beecf2b4": version "0.0.20" uid "3b492f9801573eebcfe1b6c584afe8a3beecf2b4" @@ -1105,16 +1115,6 @@ cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3: typedarray-to-buffer "^3.1.5" web3 "^1.2.11" -"circomlib@git+ssh://git@github.com/tornadocash/circomlib.git#3b492f9801573eebcfe1b6c584afe8a3beecf2b4": - version "0.0.20" - resolved "git+ssh://git@github.com/tornadocash/circomlib.git#3b492f9801573eebcfe1b6c584afe8a3beecf2b4" - dependencies: - blake-hash "^1.1.0" - blake2b "^2.1.3" - snarkjs "git+https://github.com/tornadocash/snarkjs.git#869181cfaf7526fe8972073d31655493a04326d5" - typedarray-to-buffer "^3.1.5" - web3 "^1.2.11" - class-is@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/class-is/-/class-is-1.1.0.tgz#9d3c0fba0440d211d843cec3dedfa48055005825"