Skip to content

Commit 20769fd

Browse files
authored
Update to pino@8.5.0 and pino-pretty@7.6.1 (#175)
1 parent 29ee657 commit 20769fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"coveralls": "^3.1.1",
2727
"flush-write-stream": "^2.0.0",
2828
"make-promises-safe": "^5.1.0",
29-
"pino-pretty": "^7.5.3",
29+
"pino-pretty": "^7.6.1",
3030
"pre-commit": "^1.2.2",
3131
"split2": "^4.1.0",
3232
"standard": "^17.0.0",
@@ -37,7 +37,7 @@
3737
"@types/hapi__hapi": "^20.0.10",
3838
"abstract-logging": "^2.0.1",
3939
"get-caller-file": "^2.0.5",
40-
"pino": "^7.8.1"
40+
"pino": "^8.5.0"
4141
},
4242
"repository": {
4343
"type": "git",

test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ experiment('logs each request', () => {
322322
})
323323
await registerWithSink(server, 'info', (data, enc, cb) => {
324324
if (data.res) {
325-
expect(data.res.statusCode).to.equal(200)
325+
expect(data.res.statusCode).to.equal(null)
326326
expect(data.msg).to.match(/\[response\] get \/ - \(\d*ms\)/)
327327
done()
328328
}

0 commit comments

Comments
 (0)