Skip to content

Commit ffc96fe

Browse files
Mauricio Guzmanwesleytodd
authored andcommitted
Add caret for body-parser dependencies
1 parent a5055df commit ffc96fe

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +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-
"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.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.13.0",
2020
"raw-body": "^3.0.0",
21-
"type-is": "~1.6.18"
21+
"type-is": "^1.6.18"
2222
},
2323
"devDependencies": {
2424
"eslint": "8.34.0",

0 commit comments

Comments
 (0)