Skip to content

Commit

Permalink
Update debug to v4.0.0 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle authored and TooTallNate committed Oct 17, 2019
1 parent 81574d0 commit 0e98671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"agent-base": "^4.3.0",
"debug": "^3.1.0"
"debug": "^4.0.0"
},
"devDependencies": {
"mocha": "^6.2.0",
Expand Down

1 comment on commit 0e98671

@Krinkle
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TooTallNate Thanks for landing this. Would this be releasable under https-proxy-agent 3.x? If you prefer to wait longer for a 4.0, perhaps this commit could be cherry-picked to 2.x instead (separate from the engine change in the parent commit).

I'm hoping to make use of it in puppeteer as soon as possible :)

Please sign in to comment.