update packages

This commit is contained in:
Jordi Baylina 2019-04-12 05:15:06 -07:00
parent 55d06a9bef
commit e1875cddc0
No known key found for this signature in database
GPG Key ID: 7480C80C1BE43112
2 changed files with 378 additions and 530 deletions

898
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -28,14 +28,14 @@
"url": "https://github.com/iden3/snarkjs.git"
},
"dependencies": {
"big-integer": "^1.6.35",
"chai": "^4.1.2",
"big-integer": "^1.6.43",
"chai": "^4.2.0",
"escape-string-regexp": "^1.0.5",
"eslint": "^5.3.0",
"yargs": "^12.0.2"
"eslint": "^5.16.0",
"yargs": "^12.0.5"
},
"devDependencies": {
"eslint-plugin-mocha": "^5.1.0",
"eslint-plugin-mocha": "^5.3.0",
"mocha": "^5.2.0"
}
}