-
Notifications
You must be signed in to change notification settings - Fork 116
deps: update statuses and switch fixed versions to tilde (~) #126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
@UlisesGascon @wesleytodd It would be nice to release this in a patch version do remove multiple versions of Ref: https://npmgraph.js.org/?q=express |
RobinTail
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅
|
Hey @UlisesGascon, would it be possible to release a patch version with this change? |
|
@UlisesGascon , please release |
|
The release will be made when a captain of this package has time |
|
It might take awhile until we do the release, but is in the queue expressjs/discussions#380 🫠 |
This PR updates the dependencies to use the tilde (
~) notation and updates thestatuseslibrary to versionv2.0.2.The caret (
^) notation is avoided due to compatibility issues with older Node.js environments where the default npm version does not support it.