Skip to content

Commit fcd1535

Browse files
authored
deps: use tilde notation and update certain dependencies (#668)
1 parent ec5fa29 commit fcd1535

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

69
1.20.3 / 2024-09-10
710
===================

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
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",

0 commit comments

Comments
 (0)