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 authored and wesleytodd committed Jan 23, 2025
1 parent e0f261e commit 41abe6d
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@
"license": "MIT",
"repository": "expressjs/body-parser",
"dependencies": {
"bytes": "3.1.2",
"content-type": "~1.0.5",
"debug": "3.1.0",
"http-errors": "2.0.0",
"iconv-lite": "0.5.2",
"on-finished": "2.4.1",
"qs": "6.13.0",
"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.14.0",
"raw-body": "^3.0.0",
"type-is": "^2.0.0"
"type-is": "^1.6.18"
},
"devDependencies": {
"eslint": "8.34.0",
Expand Down

0 comments on commit 41abe6d

Please sign in to comment.