Skip to content

Add caret for body-parser dependencies - #552

Closed
mgs96 wants to merge 1 commit into
expressjs:masterfrom
mgs96:master
Closed

Add caret for body-parser dependencies#552
mgs96 wants to merge 1 commit into
expressjs:masterfrom
mgs96:master

Conversation

@mgs96

Copy link
Copy Markdown

Add caret for dependencies in accordance to this discussion: #290

@UlisesGasconUlisesGascon self-assigned this Oct 26, 2024

@UlisesGasconUlisesGascon left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @mgs96 for doing this PR! ❤️

Comment threadpackage.json
"dependencies": {
"bytes": "3.1.2",
"bytes": "^3.1.2",
"content-type": "~1.0.5",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason to skip this and type-is below?

@wesleytodd

Copy link
Copy Markdown
Member

Closing in favor of #577 because I do not have push permissions on the fork.

Sign up for freeto 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.

3 participants

@mgs96@wesleytodd@UlisesGascon