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 c050d26 commit 8105b88Copy full SHA for 8105b88
HISTORY.md
@@ -1,3 +1,9 @@
1
+unreleased
2
+==========
3
+
4
+ * deps: etag@~1.8.1
5
+ - perf: replace regular expression with substring
6
7
2.4.4 / 2017-09-11
8
==================
9
package.json
@@ -11,7 +11,7 @@
11
],
12
"repository": "expressjs/serve-favicon",
13
"dependencies": {
14
- "etag": "~1.8.0",
+ "etag": "~1.8.1",
15
"fresh": "0.5.1",
16
"ms": "2.0.0",
17
"parseurl": "~1.3.2",
0 commit comments