File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed
Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ unreleased
22===================
33
44 * deps: qs@~ 6.14.0
5+ * deps: use tilde notation for dependencies
6+ * deps: http-errors@~ 2.0.1
7+ * deps: raw-body@~ 2.5.3
58
691.20.3 / 2024-09-10
710===================
Original file line number Diff line number Diff line change 99 "license" : " MIT" ,
1010 "repository" : " expressjs/body-parser" ,
1111 "dependencies" : {
12- "bytes" : " 3.1.2" ,
12+ "bytes" : " ~ 3.1.2" ,
1313 "content-type" : " ~1.0.5" ,
1414 "debug" : " 2.6.9" ,
1515 "depd" : " 2.0.0" ,
16- "destroy" : " 1.2.0" ,
17- "http-errors" : " 2.0.0 " ,
18- "iconv-lite" : " 0.4.24" ,
19- "on-finished" : " 2.4.1" ,
16+ "destroy" : " ~ 1.2.0" ,
17+ "http-errors" : " ~ 2.0.1 " ,
18+ "iconv-lite" : " ~ 0.4.24" ,
19+ "on-finished" : " ~ 2.4.1" ,
2020 "qs" : " ~6.14.0" ,
21- "raw-body" : " 2.5.2 " ,
21+ "raw-body" : " ~ 2.5.3 " ,
2222 "type-is" : " ~1.6.18" ,
23- "unpipe" : " 1.0.0"
23+ "unpipe" : " ~ 1.0.0"
2424 },
2525 "devDependencies" : {
2626 "eslint" : " 8.34.0" ,
You can’t perform that action at this time.
0 commit comments