Skip to content

deps: update debug from 3.1.0 to ~4.4.0#47

Closed
Offwhite-Del wants to merge 1 commit into
expressjs:masterfrom
Offwhite-Del:upgrade-debug-to-v4
Closed

deps: update debug from 3.1.0 to ~4.4.0#47
Offwhite-Del wants to merge 1 commit into
expressjs:masterfrom
Offwhite-Del:upgrade-debug-to-v4

Conversation

@Offwhite-Del

Copy link
Copy Markdown

Summary

Upgrade debug runtime dependency from 3.1.0 to ~4.4.0.

Motivation

The debug package has had significant improvements and fixes since v3.x (released 2017). The require('debug')('name') API is fully backward-compatible — no code changes needed.

This is part of a series of debug upgrades across the expressjs ecosystem to bring runtime dependencies up to date.

Testing

  • npm install succeeds
  • npm test passes: 19/19
  • No source code changes required

Changes

  • package.json: "debug": "3.1.0""debug": "~4.4.0"

Related

🤖 Generated with Claude Code

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@Offwhite-Del

Copy link
Copy Markdown
Author

Closing after re-review. The proposed ~4.4.0 range can select the compromised debug@4.4.2 release from cached registries, and there is no method-override-specific issue or behavior test justifying the major upgrade.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant