expressjs / body-parser

Node.js body parsing middleware
MIT License
5.43k stars 722 forks source link

chore(std bump): Updated debug's version to 4.3.3 #457

Closed imjamesb closed 2 years ago

imjamesb commented 2 years ago

There's an issue with debug showing different timestamp formats on different versions. As far as I'm aware it introduces no errors to upgrade.

debug-js/debug#867

@Qix- asked to be mentioned

dougwilson commented 2 years ago

Hello, and thank you for your pull request. As you can probably see from the CI failures, the new version of debug you used here is not compatible as the same set of Node.js versions as body-parser 1.x . The debug library is already being upgraded in the next semver major of body-parser, though.

iddan commented 2 years ago

Hey @dougwilson where can I follow the progress of the next semver major of body-parser?