deps circom_runtime

This commit is contained in:
Jordi Baylina 2020-04-18 20:48:34 +02:00
parent ee92ef894c
commit 6d2b4e9c05
No known key found for this signature in database
GPG Key ID: 7480C80C1BE43112
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -232,9 +232,9 @@
}
},
"circom_runtime": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/circom_runtime/-/circom_runtime-0.0.4.tgz",
"integrity": "sha512-9QdHo44g6tn3BF11RnlGzgYPByJOBKwmL9iBGHk/OsussOEoli214ooLYNKivn0i2j39bqkwahlU1FpMESQ7lw==",
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/circom_runtime/-/circom_runtime-0.0.5.tgz",
"integrity": "sha512-WEZHnRO1AJIDI2w1yX6rq4G1/MMKnExT3qirjBQR7x43i9Ww3E/wusBHTbXWLb8aYyxsBU07LGy0YXPywPGYvA==",
"requires": {
"ffjavascript": "0.1.0",
"fnv-plus": "^1.3.1"

View File

@ -29,7 +29,7 @@
},
"dependencies": {
"chai": "^4.2.0",
"circom_runtime": "0.0.4",
"circom_runtime": "0.0.5",
"escape-string-regexp": "^1.0.5",
"ffjavascript": "0.1.0",
"keccak": "^3.0.0",