Skip to content

Commit 7ee41cc

Browse files
committed
deps: range-parser@~1.2.0
1 parent 8ddab69 commit 7ee41cc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

History.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ unreleased
3131
3232
3333
- Add `decoder` option in `parse` function
34+
* deps: range-parser@~1.2.0
35+
- Add `combine` option to combine overlapping ranges
36+
- Fix incorrectly returning -1 when there is at least one valid range
37+
- perf: remove internal function
3438
* deps: type-is@~1.6.13
3539
- Fix type error when given invalid type to match against
3640
- deps: mime-types@~2.1.11

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"path-to-regexp": "0.1.7",
4747
"proxy-addr": "~1.1.2",
4848
"qs": "6.2.0",
49-
"range-parser": "~1.0.3",
49+
"range-parser": "~1.2.0",
5050
"send": "0.13.1",
5151
"serve-static": "~1.10.2",
5252
"type-is": "~1.6.13",

0 commit comments

Comments
 (0)