Skip to content

Commit

Permalink
Updating process-warning (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina authored Feb 17, 2022
1 parent 275a6c1 commit b050111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const { Readable } = require('stream')
const util = require('util')
const cookie = require('cookie')
const assert = require('assert')
const warning = require('fastify-warning')()
const warning = require('process-warning')()

const parseURL = require('./parseURL')
const { EventEmitter } = require('events')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"ajv": "^8.1.0",
"cookie": "^0.4.0",
"fastify-warning": "^0.2.0",
"process-warning": "^1.0.0",
"set-cookie-parser": "^2.4.1"
},
"types": "index.d.ts",
Expand Down

0 comments on commit b050111

Please sign in to comment.