Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
⬆️ Update pino version
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Vlasák committed Apr 21, 2020
1 parent c067b80 commit 689b5fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@types/express": "^4.16.0",
"@types/pino": "^5.15.3",
"@types/pino": "^6.0.0",
"lodash.foreach": "^4.5.0",
"lodash.isempty": "^4.4.0",
"lodash.isobject": "^3.0.2",
Expand All @@ -40,7 +40,7 @@
"on-finished": "^2.3.0",
"on-headers": "^1.0.1",
"pick-deep": "^1.0.0",
"pino": "^5.16.0",
"pino": "^6.2.0",
"pino-multi-stream": "^4.2.0"
},
"peerDependencies": {
Expand Down
1 change: 0 additions & 1 deletion src/tests/sentry-mocked.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ describe('sentry mocked', () => {
"level": 60,
"message": "fatal",
"time": "2018-03-06T13:30:36.000Z",
"v": 1,
},
"level": "critical",
},
Expand Down

0 comments on commit 689b5fa

Please sign in to comment.