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 531f024 commit 117d0c9Copy full SHA for 117d0c9
History.md
@@ -5,6 +5,10 @@ unreleased
5
* Generate `ETag`s for all request responses
6
- No longer restricted to only responses for `GET` and `HEAD` requests
7
* Use `content-type` to parse `Content-Type` headers
8
+ * deps: accepts@~1.2.4
9
+ - Fix preference sorting to be stable for long acceptable lists
10
+ - deps: mime-types@~2.0.9
11
+ - deps: negotiator@0.5.1
12
* deps: cookie-signature@1.0.6
13
* deps: send@0.12.1
14
- Always read the stat size from the file
package.json
@@ -27,7 +27,7 @@
27
"api"
28
],
29
"dependencies": {
30
- "accepts": "~1.2.3",
+ "accepts": "~1.2.4",
31
"content-disposition": "0.5.0",
32
"content-type": "~1.0.1",
33
"cookie-signature": "1.0.6",
0 commit comments