Skip to content

Commit 2e4fe6b

Browse files
authored
fix(deps): update debug to ^4.4.0 (#579)
1 parent a729397 commit 2e4fe6b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

HISTORY.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ unreleased
33

44
* deps:
55
* type-is@^2.0.0
6+
* debug@^4.4.0
67
* Removed destroy
78
* refactor: prefix built-in node module imports
89
* use the node require cache instead of custom caching

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"bytes": "^3.1.2",
1313
"content-type": "^1.0.5",
14-
"debug": "^3.1.0",
14+
"debug": "^4.4.0",
1515
"http-errors": "^2.0.0",
1616
"iconv-lite": "^0.5.2",
1717
"on-finished": "^2.4.1",

0 commit comments

Comments
 (0)