Skip to content

Commit

Permalink
Move from fastify-warning to process-warning (#1282)
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina authored Dec 28, 2021
1 parent 20afab9 commit ba31fc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/deprecations.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'

const warning = require('fastify-warning')()
const warning = require('process-warning')()
module.exports = warning

const warnName = 'PinoWarning'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
},
"dependencies": {
"fast-redact": "^3.0.0",
"fastify-warning": "^0.2.0",
"process-warning": "^1.0.0",
"on-exit-leak-free": "^0.2.0",
"pino-abstract-transport": "v0.5.0",
"pino-std-serializers": "^4.0.0",
Expand Down

0 comments on commit ba31fc1

Please sign in to comment.