Skip to content

Commit

Permalink
Add caret for body-parser dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauricio Guzman committed Oct 25, 2024
1 parent a5055df commit 9bd4f81
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"license": "MIT",
"repository": "expressjs/body-parser",
"dependencies": {
"bytes": "3.1.2",
"bytes": "^3.1.2",
"content-type": "~1.0.5",
"debug": "3.1.0",
"destroy": "1.2.0",
"http-errors": "2.0.0",
"iconv-lite": "0.5.2",
"on-finished": "2.4.1",
"qs": "6.13.0",
"debug": "^3.1.0",
"destroy": "^1.2.0",
"http-errors": "^2.0.0",
"iconv-lite": "^0.5.2",
"on-finished": "^2.4.1",
"qs": "^6.13.0",
"raw-body": "^3.0.0",
"type-is": "~1.6.18"
},
Expand Down

0 comments on commit 9bd4f81

Please sign in to comment.