Browse Source

deps

master
Jordi Baylina 3 years ago
parent
commit
c2cef8d80c
No known key found for this signature in database GPG Key ID: 7480C80C1BE43112
2 changed files with 4 additions and 4 deletions
  1. +3
    -3
      package-lock.json
  2. +1
    -1
      package.json

+ 3
- 3
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"

+ 1
- 1
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",

Loading…
Cancel
Save