Skip to content

Commit 8105b88

Browse files
committedSep 26, 2017
deps: etag@~1.8.1
1 parent c050d26 commit 8105b88

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎HISTORY.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
unreleased
2+
==========
3+
4+
* deps: etag@~1.8.1
5+
- perf: replace regular expression with substring
6+
17
2.4.4 / 2017-09-11
28
==================
39

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"repository": "expressjs/serve-favicon",
1313
"dependencies": {
14-
"etag": "~1.8.0",
14+
"etag": "~1.8.1",
1515
"fresh": "0.5.1",
1616
"ms": "2.0.0",
1717
"parseurl": "~1.3.2",

0 commit comments

Comments
 (0)
Please sign in to comment.