We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f261e commit 41abe6dCopy full SHA for 41abe6d
package.json
@@ -9,15 +9,16 @@
9
"license": "MIT",
10
"repository": "expressjs/body-parser",
11
"dependencies": {
12
- "bytes": "3.1.2",
13
- "content-type": "~1.0.5",
14
- "debug": "3.1.0",
15
- "http-errors": "2.0.0",
16
- "iconv-lite": "0.5.2",
17
- "on-finished": "2.4.1",
18
- "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",
19
+ "qs": "^6.14.0",
20
"raw-body": "^3.0.0",
- "type-is": "^2.0.0"
21
+ "type-is": "^1.6.18"
22
},
23
"devDependencies": {
24
"eslint": "8.34.0",
0 commit comments