Skip to content

Commit

Permalink
fix(deps): update debug to ^4.4.0 (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip9587 authored Feb 10, 2025
1 parent a729397 commit 2e4fe6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ unreleased

* deps:
* type-is@^2.0.0
* debug@^4.4.0
* Removed destroy
* refactor: prefix built-in node module imports
* use the node require cache instead of custom caching
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"bytes": "^3.1.2",
"content-type": "^1.0.5",
"debug": "^3.1.0",
"debug": "^4.4.0",
"http-errors": "^2.0.0",
"iconv-lite": "^0.5.2",
"on-finished": "^2.4.1",
Expand Down

0 comments on commit 2e4fe6b

Please sign in to comment.