Skip to content

Commit

Permalink
3.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krystianity committed Oct 13, 2020
1 parent 0cd6f42 commit 7f1a304
Show file tree
Hide file tree
Showing 2 changed files with 372 additions and 412 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "log4bro",
"version": "3.17.1",
"version": "3.18.0",
"description": "easy ELK logger with compliant output format, based on bunyan.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -32,19 +32,19 @@
},
"homepage": "https://github.com/micro-tools/log4bro",
"dependencies": {
"bunyan": "~1.8.12",
"chalk": "~4.0.0",
"bunyan": "~1.8.14",
"chalk": "~4.1.0",
"graceful-fs": "~4.2.4",
"morgan": "~1.10.0",
"uuid": "~8.1.0"
"uuid": "~8.3.1"
},
"devDependencies": {
"@types/bunyan": "^1.8.6",
"@types/express": "^4.17.6",
"@types/express": "^4.17.8",
"express": "^4.17.1",
"intercept-stdout": "~0.1.2",
"istanbul": "~0.4.5",
"mocha": "~7.2.0",
"mocha": "~8.1.3",
"request": "^2.88.2"
},
"optionalDependencies": {
Expand Down
Loading

0 comments on commit 7f1a304

Please sign in to comment.