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 550043c commit 9a99c15Copy full SHA for 9a99c15
History.md
@@ -3,6 +3,8 @@ unreleased
3
4
* Improve error message when autoloading invalid view engine
5
* Skip `Buffer` encoding when not generating ETag for small response
6
+ * deps: accepts@~1.3.4
7
+ - deps: mime-types@~2.1.16
8
* deps: setprototypeof@1.1.0
9
10
4.15.5 / 2017-09-24
package.json
@@ -27,7 +27,7 @@
27
"api"
28
],
29
"dependencies": {
30
- "accepts": "~1.3.3",
+ "accepts": "~1.3.4",
31
"array-flatten": "1.1.1",
32
"content-disposition": "0.5.2",
33
"content-type": "~1.0.2",
0 commit comments