Skip to content

Commit 0e5ecb4

Browse files
authored
fix(deps): update debug to ^4.4.0 (#78)
1 parent 87ffb23 commit 0e5ecb4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

HISTORY.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
unreleased
22
==================
33

4-
* deps: encodeurl@^2.0.0
4+
* deps:
5+
* encodeurl@^2.0.0
6+
* debug@^4.4.0
57
* remove `ServerResponse.headersSent` support check
68
* remove setImmediate support check
79
* update test dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"repository": "pillarjs/finalhandler",
88
"dependencies": {
9-
"debug": "2.6.9",
9+
"debug": "^4.4.0",
1010
"encodeurl": "^2.0.0",
1111
"escape-html": "~1.0.3",
1212
"on-finished": "2.4.1",

0 commit comments

Comments
 (0)