deps: update debug from 2.6.9 to ~4.4.0#364
Conversation
debug 2.6.9 was released in May 2017 and is 9 years behind the latest
stable release. This upgrade brings in all security fixes, performance
improvements, and bug fixes from versions 3.x and 4.x.
Backward compatible: morgan uses only require('debug')('morgan') and
debug('message'), which are unchanged across all major versions.
Verified: all 88 tests pass with debug 4.4.3.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
Summary
Updates the
debugruntime dependency from version 2.6.9 (released May 2017) to the latest stable 4.4.x.Why
debug@2.6.9is 9 years old and predates numerous Node.js security improvementsWhat Changed
debug2.6.9~4.4.0Backward Compatibility
morgan uses debug in the simplest possible way:
This API is unchanged across all major versions of debug (2.x, 3.x, 4.x).
Verification
88 passing — zero test failures.