Skip to content

Commit 41abe6d

Browse files
Mauricio Guzmanwesleytodd
Mauricio Guzman
authored andcommitted
Add caret for body-parser dependencies
1 parent e0f261e commit 41abe6d

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

package.json

+9-8
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@
99
"license": "MIT",
1010
"repository": "expressjs/body-parser",
1111
"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",
12+
"bytes": "^3.1.2",
13+
"content-type": "^1.0.5",
14+
"debug": "^3.1.0",
15+
"destroy": "^1.2.0",
16+
"http-errors": "^2.0.0",
17+
"iconv-lite": "^0.5.2",
18+
"on-finished": "^2.4.1",
19+
"qs": "^6.14.0",
1920
"raw-body": "^3.0.0",
20-
"type-is": "^2.0.0"
21+
"type-is": "^1.6.18"
2122
},
2223
"devDependencies": {
2324
"eslint": "8.34.0",

0 commit comments

Comments
 (0)