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

Commit

Permalink
Merge pull request #40 from AckeeCZ/feat/pino-v6
Browse files Browse the repository at this point in the history
Update pino to v6
  • Loading branch information
smolijar committed Apr 27, 2020
2 parents c067b80 + 834064d commit d9759fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: node_js
node_js:
- '8'
- '9'
- '10'
- '11'
- '12'
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
],
"license": "ISC",
"engines": {
"node": ">= 6"
"node": ">= 10"
},
"repository": {
"type": "git",
"url": "https://github.com/AckeeCZ/cosmas"
},
"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 d9759fd

Please sign in to comment.