Skip to content

Commit

Permalink
update log-http and log-structured packages
Browse files Browse the repository at this point in the history
  • Loading branch information
allanchau committed Dec 5, 2022
1 parent cda9275 commit d327fd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions packages/log-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@
"dependencies": {
"@idearium/log": "2.0.1",
"escape-html": "1.0.3",
"pino-http": "5.5.0",
"pino-http": "8.2.1",
"pump": "3.0.0"
},
"devDependencies": {
"express": "4.17.1",
"pino-http": "5.5.0",
"express": "4.18.2",
"sink": "0.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/log-structured/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"pump": "3.0.0"
},
"devDependencies": {
"express": "4.17.1",
"pino-http": "5.7.0",
"express": "4.18.2",
"pino-http": "8.2.1",
"sink": "0.1.1"
}
}

0 comments on commit d327fd9

Please sign in to comment.