File tree 2 files changed +9
-1
lines changed 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,14 @@ unreleased
56
56
- deps: range-parser@~ 1.2.0
57
57
- deps: statuses@~ 1.3.0
58
58
- perf: remove argument reassignment
59
+ * deps: serve-static@~ 1.11.1
60
+ - Add ` acceptRanges ` option
61
+ - Add ` cacheControl ` option
62
+ - Attempt to combine multiple ranges into single range
63
+ - Fix redirect error when ` req.url ` contains raw non-URL characters
64
+ - Ignore non-byte ` Range ` headers
65
+ - Use status code 301 for redirects
66
+
59
67
* deps: type-is@~ 1.6.13
60
68
- Fix type error when given invalid type to match against
61
69
- deps: mime-types@~ 2.1.11
Original file line number Diff line number Diff line change 48
48
"qs" : " 6.2.0" ,
49
49
"range-parser" : " ~1.2.0" ,
50
50
"send" : " 0.14.1" ,
51
- "serve-static" : " ~1.10.2 " ,
51
+ "serve-static" : " ~1.11.1 " ,
52
52
"type-is" : " ~1.6.13" ,
53
53
"utils-merge" : " 1.0.0" ,
54
54
"vary" : " ~1.1.0"
You can’t perform that action at this time.
0 commit comments