We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e03ed05 commit ce1abd9Copy full SHA for ce1abd9
History.md
@@ -14,6 +14,8 @@ unreleased
14
- Always read the stat size from the file
15
- Fix mutating passed-in `options`
16
- deps: mime@1.3.4
17
+ * deps: serve-static@~1.9.1
18
+ - deps: send@0.12.1
19
* deps: type-is@~1.6.0
20
- fix argument reassignment
21
- fix false-positives in `hasBody` `Transfer-Encoding` check
package.json
@@ -45,7 +45,7 @@
45
"qs": "2.3.3",
46
"range-parser": "~1.0.2",
47
"send": "0.12.1",
48
- "serve-static": "~1.8.1",
+ "serve-static": "~1.9.1",
49
"type-is": "~1.6.0",
50
"vary": "~1.0.0",
51
"cookie": "0.1.2",
0 commit comments