Skip to content

Enable pino logger #851

New issue

Have a question about this project? Sign up for a free account to open an issue and contact its maintainers and the community.

By clicking “Sign up for ”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on ? Sign in to your account

Merged
merged 22 commits into from
Aug 9, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
Next Next commit
fix: npm versions
  • Loading branch information
@druiz0992
druiz0992 committedAug 5, 2022
commit 17aa8b4b8b9e1ba9c4f5723f108a679bfc5b47eb
3 changes: 2 additions & 1 deletion package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -79,6 +79,7 @@
"web3": "^1.4.0"
},
"overrides": {
"minimist": "1.2.6"
"minimist": "1.2.6",
"url-parse": "1.5.9"
}
}
2 changes: 1 addition & 1 deletion zokrates-worker/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -43,6 +43,6 @@
"overrides": {
"terser": "5.14.2",
"asyc": "3.2.2",
"url-parse": "1.5.8"
"url-parse": "1.5.9"
}
}