We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 8105b88 commit 930b0a0Copy full SHA for 930b0a0
HISTORY.md
@@ -3,6 +3,9 @@ unreleased
3
4
* deps: etag@~1.8.1
5
- perf: replace regular expression with substring
6
+ * deps: fresh@0.5.2
7
+ - Fix regression matching multiple ETags in `If-None-Match`
8
+ - perf: improve `If-None-Match` token parsing
9
10
2.4.4 / 2017-09-11
11
==================
package.json
@@ -12,7 +12,7 @@
12
"repository": "expressjs/serve-favicon",
13
"dependencies": {
14
"etag": "~1.8.1",
15
- "fresh": "0.5.1",
+ "fresh": "0.5.2",
16
"ms": "2.0.0",
17
"parseurl": "~1.3.2",
18
"safe-buffer": "5.1.1"
0 commit comments