From c2cef8d80cbd5147e3be7760c2ca9df9c315e273 Mon Sep 17 00:00:00 2001 From: Jordi Baylina Date: Mon, 31 Aug 2020 11:28:11 +0200 Subject: [PATCH] deps --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index be16917..0729cc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -203,9 +203,9 @@ "integrity": "sha1-V00xLt2Iu13YkS6Sht1sCu1KrII=" }, "circom_runtime": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/circom_runtime/-/circom_runtime-0.1.4.tgz", - "integrity": "sha512-sQWeEBD3o2jIdrKPf3VDu7DNfP+NfscYO/pxi73FE0qQW8TXTfwno8Grdl++h6OKWbzvWJdG5jQvS+WGKjpMOg==", + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/circom_runtime/-/circom_runtime-0.1.5.tgz", + "integrity": "sha512-BT3d9VCrH/rBRbThDXG731JwezKyskxyE46nACO6Tt/jaorn27LDxFDORdAAjyD0RAoBt+6FpaTp3qlYSx7Pjg==", "requires": { "ffjavascript": "0.2.10", "fnv-plus": "^1.3.1" diff --git a/package.json b/package.json index 57ac312..236bdca 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "chai": "^4.2.0", - "circom_runtime": "0.1.4", + "circom_runtime": "0.1.5", "fastfile": "0.0.12", "ffiasm": "0.1.1", "ffjavascript": "0.2.10",