Skip to content

Commit

Permalink
Upgrade deps to latest
Browse files Browse the repository at this point in the history
Add range version specifiers.
  • Loading branch information
lopopolo committed Jan 31, 2021
1 parent 480b1cf commit 34e1123
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,15 +9,15 @@
"license": "MIT",
"repository": "expressjs/body-parser",
"dependencies": {
"bytes": "3.1.0",
"bytes": "^3.1.0",
"content-type": "~1.0.4",
"debug": "2.6.9",
"depd": "~1.1.2",
"http-errors": "1.7.3",
"iconv-lite": "0.4.24",
"debug": "^4.3.1",
"depd": "^2.0.0",
"http-errors": "^1.8.0",
"iconv-lite": "^0.6.2",
"on-finished": "~2.3.0",
"qs": "6.9.3",
"raw-body": "2.4.1",
"qs": "^6.9.3",
"raw-body": "^2.4.1",
"type-is": "~1.6.18"
},
"devDependencies": {
Expand Down

0 comments on commit 34e1123

Please sign in to comment.